summaryrefslogtreecommitdiff
path: root/indra/newview/app_settings/shaders
AgeCommit message (Collapse)Author
2020-03-19SL-11589 Fix clouds drooping below horizonPtolemy
2020-03-18SL-12865, add bias to alpha mask values to avoid 8-bit acneDave Houlton
2020-03-17SL-10449 remove soft gamma adjustment that breaks Mac GLSL compilerDave Houlton
2020-03-16Add missing fullbrightAtmosTransportFrag stub.Runitai Linden
2020-03-13Merged in davep/DRTVWR-440 (pull request #36)Dave Parks
SL-12005 Fix for projectors getting brighter when switching to single light shader.
2020-03-13SL-12005 Fix for projectors getting brighter when switching to single light ↵Runitai Linden
shader.
2020-03-13SL-12784 disambiguate vertex_color.a of 0Dave Houlton
2020-03-13SL-12850 Adhere to coding standardPtolemy
2020-03-13SL-12850 remove debugPtolemy
2020-03-13SL-12850Ptolemy
2020-03-13Merged in davep/DRTVWR-440 (pull request #33)Dave Parks
SL-12233 Fix for disagreement between fullbright implementations with ALM on and off.
2020-03-13SL-12233 Fix for disagreement between fullbright implementations with ALM on ↵Runitai Linden
and off.
2020-03-12SL-12784 restore vertex color alpha contributionDave Houlton
2020-03-10SL-12171 Fix emissive mask being too bright post sRGB/Linear cleanupPtolemy
2020-03-10SL-12592, avoid light modulation of fullbright and preserve diffuse alpha ↵Dave Houlton
component
2020-03-06SL-12574 Fix EEP cubemap not matching non-EEP for both ALM on and offPtolemy
2020-03-06Fix for mismatch on angular attenuation between sunlight on opaque and ↵Runitai Linden
transparent objects from last commit.
2020-03-06Fix for sunlight having improper gamma curve for angular attenuation. Fix ↵Runitai Linden
for lack of angular attenuation on ambient lighting on triangles facing away from sun.
2020-03-06Fix for sky in wrong color space.Runitai Linden
2020-03-06Fix for under water being much brighter and mismatching between alpha and ↵Runitai Linden
deferred. Don't make terrain fullbright under water.
2020-03-05WIP - Windlight sun lighting should happen in sRGB space, not linear space. ↵Runitai Linden
This keeps ambient from getting overblown and better matches environment lighting with ALM on/off.
2020-03-05Reenable water fog in materialF.glsl (oops)Runitai Linden
2020-03-04Fix line endings?Runitai Linden
2020-03-04Merge fixRunitai Linden
2020-03-04Merge branch 'DRTVWR-440' of bitbucket.org:lindenlab/viewer into ↵Runitai Linden
davep/BUG-228263
2020-03-04Changes somehow missing from last commitRunitai Linden
2020-03-04WIP - fix various inconsistencies in sRGB vs linear color space. Fix ↵Runitai Linden
inconsistencies between softenLightF.glsl, materialF.glsl, and alphaF.glsl
2020-03-04Roll back SL-12006 commits to materialF.glsl (Dec23)Dave Houlton
2020-03-03Revert 2 merges (PR#13, PR#16) related to SL-12638Dave Houlton
This reverts commits 9d9b890 and 5f846e4.
2020-02-28SL-12638, further tweaking of normal-map lighting, add some de-saturationDave Houlton
2020-02-25SL-12574: Document shader class summaryPtolemy
2020-02-25SL-12574: Simplify Direct AmbientPtolemy
2020-02-25SL-12638, fix overly dark appearance of normal-mapped objectsDave Houlton
Adds the 'additive' component of calcAtmosphericVars into the sunlit color to reduce darkening of sun lighting component, and adds a further magic number gainto boost final result to rough parity with windlight. Removes all light calculations on fullbright objects, just passing through the unlit diffuse color.
2020-02-07DRTVWR-440: SL-12574: Tweak environment cube map to better match WindlightPtolemy
2020-02-07SL-12682, remove negative light & clean up materialF.glslDave Houlton
2020-02-07SL-12592, fix transparency for full-brightsDave Houlton
2020-02-04SL-12005, back out SRGB changes for projector spotlightsDave Houlton
Deferred spotlights were transitioned srdb->linear in commit 653133b The lights transition between the deferred and (some other) path at fixed camera distance, causing a distinct light-level pop. Backing out this change to avoid the pop. Note to the future: pick a light space at the beginning and stick with it.
2020-01-29SL-11406: Fix specularity being blown out due to previous fixPtolemy
2020-01-10SL-12171: Fix for SL-12006 that made non-emissive portions of textures too dim.Ptolemy
2020-01-03Merged in ptolemy_linden/ptolemy-viewer-eep (pull request #510)Michael Pohoreski
SL-12006 Fixes Approved-by: Dave Houlton <euclid@lindenlab.com>
2019-12-24Cleanup indentation and commented out debug color stage vectorsMichael Pohoreski (Ptolemy Linden)
2019-12-24De-tabifyMichael Pohoreski (Ptolemy Linden)
2019-12-23Fix SL-12006: Fullbright with specular map, Alpha Mode Emissive, and wrong ↵Michael Pohoreski (Ptolemy Linden)
Diffuse for Alpha Mode Blend
2019-12-23SL-12006 pre-checkinMichael Pohoreski (Ptolemy Linden)
2019-12-20Sync latest from DRTVWR-440Dave Houlton
2019-12-19SL-11606 fix to match EEP light falloff vs releaseDave Houlton
2019-12-18Future-proof Full BrightMichael Pohoreski (Ptolemy Linden)
2019-12-18Sync'dMichael Pohoreski (Ptolemy Linden)
2019-12-17SL-12472 to address SL-11406Michael Pohoreski (Ptolemy Linden)
2019-12-11Merged in ptolemy_linden/ptolemy-viewer-eep (pull request #507)Dave Houlton
SL-11406: Skip avatars being effected. Approved-by: Dave Houlton <euclid@lindenlab.com>