Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-03-30 | DRTVWR-559 Add RenderAutomaticReflectionProbes control. Tweak automatic ↵ | Dave Parks | |
exposure. | |||
2023-03-27 | DRTVWR-559 Bump down ambiance scale to compensate for HDRishness. | Dave Parks | |
2023-03-24 | SL-19321 Optimization pass -- Remove another shadow split from probe render, ↵ | Dave Parks | |
incidental decruft. | |||
2023-03-24 | SL-19321 Optimization pass -- reduce occlusion culling frame stalls, reduce ↵ | Dave Parks | |
shadow draw distance in probes. | |||
2023-03-22 | DRTVWR-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-21 | SL-19322 Disable automatic alpha masking because it is bugged. | Dave Parks | |
2023-03-10 | SL-19172 Texture streaming tune up. Incidental decruft. | Dave Parks | |
2023-03-07 | SL-19355 Irradiance rebalance (forgotten file) | Dave Parks | |
2023-02-24 | DRTVWR-559 Add controls for tonemapper to advanced preferences. | Dave Parks | |
2023-02-23 | DRTVWR-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-07 | SL-18780 Turn down contribution of cloud shadow to reflection probe ambiance ↵ | Dave Parks | |
and make the value a debug setting. | |||
2023-02-03 | SL-19148 Decruft some forward shaders and drawpools. Fix HUDs being in ↵ | Dave Parks | |
wrong color space. | |||
2023-02-02 | Merge remote-tracking branch 'origin/main' into DRTVWR-559 | Brad Linden | |
2023-01-31 | SL-19015 Balance sun/sky ambiance with punctual light ambiance. Prevent ↵ | Dave Parks | |
irradiance maps from being brighter than the environment. | |||
2023-01-30 | SL-19015 Bump probe resolution back to 256 by default (drop to 128 if vram < ↵ | Dave Parks | |
2GB), remove irradiance map feedback loop (one bounce, but but more stable and allows for much brighter first bounce), make sky contribution to irradiance not tint the world blue. Make irradiance that appears in radiance maps match world irradiance. | |||
2023-01-20 | SL-18869 GL 3 compatibility pass and minor decruft. | Dave Parks | |
2023-01-19 | Optimizations, decruft, and intel compatibility pass (#53) | RunitaiLinden | |
SL-18869, SL-18772 Overhaul VBO management, restore occlusion culling, intel compatibility pass, etc | |||
2022-12-14 | SL-18782 WIP -- Functional Build->Options->Show Reflection Probe Volumes | Dave Parks | |
2022-12-12 | Merge remote-tracking branch 'origin/main' into DRTVWR-559 | Brad Linden | |
2022-12-12 | Merge branch 'main' into DRTVWR-570-maint-Q | Andrey Lihatskiy | |
# Conflicts: # doc/contributions.txt # indra/newview/app_settings/shaders/class1/deferred/materialF.glsl # indra/newview/llfloater360capture.cpp | |||
2022-12-06 | SL-18784 Refactor physics shape display to not require its own render ↵ | Dave Parks | |
target. Remove "Hover Glow Objects" to free up a superfluous render target. | |||
2022-12-06 | SL-18785 Fix for corrupt reflection probes on various preference changes. ↵ | Dave Parks | |
Add UI for Screen Space Reflections. | |||
2022-11-29 | SL-18682 WIP -- Clear BOOST_SELECTED as needed. GL 3.2 compatibility pass. ↵ | Dave Parks | |
Fix for stack underflow when reflection probes disabled. | |||
2022-11-29 | SL-18682 WIP -- Add debug settings that aid in emulating low end hardware. | Dave Parks | |
2022-11-16 | SL-18154 Profile guided optimizations vs release viewer. Trim some unused ↵ | Dave Parks | |
abilities and remove some more fast timers. | |||
2022-11-14 | Merged in SL-18332 (pull request #1194) | Jonathan Goodman | |
First pass of Screen Space Reflections Approved-by: Dave Parks | |||
2022-10-26 | Merged in SL-17005_cosmic_win8 (pull request #1106) | Sabrina Shanman | |
SL-17005: Clean up debug code | |||
2022-10-24 | SL-18388 Searchable debug settings UI | Mnikolenko Productengine | |
2022-10-21 | Merge branch 'master' (DRTVWR-548) into DRTVWR-559 | Andrey Kleshchev | |
# Conflicts: # indra/llrender/llgl.cpp # indra/llrender/llrendertarget.cpp # indra/newview/VIEWER_VERSION.txt # indra/newview/app_settings/shaders/class1/deferred/materialF.glsl # indra/newview/llfloaterpreference.cpp # indra/newview/llviewercontrol.cpp # indra/newview/llviewermenu.cpp # indra/newview/llviewertexturelist.cpp # indra/newview/llvovolume.cpp | |||
2022-10-20 | Merge branch 'master' into DRTVWR-565-maint-P | Andrey Lihatskiy | |
2022-10-13 | SL-18125 Separate GLTF permissions from normal uploads | Andrey Kleshchev | |
2022-10-12 | SL-18190 Remove water reflection detail combo box and reimplement ↵ | Dave Parks | |
"Transparent Water" checkbox. | |||
2022-10-05 | SL-18228 The search page works like a web search instead of in-viewer one | Andrey Kleshchev | |
2022-09-23 | SL-18156 Cleanup of MikktSpace integration, apply MikktSpace tangents to all ↵ | Dave Parks | |
meshes. | |||
2022-09-22 | SL-17705 Backwards compatibility pass. Support OpenGL pre-4.0 by disabling ↵ | Dave Parks | |
reflection probes and anti-aliasing. Get render parity with current release viewer when reflection probes are disabled. | |||
2022-09-20 | SL-18190 Don't allocate mips for irradiance maps because they're never ↵ | Dave Parks | |
generated. Disable OpenGL core profile on Intel by default. | |||
2022-09-16 | Merge branch 'DRTVWR-559' of ssh://bitbucket.org/lindenlab/viewer into ↵ | Dave Parks | |
DRTVWR-559 | |||
2022-09-16 | SL-18128 Clear out much OpenGL cruft and switch to core profile on AMD | Dave Parks | |
2022-09-16 | Merge branch master (DRTVWR-571) into DRTVWR-559 | Andrey Kleshchev | |
# Conflicts: # indra/newview/llpanelface.cpp # indra/newview/llpanelface.h | |||
2022-09-15 | Merge branch 'master' into DRTVWR-548-maint-N | Andrey Lihatskiy | |
# Conflicts: # indra/newview/llmodelpreview.h | |||
2022-09-15 | Merge branch 'master' into DRTVWR-565-maint-P | Andrey Lihatskiy | |
2022-09-08 | SL-18095 WIP -- Add Mikktspace tangent generation for PBR materials and ↵ | Dave Parks | |
switch to per-pixel binormal generation. Still bugged with some test content. | |||
2022-08-30 | Merge remote-tracking branch 'remotes/origin/DRTVWR-563' into DRTVWR-559 | Dave Parks | |
2022-08-29 | SL-18037 Workaround AMD driver bug (drop reflection probe count to 16 on amd) | Dave Parks | |
2022-08-18 | SL-17005: Clean up debug code | Cosmic Linden | |
2022-08-11 | SL-17005: (WIP) (Debug) Add logging and debug settings to assist in ↵ | Cosmic Linden | |
understanding Windows 8 failure modes. Most of this should be removed later | |||
2022-08-03 | SL-17706 Deprecate RenderGamma and RenderFogRatio and remove dead UI from ↵ | Dave Parks | |
graphics preferences. | |||
2022-08-03 | SL-17706 Deprecate avatar cloth and remove dead UI from graphics preferences. | Dave Parks | |
2022-08-02 | SL-17706 Remove ability to disable deferred rendering and default PBR to on ↵ | Dave Parks | |
for mid and higher. | |||
2022-07-27 | SL-17809 Sounds from Avatar position instead of Camera position | Mnikolenko Productengine | |