summaryrefslogtreecommitdiff
path: root/indra/newview/app_settings/shaders/class1/deferred/pbropaqueF.glsl
AgeCommit message (Collapse)Author
2023-05-17SL-19655 Decruft legacy GLSL shaders and now unused build queues.RunitaiLinden
2023-04-06SL-19538 Followup -- scrub all possible sources of NaNs, make dynamic ↵Dave Parks
exposure controls not persist, limit exposure range, and do a debug gl pass.
2023-02-24SL-19265: Fix precision issue with texture transforms by moving transform ↵Cosmic Linden
matrix calculation into the shader
2023-02-24SL-19228: Remove DEBUG_TEXCOORDCosmic Linden
2023-02-23SL-19228: Fix GLTF texture transform rotation and add UV debug (PBR only). ↵Cosmic Linden
See textureUtilV.glsl for UV coordinate comments
2023-02-08SL-18229 Mac build fix.Dave Parks
2023-02-07SL-18229 Fix for PBR materials on HUDs misbehaving. Incidental decruft.Dave Parks
2022-11-02SL-18485: Render GLTF materials with extension KHR_texture_transform with ↵Cosmic Linden
approprate texture transforms
2022-09-20SL-18190 Reduce banding (stay in linear space as much as possible, increase ↵Dave Parks
precision of reflection probes). Faster radiance and irradiance map generation.
2022-09-13SL-17701 WIP -- Correct color space management for base color and emissive ↵Dave Parks
color factors and textures. Support for double sided alpha blended PBR materials.
2022-09-12SL-18095 Add tangents to mesh assets so we can calculate mikktspace tangents ↵Dave Parks
in the mesh's original coordinate frame.
2022-09-09SL-18095 WIP -- Allow mikktspace generator to add more vertices (skip ↵Dave Parks
re-welding step for now).
2022-09-08SL-18095 WIP -- Add Mikktspace tangent generation for PBR materials and ↵Dave Parks
switch to per-pixel binormal generation. Still bugged with some test content.
2022-09-06SL-18096 WIP -- partial support for double sided rendering. Shadow map and ↵Dave Parks
picking support TBD.
2022-09-02DRTVWR-559: PBR: CleanupPtolemy
2022-09-02DRTVWR-559: PBR: Maintain slightly higher quality of normals from normal mapPtolemy
2022-09-02SL-17701: PBR: Add support for gltf Alpha MASK (cutoff)Ptolemy
2022-08-29SL-17703: PBR: Fix default OMR if pbr shader compiled sans HAS_SPECULAR_MAPPtolemy
2022-08-10SL-17763: Cleanup debug infor for lightsPtolemy
2022-08-02SL-17762: PBR: Add debug flag to turn off regular output and color code ↵Ptolemy
point lights and spot lights
2022-07-06SL-17682 PBR: Fix Occlusion Roughness Metal not being in linear space; ↵Ptolemy
removes need for redundant linear/sRGB conversions.
2022-07-05SL-17682: PBR: Cleanup debug flags to view raw normal map as-isPtolemy
2022-06-24SL-17274: PBR: Fix typo of commit 4e1a4e80e4Ptolemy
2022-06-24SL-17274: PBR: Add DEBUG_NORMAL_RAW, DEBUG_NORMAL_OUT to PBR shaderPtolemy
2022-06-24Merge branch 'DRTVWR-559' of bitbucket.org:lindenlab/viewer into DRTVWR-559Ptolemy
2022-06-24SL-17274: Cleanup frag_dataPtolemy
2022-06-24SL-17274 Hook up emissive map and non-texture parameters to pbropaqueF.glslDave Parks
2022-06-23SL-17653 Fix writing of PBR materials to gbuffer.Dave Parks
2022-06-23SL-17274: Fix shaders to use normal and spec mapsPtolemy
2022-05-06SL-17274: Add debug rendering to pbr shaderPtolemy
2022-05-06SL-17274: Add vary_position, cleanup whitespacePtolemy
2022-05-02SL-17274: Stub for PBR DrawPool and shaderPtolemy