summaryrefslogtreecommitdiff
path: root/indra/newview/llreflectionmapmanager.cpp
AgeCommit message (Expand)Author
2023-03-13DRTVWR-559 Fix for GL error on Intel Iris GPU.Dave Parks
2023-03-07SL-19355 Irradiance rebalance.Dave Parks
2023-03-02SL-19281 Unify handling of haze and gamma between fullbright and not and move...Dave Parks
2023-02-28SL-19277 Fix for fallback probe sometimes getting occluded and making void wa...Dave Parks
2023-02-27SL-19226 Reimplement water fresnel offset/scale, exposure balance for midday,...Dave Parks
2023-02-23DRTVWR-559 Fix for irradiance maps going black at 128x128 radiance map resolu...Dave Parks
2023-02-22DRTVWR-559 Fix for stall in probe occlusion culling and fix for culled neighb...Dave Parks
2023-02-21DRTVWR-559 WIP -- occlusion culling for reflection probes -- has a defect for...Dave Parks
2023-02-17SL-19239 Redo integration of Sascha's radiance map filter.Dave Parks
2023-02-15SL-18927 Warn *before* destroying content, not after. Followup from last com...Dave Parks
2023-02-15SL-19220 Have manual sphere probes live-track their associated LLViewerObjectsDave Parks
2023-02-08DRTVWR-559 Quick fix for radiance map filter using wrong resolution parameter.Dave Parks
2023-02-07SL-18780 Turn down contribution of cloud shadow to reflection probe ambiance ...Dave Parks
2023-02-03SL-19150 Fix for stuttering real-time reflection probes.Dave Parks
2023-01-31SL-19015 Balance sun/sky ambiance with punctual light ambiance. Prevent irra...Dave Parks
2023-01-30SL-19015 Bump probe resolution back to 256 by default (drop to 128 if vram < ...Dave Parks
2023-01-27SL-19203 et al -- Integrate SSR with reflection probes, tweak probe blending....RunitaiLinden
2023-01-19Optimizations, decruft, and intel compatibility pass (#53)RunitaiLinden
2022-12-16SL-18731 Fix for runaway feedback loops on reflection probe ambianceDave Parks
2022-12-16SL-18780 Feedback cloud coverage into reflection probe ambiance to recover le...Dave Parks
2022-12-02SL-18745 Fix for assert on teleport.Dave Parks
2022-11-30SL-18745 Fix for LLVertexBuffer assertion on shutdown.Dave Parks
2022-11-14Merged in SL-18332 (pull request #1194)Jonathan Goodman
2022-10-11SL-18190 Fix for mystery circle showing up on east side of reflection probes....Dave Parks
2022-10-06SL-18190 Water shader WIP. Better parallax correction for sphere probes. Re...Dave Parks
2022-10-04SL-18293, SL-18190 -- Fix for debug displays not showing up (wireframe still ...Dave Parks
2022-09-23SL-18190 Reduce banding - experiment with RGB16F reflection probesDave Parks
2022-09-22SL-17705 Backwards compatibility pass. Support OpenGL pre-4.0 by disabling r...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-19SL-18190 Don't generate mips for irradiance maps because they're never sampled.Dave Parks
2022-09-19SL-18190 Faster better stronger radiance/irradiance mapsDave Parks
2022-09-09Merged in SL-17967 (pull request #1113)Howard 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-09-01SL-17967 - Git rid of ARB that is in coreHoward Stearns
2022-08-31SL-18065 WIP -- Adjust max virtual size to keep debug floater readable. Make...Dave Parks
2022-08-29SL-18037 Workaround AMD driver bug (drop reflection probe count to 16 on amd)Dave Parks
2022-06-23clang compatibility fixes for llreflectionmapmanager.cpp and llvovolume.hBrad Kittenbrink
2022-06-22SL-17600 Cubemap filter tuning.Dave Parks
2022-06-22SL-17600 Proper irradiance probes.Dave Parks
2022-06-21SL-17600 WIP -- Proper radiance maps (not just mipped cubemaps).Dave Parks
2022-06-17SL-17287 Slightly less hacky and much less crash cube snapshot render target ...Dave Parks
2022-06-10SL-17523 Add reflection probe ambiance to windlight settings and integrate wi...Dave Parks
2022-06-10SL-17574 Add probe detail combo box to advanced graphics preferences. Fix sp...Dave Parks
2022-06-02SL-17285 Add proper reflection probe support to LLVOVolume, LLPrimitive, and ...Dave Parks
2022-05-24SL-17287 Don't update reflection probes when PBR is disabled.Dave Parks
2022-05-20SL-17287 Instrument and optimize cubemap render. Fix for cubemap snapshots d...Dave Parks
2022-05-19SL-17286 Only update reflection probe UBO once per pipe flushDave Parks
2022-05-19SL-17286 Reflection probe alpha/fullbright support.Dave Parks