summaryrefslogtreecommitdiff
path: root/indra/newview/app_settings/shaders/class3/deferred/multiPointLightF.glsl
AgeCommit message (Expand)Author
2024-06-141736 audit texture image unit usage on os x (#1739)Dave Parks
2024-06-11Clean up line endings that got mangled up during last mergeAnsariel
2024-04-21Fix sampling normals from gbuffer and cleanup redundant gbuffer samples (#1294)Rye Mutt
2023-10-11SL-20440 Followup -- balance PBR point light with legacy point lightRunitaiLinden
2023-10-11SL-20440 Fix for projector ambiance destroying PBR shading. Also fix longsta...RunitaiLinden
2023-05-17SL-19655 Decruft legacy GLSL shaders and now unused build queues.RunitaiLinden
2023-04-14DRTVWR-559 Balance night scenes against release, nudge glow down a smidge, re...RunitaiLinden
2023-04-11SL-19564 Rebalance exposure and sky. Hack legacy diffuse map saturation and ...RunitaiLinden
2023-04-05SL-19538 Followup -- tune exposure parameters and clamp local light ambiance....RunitaiLinden
2023-03-22DRTVWR-559 Quality pass -- Fix sky banding, fix off-by-one-mip in reflection ...Dave Parks
2022-11-20Fix for SSAO not behaving properly.Geenz Linden
2022-11-14Merged in SL-18332 (pull request #1194)Jonathan Goodman
2022-09-20SL-18190 Reduce banding (stay in linear space as much as possible, increase p...Dave Parks
2022-09-17Cleanup more unused functions and fix spotLightF (whoops)Dave Parks
2022-09-17WIP - replace PBR implementation - point lightsDave Parks
2022-09-17WIP - switch PBR implementationsDave Parks
2022-09-13SL-17701 WIP -- Parity for point lights between opaque and transparent PBR ma...Dave Parks
2022-08-31SL-17975: PBR: Don't process point light if outside light radiusPtolemy
2022-08-31SL-17975: PBR: Fix point light poppingPtolemy
2022-08-26DRTVWR-559: PBR: CleanupPtolemy
2022-08-25SL-17702: PBR: Fix light bleed out of rangePtolemy
2022-08-24SL-17702: PBR: Document lights are in linear from C++ sidePtolemy
2022-08-24SL-17702: PBR: Use legacy attenuation for point lightsPtolemy
2022-08-22SL-17975: PBR: Add light debuggingPtolemy
2022-08-11SL-17763: Make dist_atten consistent between PBR and LegacyPtolemy
2022-08-09SL-17763: PBR: Fix point light to be consistentPtolemy
2022-08-02SL-17762: Cleanup dist_attenPtolemy
2022-08-02SL-17762: PBR: Add debug flag to turn off regular output and color code point...Ptolemy
2022-07-15SL-17702: PBR: Add PBR materials to point light shadersPtolemy
2022-07-15SL-17702: PBR: Cleanup light shaders to use calcHalfVectors, remove da alias,...Ptolemy
2022-07-15SL-17702: Document .w and .a point lights arrayPtolemy
2022-07-14SL-17765: PBR: Add emissiveRect to class3 light shadersPtolemy
2022-07-14SL-17764: PBR: Add light shaders to class 3 deferredPtolemy