index
:
viewer.git
2024.09-ExtraFPS
main
maint-c
Megapahit's fork of the Second Life viewer.
Erik Kundiman
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
indra
/
newview
/
llreflectionmapmanager.cpp
Age
Commit message (
Expand
)
Author
2022-11-14
Merged in SL-18332 (pull request #1194)
Jonathan Goodman
2022-10-11
SL-18190 Fix for mystery circle showing up on east side of reflection probes....
Dave Parks
2022-10-06
SL-18190 Water shader WIP. Better parallax correction for sphere probes. Re...
Dave Parks
2022-10-04
SL-18293, SL-18190 -- Fix for debug displays not showing up (wireframe still ...
Dave Parks
2022-09-23
SL-18190 Reduce banding - experiment with RGB16F reflection probes
Dave Parks
2022-09-22
SL-17705 Backwards compatibility pass. Support OpenGL pre-4.0 by disabling r...
Dave Parks
2022-09-20
SL-18190 Reduce banding (stay in linear space as much as possible, increase p...
Dave Parks
2022-09-20
SL-18190 Don't allocate mips for irradiance maps because they're never genera...
Dave Parks
2022-09-19
SL-18190 Don't generate mips for irradiance maps because they're never sampled.
Dave Parks
2022-09-19
SL-18190 Faster better stronger radiance/irradiance maps
Dave Parks
2022-09-09
Merged in SL-17967 (pull request #1113)
Howard Stearns
2022-09-01
Use an SRGB buffer for initial reflection map capture for proper linear sampling
Rye Mutt
2022-09-01
Merge branch 'DRTVWR-559' of bitbucket.org:lindenlab/viewer into SL-17967
Howard Stearns
2022-09-01
SL-17967 - Git rid of ARB that is in core
Howard Stearns
2022-08-31
SL-18065 WIP -- Adjust max virtual size to keep debug floater readable. Make...
Dave Parks
2022-08-29
SL-18037 Workaround AMD driver bug (drop reflection probe count to 16 on amd)
Dave Parks
2022-06-23
clang compatibility fixes for llreflectionmapmanager.cpp and llvovolume.h
Brad Kittenbrink
2022-06-22
SL-17600 Cubemap filter tuning.
Dave Parks
2022-06-22
SL-17600 Proper irradiance probes.
Dave Parks
2022-06-21
SL-17600 WIP -- Proper radiance maps (not just mipped cubemaps).
Dave Parks
2022-06-17
SL-17287 Slightly less hacky and much less crash cube snapshot render target ...
Dave Parks
2022-06-10
SL-17523 Add reflection probe ambiance to windlight settings and integrate wi...
Dave Parks
2022-06-10
SL-17574 Add probe detail combo box to advanced graphics preferences. Fix sp...
Dave Parks
2022-06-02
SL-17285 Add proper reflection probe support to LLVOVolume, LLPrimitive, and ...
Dave Parks
2022-05-24
SL-17287 Don't update reflection probes when PBR is disabled.
Dave Parks
2022-05-20
SL-17287 Instrument and optimize cubemap render. Fix for cubemap snapshots d...
Dave Parks
2022-05-19
SL-17286 Only update reflection probe UBO once per pipe flush
Dave Parks
2022-05-19
SL-17286 Reflection probe alpha/fullbright support.
Dave Parks
2022-05-18
Make reflection probe ambiance controllable by a saved setting
Dave Parks
2022-05-18
SL-17416 Box reflection probe influence volumes
Dave Parks
2022-05-17
SL-17416 Quick 'n dirty reflection probe override hack.
Dave Parks
2022-05-16
SL-17284 Reflection probe tuning and optimization take 1
Dave Parks
2022-05-04
SL-17283 LLReflectionMapManager prototype. Remove snapshot code related over...
Dave Parks