summaryrefslogtreecommitdiff
path: root/indra/newview
AgeCommit message (Collapse)Author
2023-03-23SL-18458 Fix for overrides not applying if material is not loaded on rebuild.Dave Parks
2023-03-23SL-18458 Fix for one failure mode of overrides getting applied before base ↵Dave Parks
material is set.
2023-03-23SL-19169 Local material updates aren't applied with non-default transformsAndrey Kleshchev
2023-03-22Merge branch 'DRTVWR-559' of github.com:secondlife/viewer into DRTVWR-559Dave Parks
2023-03-22DRTVWR-559 Fix for bad hashing of materials breaking render batches and who ↵Dave Parks
knows what else.
2023-03-22Merge pull request #134 from secondlife/SL-19394cosmic-linden
SL-19394: Change default midday to an asset ID with probe ambiance
2023-03-22SL-19394: Change default midday to an asset ID with probe ambianceCosmic Linden
2023-03-22Merge branch 'DRTVWR-559' of github.com:secondlife/viewer into DRTVWR-559Dave Parks
2023-03-22SL-19297 Hacky fix for MY EYES!Dave Parks
2023-03-22Merge branch 'DRTVWR-559' of github.com:secondlife/viewer into DRTVWR-559Dave Parks
2023-03-22DRTVWR-559 Quality pass -- Fix sky banding, fix off-by-one-mip in reflection ↵Dave Parks
probes (thanks Rye), remove noiseMap from light shaders (removes speckles), make irradiance maps RGB16F instead of RGBA16. Use actual luminance for sky instead of max color component during irradiance map pass.
2023-03-21Phase 2 of fix for SL-18458 material overrides not being cached properlyBrad Linden
2023-03-21SL-19392 Disable "Double Sided" by default when importing double sided materialsAndrey Kleshchev
2023-03-21SL-19322 Disable automatic alpha masking because it is bugged.Dave Parks
2023-03-13DRTVWR-559 Fix for windows build.Dave Parks
2023-03-13Partial solution for SL-18458 Materials override cache not working and ↵Brad Linden
related SL-18684/SL-19206/SL-19173
2023-03-13SL-19371 Fix for occlusion culling getting stuck after teleport.Dave Parks
2023-03-13Merge branch 'DRTVWR-559' of github.com:secondlife/viewer into DRTVWR-559Dave Parks
2023-03-13DRTVWR-559 Fix for GL error on Intel Iris GPU.Dave Parks
2023-03-13Merge branch 'DRTVWR-559' of https://github.com/secondlife/viewer into ↵Jonathan "Geenz" Goodman
DRTVWR-559
2023-03-13Make sure the glow combine only happens in the gamma correct shader.Jonathan "Geenz" Goodman
2023-03-10Fixing unused variables for mac build after SL-19172 workBrad Linden
2023-03-10SL-19352 Bump sky dome detail across the board.Dave Parks
2023-03-10DRTVWR-559 Fix for assert in LLVertexBuffer, incidental decruft.Dave Parks
2023-03-10Merge branch 'DRTVWR-559' of github.com:secondlife/viewer into DRTVWR-559Dave Parks
2023-03-10SL-19172 Texture streaming tune up. Incidental decruft.Dave Parks
2023-03-10This corrects tangents on blinn-phong surfaces to use proper mikkt ↵Rye Mutt
calculation (#118)
2023-03-10Fix alpha blended blinn-phong glossiness in punctual lights and glossy env ↵Rye Mutt
application (#117)
2023-03-10SL-19353 Mesh importer throws an error when the file extension is upper caseAndrey Kleshchev
2023-03-09Merge pull request #115 from secondlife/SL-19330cosmic-linden
SL-19330: Fix texture animation in wrong direction when setting material on another side
2023-03-09SL-19330: Fix texture animation in wrong direction when setting material on ↵Cosmic Linden
another side
2023-03-07Merge pull request #113 from secondlife/SL-19128cosmic-linden
SL-19128: Fix adding material to face sometimes not respecting protections
2023-03-07SL-19128: More conservative cleanupCosmic Linden
2023-03-07Revert "SL-19128: Cleanup"Cosmic Linden
This reverts commit baed7a64049901c6756180450da7692891bceb6f.
2023-03-07SL-19128: CleanupCosmic Linden
2023-03-07SL-19128: Fix adding material to face sometimes not respecting protectionsCosmic Linden
2023-03-07SL-19355 Irradiance rebalance (forgotten file)Dave Parks
2023-03-07SL-19355 Irradiance rebalance.Dave Parks
2023-03-07Merge branch 'DRTVWR-559' of github.com:secondlife/viewer into DRTVWR-559Dave Parks
2023-03-07SL-19349 Fix for hang on bulk upload of materials, add bulk upload option to ↵Dave Parks
material selector, incidental decruft.
2023-03-06Merge pull request #112 from secondlife/SL-19345cosmic-linden
SL-19345: Fix Blinn-Phong faces missing transforms
2023-03-06SL-19345: Fix Blinn-Phong normspec materials not having texture transforms ↵Cosmic Linden
on their normal/specular textures
2023-03-06Fix hiding huds (#108)Rye Mutt
2023-03-03Merge pull request #104 from secondlife/SL-19293cosmic-linden
SL-19293: Use Blinn-Phong texture transform as hint for texture animation direction on PBR materials
2023-03-03Merge pull request #100 from secondlife/SL-19294cosmic-linden
SL-19294: Fix Blinn-Phong texture transforms affecting PBR materials
2023-03-02Merge branch 'DRTVWR-559' of github.com:secondlife/viewer into DRTVWR-559Dave Parks
2023-03-02SL-19281 Post review cleanup.Dave Parks
2023-03-02SL-19293: Use Blinn-Phong texture transform as hint for texture animation ↵Cosmic Linden
direction on PBR materials
2023-03-03SL-19316 fix filter for GLTF materials on mac (#101)Maxim Nikolenko
2023-03-02SL-19294: Avoid unnecessary vertex buffer data in GLTF materialsCosmic Linden