Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-27 | SL-19203 et al -- Integrate SSR with reflection probes, tweak probe ↵ | RunitaiLinden | |
blending. (#63) * SL-19203 WIP -- Integrate SSR with reflection probes. Decruft LLRenderTarget. * SL-19203 WIP -- Re-integrate SSR. Incidental decruft. * SL-19203 WIP -- SSR frame delta correction (still broken for Z) * SL-19203 WIP -- SSR frame delta Z fix * SL-19203 WIP -- Make SSR toggleable again and disable SSR in cube snapshots. * SL-19203 WIP -- Soften sphere probe transitions and fix reflections on void water (make fallback probe a simple terrain+water+sky probe). Remove parallax correction for automatic probes to reduce artifacts. * SL-19203 Tune probe blending. * SL-19203 Cleanup. | |||
2023-01-24 | SL-18958 Fix for broken water distortion map and depth buffer. Incidental ↵ | Dave Parks | |
decruft. | |||
2023-01-24 | SL-18772 Potential fix for failed shader load on Intel HD 3000 | Dave Parks | |
2023-01-23 | SL-18772 Potential fix for failed shader load on Intel HD 3000 | Dave Parks | |
2023-01-23 | SL-18772 Potential fix for failed shader load on Intel HD 3000 | Dave Parks | |
2023-01-23 | SL-18772 Potential fix for failed shader load on Intel HD 3000 | Dave Parks | |
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 | |||
2023-01-11 | SL-18869 Touch up -- Prune "post_pos" from shadow shaders that don't need it ↵ | Dave Parks | |
and fix non-standard gl_Position z values | |||
2023-01-09 | SL-18869 Optimizations -- Decruftify LLRenderTarget, use a shader to copy ↵ | Dave Parks | |
color/depth instead of glCopyTexSubImage or glBlitFrameBuffer | |||
2022-12-16 | SL-18851 Fix for PBR materials sometimes not casting shadows when they should. | Dave Parks | |
2022-12-14 | SL-18782 WIP -- stub for reflection probe display. | Dave Parks | |
2022-12-06 | SL-18785 Fix for corrupt reflection probes on various preference changes. ↵ | Dave Parks | |
Add UI for Screen Space Reflections. | |||
2022-12-05 | SL-18692 Fix for fullbright alpha not clipping against water plane (also ↵ | Dave Parks | |
fixes ultraspace particles). | |||
2022-11-28 | Merge remote-tracking branch 'origin/DRTVWR-528' into DRTVWR-559 | Brad Kittenbrink | |
2022-11-28 | Merge remote-tracking branch 'origin/main' into DRTVWR-528 | Brad Kittenbrink | |
2022-11-14 | Merged in SL-18332 (pull request #1194) | Jonathan Goodman | |
First pass of Screen Space Reflections Approved-by: Dave Parks | |||
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-17 | Merged in SL-18340 (pull request #1158) | Sabrina Shanman | |
SL-18340: Fix PBR alpha materials treating spotlight as point light Approved-by: Dave Parks | |||
2022-10-13 | SL-18340: Consistently use HAS_SUN_SHADOW for shader permutation | Cosmic Linden | |
2022-10-13 | SL-18367 Fix for some objects rendering purple -- globally set number of ↵ | Dave Parks | |
indexed texture channels instead of allowing it to vary from one shader to the next. | |||
2022-10-12 | SL-18190 Remove water reflection detail combo box and reimplement ↵ | Dave Parks | |
"Transparent Water" checkbox. | |||
2022-10-10 | SL-18190 Fix alpha not playing nice with water surface by split ↵ | Dave Parks | |
LLDrawPoolAlpha into two passes, one above water, one below water, and clip against water plane. Currently brute forces two complete alpha passes, still need to cull against water plane and add support for fullbright shaders. | |||
2022-10-07 | SL-18190 Move water shaders to class 3, add debug stub for underWaterF.glsl, ↵ | Dave Parks | |
make underWaterF and softenLightF apply water fog in linear space. | |||
2022-10-06 | SL-18190 Water shader WIP. Better parallax correction for sphere probes. ↵ | Dave Parks | |
Reduce probe memory footprint. Remove framebuffer copies and move to deprecate stencil buffer usage. | |||
2022-10-05 | SL-18190 WIP - Add refraction to water without splitting scene between above ↵ | Dave Parks | |
and below water | |||
2022-10-04 | SL-18293, SL-18190 -- Fix for debug displays not showing up (wireframe still ↵ | Dave Parks | |
busted). WIP on reflection probe/PBR driven water shader. | |||
2022-09-27 | SL-18190 WIP -- Take 2 on linear space windlight (more methodical approach ↵ | Dave Parks | |
-- make desired interface but brute force color conversions). Placeholder PBR water and move to deprecate forward rendering shaders. | |||
2022-09-26 | SL-18190 WIP - Windlight to linear space proof of concept, better parity ↵ | Dave Parks | |
between release viewer and materials viewer when reflections disabled. Avoid run-away probe ambiance. | |||
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-17 | WIP - switch PBR implementations | Dave Parks | |
2022-09-16 | SL-18128 Clear out much OpenGL cruft and switch to core profile on AMD | Dave Parks | |
2022-09-13 | SL-17701 WIP -- Cleanup/refactor PBR lighting implementation and get parity ↵ | Dave Parks | |
between deferred and alpha passes for sunlight and IBL. | |||
2022-09-12 | SL-17701: PBR: Tweak lighting in alpha blending | Ptolemy | |
2022-09-09 | Merged in SL-17967 (pull request #1113) | Howard Stearns | |
SL-17967 require 4.1 core profile | |||
2022-09-09 | SL-17701: PBR: WIP Alpha Blending | Ptolemy | |
2022-09-06 | SL-17967 - reserve one more sampler in Deferred FullbrightShiny Shader so ↵ | Howard Stearns | |
that it loads on mac | |||
2022-09-01 | SL-17967 - Git rid of ARB that is in core | Howard Stearns | |
2022-08-25 | SL-17967 compiles and runs by avoiding the features | Howard Stearns | |
2022-08-20 | SL-17584 Make setShaders crashes more informative | Andrey Kleshchev | |
2022-08-08 | SL-17927 Keep people from shooting themselves in the foot by twiddling ↵ | Dave Parks | |
deprecated settings. | |||
2022-06-24 | SL-17274 Hook up emissive map and non-texture parameters to pbropaqueF.glsl | Dave Parks | |
2022-06-23 | SL-17653 Fix writing of PBR materials to gbuffer. | Dave Parks | |
2022-06-23 | SL-17273: Fix drawpool to pass normal and spec map to PBR shader | Ptolemy | |
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-15 | SL-17584 Make setShaders crashes more informative | Andrey Kleshchev | |
2022-06-06 | SL-17532 Potential fix for some rigged mesh draw order issues. | Dave Parks | |
2022-05-26 | Merge branch 'master' v 6.6.1 into DRTVWR-528 | Dave Houlton | |
2022-05-24 | SL-17472 Add checkbox to preferences for enabling "PBR" that uses "class3" ↵ | Dave Parks | |
deferred shaders. Move reflection probe shaders to class3 and restore class2 shaders to non-reflection probe versions. |