summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-04-05SL-10890 Ban duration edit field shows value with a left shift if a large ↵andreykproductengine
value was set
2019-04-05Fix spec gone wild in ALM water rendering.Graham Linden
2019-04-05Merged in graham_linden/viewer-eep-fixes (pull request #339)Rider Linden
SL-10748
2019-04-05SL-10748Graham Linden
Clamp far_clip for sun shadows to >= 256.0 to prevent issues when draw distance < ~100m.
2019-04-05Merged in graham_linden/viewer-eep-fixes (pull request #338)Rider Linden
SL-10854
2019-04-05SL-10854 part 2Graham Linden
Clamp ambient to keep shadows dark. Apply min with shadow value after we've pow'd by light gamma consistently between forward and deferred.
2019-04-05MergeGraham Linden
2019-04-05SL-10897 FIXED [EEP] Sliding a keyframe will not prompt to save changes ↵maxim_productengine
before closing the window.
2019-04-04SL-10854Graham Linden
Clamp ambient contrib to get darker shadows. New PCF sampling func.
2019-04-04MergeRider Linden
2019-04-04SL-10849: Select the correct notification for unchecking the parcel owners ↵Rider Linden
may override button.
2019-04-04Merged in graham_linden/viewer-eep-fixes (pull request #336)Rider Linden
SL-10887
2019-04-04SL-10887Graham Linden
Disable occlusion culling when rendering water reflection/refraction maps again (still getting probabalistic results for reflection map contents). :/
2019-04-04Merged in graham_linden/viewer-eep-fixes (pull request #335)Rider Linden
SL-10886
2019-04-04SL-10886Graham Linden
Render sun/moon beacons in non-ALM mode too.
2019-04-04SL-10875 FIXED [EEP] Selecting the Day Cycle window causes the previous ↵maxim_productengine
keyframe to become selected if keyframes are close together
2019-04-03Merged in Geenz/viewer-eep-shader-fixes/BUG-226620 (pull request #333)Rider Linden
Fix for BUG-226620 Approved-by: Graham Madarasz <graham@lindenlab.com>
2019-04-03Update contributions.Geenz
--HG-- branch : BUG-226620
2019-04-03Bring back specular bloom.Geenz
--HG-- branch : BUG-226620
2019-04-03Make sure that the SL BRDF is being applied to objects lit by the sun and moon.Geenz
Fixes BUG-226620 --HG-- branch : BUG-226620
2019-04-03OSX hates unused variablesRider Linden
2019-04-03Merged in graham_linden/viewer-eep-fixes (pull request #332)Rider Linden
SL-10856
2019-04-03SL-10856Graham Linden
Make terrain *not* blend all the way to diffuse color for no reason.
2019-04-03MergeRider Linden
2019-04-03SL-10189, SL-10880: Mark the day instance so that it does not try to ↵Rider Linden
reanimate a day cycle when setting a fixed sky. Add new floater for setting the shared environment to local and allowing modifications.
2019-04-03Add shader unloads for new deferred avatar/attachment alpha/mask shadow shaders.Graham Linden
2019-04-03Replace MAINT-8836 fix dropped in merge of 6.1.2Graham Linden
2019-04-03Replace dropped code from 6.1.2 for loading new avatar/attachment alpha/mask ↵Graham Linden
shadow shaders.
2019-04-03Remove unused iterator for Xcode 10.2 happiness.Graham Linden
2019-04-03Fix random Xcode 10.2 failures from unused vars and references to local objects.Graham Linden
Modified llwindowmacosx to pass some things by value instead.
2019-04-03SL-10876Graham Linden
Fix edge cases in determining when we can skip doing shadow rendering work.
2019-04-02SL-10855Graham Linden
Apply sRGB colorspace to deferred cloud output.
2019-04-02Add attributions.Graham Linden
2019-04-02SL-10857Graham Linden
Juggle forced frag depths for moon/sun/stars/sky to get depth fighting with distant terrain...wait for it...sorted.
2019-04-02SL-10853Graham Linden
Fix windlight shader level selection.
2019-04-02Fix missing EOL on last line.Graham Linden
2019-04-02Fix shader link fail from forward decl of wrong soft clip func in class 1.Graham Linden
Fix trying to bind diffuse maps for shader without uniform in shadow shaders. Clean up merge fail around mShaderLevel namechange.
2019-04-02Merge 6.1.2 LoveMeRender new hotnessGraham Linden
2019-04-02Merged in lindenlab/viewer-releaseAndreyL ProductEngine
2019-04-02increment viewer version to 6.1.2Nat Goodspeed
2019-04-02Added tag 6.1.1-release for changeset 50f0ece62ddbNat Goodspeed
2019-04-02Merged in Geenz/viewer-eep-shader-fixes (pull request #322)Rider Linden
Water plane rendering improvements Approved-by: Graham Madarasz <graham@lindenlab.com>
2019-04-02Merged in Geenz/viewer-eep (pull request #321)Rider Linden
[WIP] Use EXT_texture_sRGB_decode in order to selectively sample textures consumed by the deferred renderer as sRGB Approved-by: Graham Madarasz <graham@lindenlab.com>
2019-04-02Remove pragma for turning off optimization for debugging.Graham Linden
2019-04-02Roll back KDU to 7.a.4 version instead of updating to 7.a.7Graham Linden
2019-04-02Fix mismerge of autobuild leading to MD5 sum check fail for M64 build.Graham Linden
2019-04-02Make sure emissive is actually handled with atmospherics consistently.Geenz
2019-04-01Scale the specular contribution to account for brighter highlights.Geenz
This is more or less to achieve the non-ALM bloom behavior in most circumstances. Why scale it? Normalized blinn-phong gets brighter the higher the specular exponent. As it stood, the old spec contribution was extremely bright despite looking "correct". This is largely eyeballed, but generally looks better for all light sources applied to the surface of the water.
2019-04-01Make sure that atmospheric calcs aren't done twice.Geenz
The atomospherics were being applied both in the G-buffer and during the sun light pass. This ensures that is not the case. Additionally, re-enable specular on the water plane, scale the bloom factor to something more reasonable, and also someone broke specular on emissive surfaces. That's fixed too now.
2019-04-01Whoops! Always make sure that our primary format is assigned.Geenz