summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Collapse)Author
2023-02-28Merge branch 'DRTVWR-559' of github.com:secondlife/viewer into DRTVWR-559Dave Parks
2023-02-28SL-18435 Rename texture tab combo box items and change "PBR" label on ↵Dave Parks
material swatch to "Material"
2023-02-28Merge pull request #97 from secondlife/brad/DRTVWR-559Brad Linden
brad/drtvwr-559 mac shader and assert fixes
2023-02-28Merge branch 'DRTVWR-559' of github.com:secondlife/viewer into DRTVWR-559Dave Parks
2023-02-28SL-19263 Tidy up the reflection probe warning modal and add a cancel button.Dave Parks
2023-02-28Merge pull request #96 from secondlife/SL-19729cosmic-linden
SL-19279: LLGLSLShader::bindXXX is not free. Pack the uniforms
2023-02-28SL-19277 Fix for fallback probe sometimes getting occluded and making void ↵Dave Parks
water dark after teleport. Never default to having reflections off.
2023-02-27Mac shader and assertion fixes for DRTVWR-559Brad Linden
2023-02-27SL-19279: LLGLSLShader::bindXXX is not free. Pack the uniformsCosmic Linden
2023-02-27SL-19226 Reimplement water fresnel offset/scale, exposure balance for ↵Dave Parks
midday, adjust reflections off, and decruft depth buffer error correction shenanigans that are no longer used.
2023-02-27Merge branch 'DRTVWR-559' of github.com:secondlife/viewer into DRTVWR-559Dave Parks
2023-02-27DRTVWR-559 Fix for local lights being applied to fullbright objects.Dave Parks
2023-02-27Merge pull request #92 from secondlife/SL-19262cosmic-linden
SL-19265: Fix precision issue with texture transforms, separate texture animations
2023-02-27DRTVWR-559 Fix for occlusion culling going off the rails when settings ↵Dave Parks
change -- remove LLPipeline::resetVertexBuffers and add a sanity check to how long we wait for a query to be "available".
2023-02-27DRTVWR-559 Fix for mac buildDave Parks
2023-02-25Hammering on more mac optimizations.Jonathan "Geenz" Goodman
SL-18563
2023-02-24SL-19269: For PBR materials, apply texture animation independently of the ↵Cosmic Linden
underlying texture transform
2023-02-24DRTVWR-559 Fix for ignoring specular channel alpha for attenuation ↵Dave Parks
environment intensity.
2023-02-24SL-19265: Fix precision issue with texture transforms by moving transform ↵Cosmic Linden
matrix calculation into the shader
2023-02-24DRTVWR-559 Add controls for tonemapper to advanced preferences.Dave Parks
2023-02-24Merge branch 'DRTVWR-559' of github.com:secondlife/viewer into DRTVWR-559Dave Parks
2023-02-24SL-19212 Resurrect glare and apply to PBR materials as well (and fix color ↵Dave Parks
mismatch in legacy alpha vs opaque).
2023-02-24Merge pull request #89 from secondlife/SL-19228cosmic-linden
SL-19228: Fix GLTF texture transform rotation + add UV debug
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-23SL-19236 Fix for HUDs not rendering when transparent water is disabled.Dave Parks
2023-02-23DRTVWR-559 Fix for irradiance maps going black at 128x128 radiance map ↵Dave Parks
resolution. Improve radiance map anti-aliasing and default to 128x128 everywhere.
2023-02-22DRTVWR-559 Fix for mac build.Dave Parks
2023-02-22DRTVWR-559 Fix for stall in probe occlusion culling and fix for culled ↵Dave Parks
neighbors getting sampled (badly).
2023-02-21DRTVWR-559 Fix SSR on transparent PBR surfaces.Dave Parks
2023-02-21DRTVWR-559 WIP -- Kill debug text on probes (whoops)Dave Parks
2023-02-21DRTVWR-559 WIP -- occlusion culling for reflection probes -- has a defect ↵Dave Parks
for objects close to the camera at some angles and leaks query objects, will follow up.
2023-02-21SL-19239 Day after three day quality pass - add ACES tone mapping to address ↵Dave Parks
"haziness" (and also fix banding in emissive materials)
2023-02-17SL-19239 Redo integration of Sascha's radiance map filter.Dave Parks
2023-02-17Merge branch 'DRTVWR-559' of github.com:secondlife/viewer into DRTVWR-559Dave Parks
2023-02-17SL-19128 Soften the transition between manual and automatic sphere probes.Dave Parks
2023-02-16SL-17640 Fix 'Apply now' being enabled when importingAndrey Kleshchev
2023-02-15Fixup mac compatibility for SL-18762 shadowUtil.glsl changesBrad Linden
2023-02-15Merge pull request #76 from secondlife/SL-19121cosmic-linden
SL-19121: Add some override tests
2023-02-15SL-18927 Warn *before* destroying content, not after. Followup from last ↵Dave Parks
commit -- immediately apply scale to sphere probes.
2023-02-15SL-19220 Have manual sphere probes live-track their associated LLViewerObjectsDave Parks
2023-02-15SL-19121: Add additional test at request of reviewCosmic Linden
2023-02-15SL-19121: Address review comments from SL-19080 phase 2Cosmic Linden
2023-02-15SL-19219 Fix for reflection probe display rendering during HUD render (also ↵Dave Parks
shadow frusta)
2023-02-15Merge branch 'DRTVWR-559' of github.com:secondlife/viewer into DRTVWR-559Dave Parks
2023-02-15SL-18568 Fix for only one projector casting shadows.Dave Parks
2023-02-14SL-19121: Add some override testsCosmic Linden
2023-02-14Merge pull request #85 from secondlife/SL-19002cosmic-linden
SL-19002: Handle edge case in client networking which could cause material ID and overrides to become out-of-sync
2023-02-14SL-19002: Stop sending material IDs from client via material params and just ↵Cosmic Linden
call queueApply/queueModify
2023-02-14Merge pull request #73 from secondlife/SL-19080cosmic-linden
SL-19080: GLTF Material asset consistency: Part 2: Update viewer GLTF Material asset upload to v1.1