Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-06-29 | SL-9632 Add note that shiny HUD objects will be fullbright | Ptolemy | |
2020-06-19 | SL-9632 Fix HUD objects to not use environment lighting | Ptolemy | |
2020-06-13 | SL-13084 Combined commit for the EEP specular color fix | Dave Houlton | |
SL-13084: Fix clouds flipped along East/West axis to match texture preview Cloud Image and direction to match Cloud Scroll SL-13804: Fix clouds flipped along East/West axis to match texture preview Cloud Image and direction to match Cloud Scroll SL-13084: Fix inverted cloud scroll with ALM is off SL-13084: Move texture coords section to top in class2/windlight/cloudsV to match class1/deffered/cloudsV SL-13084: Add references to other common files | |||
2020-06-11 | SL-13821 shader clean up and format | Dave Houlton | |
2020-06-11 | SL-13281, add missing srgb->linear conversion for specular | Dave Houlton | |
2020-04-09 | SL-12975, unfix alpha and undo non-fix magic number of refracted portion of ↵ | Dave Houlton | |
water Fresnel | |||
2020-04-07 | SL-10449 Fix ALM on OSX | Ptolemy | |
2020-03-25 | Fix for class2/softenLightF.glsl not matching class1/softenLightF.glsl | Runitai Linden | |
2020-03-24 | Merge cleanup | Runitai Linden | |
2020-03-24 | Merge branch 'DRTVWR-440' of bitbucket.org:lindenlab/viewer into ↵ | Runitai Linden | |
davep/DRTVWR-440 | |||
2020-03-24 | Fix for bad fullbright shiny shininess values and inconsistency between ↵ | Runitai Linden | |
materialF and fullbrightShinyF | |||
2020-03-20 | WIP - Make EEP match production. | Runitai Linden | |
2020-03-19 | Merged in SL-11589 (pull request #44) | Michael Pohoreski | |
SL-11589 Approved-by: Dave Houlton <euclid@lindenlab.com> | |||
2020-03-19 | SL-11589 Remove redundant setting vary_texcoord0, cleanup grouping | Ptolemy | |
2020-03-19 | SL-11589 Fix clouds drooping below horizon | Ptolemy | |
2020-03-18 | SL-12574 Add note about duplicated procedurally generated sky texture | Ptolemy | |
2020-03-18 | SL-12865, add bias to alpha mask values to avoid 8-bit acne | Dave Houlton | |
2020-03-17 | SL-10449 remove soft gamma adjustment that breaks Mac GLSL compiler | Dave Houlton | |
2020-03-13 | Merged in davep/DRTVWR-440 (pull request #36) | Dave Parks | |
SL-12005 Fix for projectors getting brighter when switching to single light shader. | |||
2020-03-13 | SL-12005 Fix for projectors getting brighter when switching to single light ↵ | Runitai Linden | |
shader. | |||
2020-03-13 | SL-12784 disambiguate vertex_color.a of 0 | Dave Houlton | |
2020-03-13 | SL-12850 Adhere to coding standard | Ptolemy | |
2020-03-13 | SL-12850 | Ptolemy | |
2020-03-13 | Merged in davep/DRTVWR-440 (pull request #33) | Dave Parks | |
SL-12233 Fix for disagreement between fullbright implementations with ALM on and off. | |||
2020-03-13 | SL-12233 Fix for disagreement between fullbright implementations with ALM on ↵ | Runitai Linden | |
and off. | |||
2020-03-12 | SL-12784 restore vertex color alpha contribution | Dave Houlton | |
2020-03-10 | SL-12171 Fix emissive mask being too bright post sRGB/Linear cleanup | Ptolemy | |
2020-03-10 | SL-12592, avoid light modulation of fullbright and preserve diffuse alpha ↵ | Dave Houlton | |
component | |||
2020-03-06 | SL-12574 Fix EEP cubemap not matching non-EEP for both ALM on and off | Ptolemy | |
2020-03-06 | Fix for mismatch on angular attenuation between sunlight on opaque and ↵ | Runitai Linden | |
transparent objects from last commit. | |||
2020-03-06 | Fix 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-06 | Fix for sky in wrong color space. | Runitai Linden | |
2020-03-06 | Fix for under water being much brighter and mismatching between alpha and ↵ | Runitai Linden | |
deferred. Don't make terrain fullbright under water. | |||
2020-03-05 | WIP - 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-05 | Reenable water fog in materialF.glsl (oops) | Runitai Linden | |
2020-03-04 | Fix line endings? | Runitai Linden | |
2020-03-04 | Merge fix | Runitai Linden | |
2020-03-04 | Merge branch 'DRTVWR-440' of bitbucket.org:lindenlab/viewer into ↵ | Runitai Linden | |
davep/BUG-228263 | |||
2020-03-04 | Changes somehow missing from last commit | Runitai Linden | |
2020-03-04 | WIP - fix various inconsistencies in sRGB vs linear color space. Fix ↵ | Runitai Linden | |
inconsistencies between softenLightF.glsl, materialF.glsl, and alphaF.glsl | |||
2020-03-04 | Roll back SL-12006 commits to materialF.glsl (Dec23) | Dave Houlton | |
2020-03-03 | Revert 2 merges (PR#13, PR#16) related to SL-12638 | Dave Houlton | |
This reverts commits 9d9b890 and 5f846e4. | |||
2020-02-28 | SL-12638, further tweaking of normal-map lighting, add some de-saturation | Dave Houlton | |
2020-02-25 | SL-12574: Simplify Direct Ambient | Ptolemy | |
2020-02-25 | SL-12638, fix overly dark appearance of normal-mapped objects | Dave 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-07 | DRTVWR-440: SL-12574: Tweak environment cube map to better match Windlight | Ptolemy | |
2020-02-07 | SL-12682, remove negative light & clean up materialF.glsl | Dave Houlton | |
2020-02-07 | SL-12592, fix transparency for full-brights | Dave Houlton | |
2020-02-04 | SL-12005, back out SRGB changes for projector spotlights | Dave 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-29 | SL-11406: Fix specularity being blown out due to previous fix | Ptolemy | |