Age | Commit message (Collapse) | Author |
|
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).
|
|
Fix transport when no_atmo == 1 (HUD rendering) was in play.
|
|
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.
|
|
|
|
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.
|
|
|
|
|
|
Fix diffuse boost in deferred lighting to match non-deferred.
Make class2 soften not clamp shadow color to incoming alpha (make shadows appear on terrain underwater).
|
|
|
|
Tweak DistortionWaterClipPlaneMargin (1.0001 -> 1.0125) to mask edges of objects in water disortion map.
|
|
shaders resp.
|
|
|
|
Restore 1.0 alpha to prevent atmo being applied directly to water.
Fix broken shadow frust generation.
|
|
|
|
SL-11087, SL-11086, SL-11092, SL-11075, SL-11070, SL-11090, SL-11085
|
|
Remove ambient term clamping to get less dark shadows where we want less dark shadows in ALM.
|
|
Tamp down bloom so we don't have to redo ten thousand gloss maps.
|
|
|
|
|
|
Gave clouds the Bob Ross treatment.
|
|
Make alpha shader apply vert color everywhere.
|
|
Fix sun/moon glow factor bustage.
Make darkness an option.
Fix moon fade shader logic getting confused when sun was below horizon.
|
|
Fix direct light matching across alpha/blended-material/deferred.
Get diffuse lighting to match from Low to Ultra.
|
|
|