summaryrefslogtreecommitdiff
path: root/indra/newview/app_settings/shaders/class3
AgeCommit message (Expand)Author
2022-09-21SL-18190 Fix for fullbright alpha blended legacy materials appearing in wrong...Dave Parks
2022-09-20SL-18190 Reduce banding (stay in linear space as much as possible, increase p...Dave Parks
2022-09-20SL-18190 Don't allocate mips for irradiance maps because they're never genera...Dave Parks
2022-09-17Cleanup more unused functions and fix spotLightF (whoops)Dave Parks
2022-09-17Fix for spotlights in background not matching foreground. Remove some unused...Dave Parks
2022-09-17Make sure specular highlights from punctual lights don't fall off of polished...Dave Parks
2022-09-17WIP - Fix for alpha PBR lighting for point lights (spot lights treated as poi...Dave Parks
2022-09-17WIP - multiSpotLightF uses proper PBR shading, alpha is broken but pushing no...Dave Parks
2022-09-17WIP - replace PBR implementation - point lightsDave Parks
2022-09-17WIP - switch PBR implementationsDave Parks
2022-09-13SL-17701 WIP -- Correct color space management for base color and emissive co...Dave Parks
2022-09-13SL-17701 WIP -- Parity for point lights between opaque and transparent PBR ma...Dave Parks
2022-09-13SL-17701 WIP -- Cleanup/refactor PBR lighting implementation and get parity b...Dave Parks
2022-09-09Merged in SL-17967 (pull request #1113)Howard Stearns
2022-09-02DRTVWR-559: PBR: Show sun in specular spotlight relfectionPtolemy
2022-09-02Merge branch 'DRTVWR-559' of bitbucket.org:lindenlab/viewer into DRTVWR-559Ptolemy
2022-09-02SL-18082: PBR: Fix spotlight color and seamPtolemy
2022-09-01SL-17967 - block layout binding acceptable to appleHoward Stearns
2022-09-01Use an SRGB buffer for initial reflection map capture for proper linear samplingRye Mutt
2022-09-01Merge branch 'DRTVWR-559' of bitbucket.org:lindenlab/viewer into SL-17967Howard Stearns
2022-08-31DRTVWR-559: PBR: Cleanup distance attenuation calcsPtolemy
2022-08-31SL-17975: PBR: Don't process point light if outside light radiusPtolemy
2022-08-31DRTVWR-559: PBR: Cleanup: Don't do redundant dot(n,l) calcPtolemy
2022-08-31SL-17975: PBR: Fix point light poppingPtolemy
2022-08-31DRTVWR-559: PBR: Disable PBR bloomPtolemy
2022-08-31SL-17703: Fix mergePtolemy
2022-08-30SL-17703: PBR: Fix albedo being in wrong color space, add support for debug d...Ptolemy
2022-08-30SL-18055 Fix for soft cube maps on chrome (don't clamp roughness value)Dave Parks
2022-08-30SL-17705 AMD compatibility -- use a specific LoD of irradiance map to avoid b...Dave Parks
2022-08-29Merge branch 'DRTVWR-559' of bitbucket.org:lindenlab/viewer into SL-17967Howard Stearns
2022-08-26SL-17703: PBR: revert dc8773ff, tweak sunlight albedo to be darkerPtolemy
2022-08-26SL-17766: PBR: Remove redundant misc. dot() calculationsPtolemy
2022-08-26DRTVWR-559: PBR: CleanupPtolemy
2022-08-26DRTVWR-559: PBR: Cleanup debugPtolemy
2022-08-26SL-17703: PBR: Fix albedo being washed out due to wrong color space.Ptolemy
2022-08-26Merge branch 'brad/opengl-core-profile-mac' of bitbucket.org:lindenlab/viewer...Howard Stearns
2022-08-26SL-17967 - review commentsHoward Stearns
2022-08-25SL-17967 - .glsl typos. No we get pink PBR!Howard Stearns
2022-08-25SL-17703: PBR: Tweak sunlight scaling to better match Substance 3D Stager, do...Ptolemy
2022-08-25SL-17702: PBR: Fix light bleed out of rangePtolemy
2022-08-24SL-17703: PBR: Convert sunlight color in sRGB to Linear due to EEP/Windlight.Ptolemy
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-24SL-17703: PBR: Add debug ability to turn sun/off, view sun contribPtolemy
2022-08-24SL-17766: PBR: Refactor to use initMaterial() instead of duplicating material...Ptolemy
2022-08-23SL-17703: PBR: Use BRDF for sun/moon diffuse and specularPtolemy
2022-08-23SL-17703: PBR: Clamp roughness to minimum to match Blender, etc.Ptolemy
2022-08-23SL-17703: PBR: Add BRDF prototypesPtolemy
2022-08-23SL-17975: PBR: Factor ambient occlusion into specularPtolemy
2022-08-23SL-17703: PBR: Don't add diffuse if IBL offPtolemy