summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Collapse)Author
2023-03-22SL-19297 Hacky fix for MY EYES!Dave Parks
2023-03-22Merge pull request #131 from secondlife/brad/DRTVWR-559Brad Linden
Phase 2 of work on SL-18458 material override cache fixes
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-21SL-19434: Fix texture issues with minimap, but keep performance from SL-19331Cosmic Linden
2023-03-21Revert "SL-19434 Temporary fix for minimap breakage."Cosmic Linden
This reverts commit 084ef5173fb79644ce2fd3e640c241a05529db70.
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-19434 Temporary fix for minimap breakage.Dave Parks
2023-03-21Merge branch 'DRTVWR-559' of github.com:secondlife/viewer into DRTVWR-559Dave Parks
2023-03-21SL-19322 Disable automatic alpha masking because it is bugged.Dave Parks
2023-03-20Merge pull request #122 from secondlife/SL-19331Jonathan "Geenz" Goodman
SL-19331: Improve performance of setSubImage (ex: media updates)
2023-03-13SL-19331: Improve performance of setSubImage (ex: media updates)Cosmic Linden
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-13Merge pull request #119 from secondlife/SL-19389cosmic-linden
SL-19389: Fix textures not being optimally loaded after the fix in SL-19338
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-10SL-19389: Fix textures not being optimally queued after the fix in SL-19338Cosmic Linden
In the future, some uses of glTexSubImage2D should be better vetted, ex: media prims
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-08SL-19338: Don't use glTexSubImage2D on compressed texturesCosmic Linden
2023-03-08Revert "SL-19338: (WIP) Test disabling new use of glTexSubImage2D and see if ↵Cosmic Linden
the bug still repros" This reverts commit 6c486e485372a6f79e632839a7217c5208a09d0c.
2023-03-08SL-19338: (WIP) Test disabling new use of glTexSubImage2D and see if the bug ↵Cosmic Linden
still repros
2023-03-07Merge branch 'DRTVWR-559' of github.com:secondlife/viewer into DRTVWR-559Dave Parks
2023-03-07DRTVWR-559 Nudge Intel HD 3000 shader compilation failureDave Parks
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-06Improved detail for llvertexbuffer attribute mask assertion failure in ↵Brad Linden
DRTVWR-559
2023-03-06Merge branch 'DRTVWR-559' of github.com:secondlife/viewer into DRTVWR-559Dave Parks