Age | Commit message (Collapse) | Author |
|
Tamp down more view-dependent refraction map fail.
|
|
Undo attenuation hacks and balance with deferred path projector lighting.
|
|
|
|
light contributions
(engages AMBIENT_KILL, SUNLIGHT_KILL, and LOCAL_LIGHT_KILL defines in shaders to accomplish
those tasks as required by each render mode).
|
|
Make terrain underwater shader not try to light said terrain.
Fix colorspace of reflected color in non-ALM shading.
Tweak transparency of water further.
|
|
Fix linear attenuation on forward projector lighting.
Revert setup of falloff to prev code.
Revert deferred water spec and tweak refl/refr blend.
|
|
|
|
Fix ambient light inputs to the renderer.
Fix 3rd sky shader w/ mistaken density mod conversion.
Make ambient clamp apply to all modes.
Tune ALM ambient clamp to match non-ALM.
|
|
|
|
|
|
SL-10625
|
|
Revert perf optimization to not wait for occlusion queries until there's a good chance they're complete
because Intel HD driver versions between 6471 and 6577 are broken and hang forever (6709 and 6861 are fixed).
|
|
SL-11220
|
|
Fix transport when no_atmo == 1 (HUD rendering) was in play.
|
|
SL-11112
|
|
Fix blend between reflected/refracted water maps (make less transparent)
and fix setting of water fog color alpha on low end to better match
prev behavior of setting the internal control value in that case.
|
|
|
|
|
|
Update base URLs to match new viewer release note URL
|
|
|
|
Modify new spec response to better match old gloss response curve.
Tuned at 255, 192, 160, 128, 64, and 32 glossiness.
|
|
Adjust ambient clamp up to get closer match to release viewer for existing content.
|
|
Don't short-circuit getVisibleExtents as its side-effects are relevant.
|
|
Reduce spec bloom further.
|
|
Modify calc of sunlight to avoid clipping in gamma correct on values outside 0-1 range.
Modify shaders to put back ambient clamp tuned to be close to ambient contrib in low/mid lighting.
|
|
|
|
Fix merge error
|
|
SL-9684 Fixed editor edits environment that was freshly applied from same editor
Approved-by: Maxim Nikolenko <maximnproductengine@lindenlab.com>
Approved-by: Andrey Lihatskiy <andreylproductengine@lindenlab.com>
|
|
SL-10996, SL-11149
|
|
|
|
More shader tweaks to fullbright transport to get correct coloring while keeping fog fixes.
|
|
|
|
|
|
Restore old sun matrix gen code.
Make sky use correct colorspace.
Make sunlight color the CPU-generated WL color when not using atmo shaders or deferred (helps 11107).
|
|
|
|
SL-11149
|
|
Fix fullbright colorspace handling and atmo transport.
|
|
|
|
Fix alpha mask shadows to mult vert alpha prior to discard tests and obey min alpha settings.
Make shadow/shadowAlphaMask use consistent varying and output.
Also fixes bug with 0% and 1% transparency providing varying different visual results.
|
|
|
|
|
|
|
|
|
|
|
|
Remove tweaks to combine cascade results.
|
|
Re-fix sun/moon glow factor and make it depend on moon brightness.
Make cloud shaders use sunlight color exclusively for consistency when moon is up or down.
|
|
|
|
Make haze look more like WL.
Make lack of sun and moon mean black and fixed dir to prevent spooky underlighting.
|
|
|
|
|