Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-02-24 | SL-19212 Resurrect glare and apply to PBR materials as well (and fix color ↵ | Dave Parks | |
mismatch in legacy alpha vs opaque). | |||
2023-02-21 | DRTVWR-559 Fix SSR on transparent PBR surfaces. | Dave Parks | |
2023-02-21 | SL-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-15 | Fixup mac compatibility for SL-18762 shadowUtil.glsl changes | Brad Linden | |
2023-02-14 | SL-18762 Fix for broken local lights on alpha when wearing a HUD attachment. ↵ | Dave Parks | |
Also fix stuck sun/moon and incidental decruft. | |||
2023-02-09 | Merge branch 'DRTVWR-559' of github.com:secondlife/viewer into DRTVWR-559 | Dave Parks | |
2023-02-09 | SL-19181 Modulate "glow" by PBR emissive. | Dave Parks | |
2023-02-09 | Fix SL-19191 mac crash on startup for apple silicon machines. | Brad Linden | |
2023-02-08 | SL-18229 Mac build fix. | Dave Parks | |
2023-02-07 | SL-18229 Fix for PBR materials on HUDs misbehaving. Incidental decruft. | Dave Parks | |
2023-02-07 | SL-19147 Water quality pass. Remove gl_FragDepth writes from sky rendering ↵ | Dave Parks | |
(optimization). Incidental decruft. | |||
2023-02-03 | SL-19148 Decruft followthrough -- kill more unused shader files | Dave Parks | |
2023-02-03 | SL-19148 Decruft followthrough -- decruft shader tree and some remaining ↵ | Dave Parks | |
forward rendering code. | |||
2023-02-03 | SL-19148 Decruft some forward shaders and drawpools. Fix HUDs being in ↵ | Dave Parks | |
wrong color space. | |||
2023-02-02 | DRTVWR-559 Merge fix. | Dave Parks | |
2023-02-02 | Fixups after merge for DRTVWR-559 | Brad Linden | |
2023-02-02 | Merge remote-tracking branch 'origin/main' into DRTVWR-559 | Brad Linden | |
2023-02-01 | SL-19000 Fix various 3D UI components not respecting depth buffer. ↵ | Dave Parks | |
Incidental decruft. Do I get a prize for 1000th jira? | |||
2023-01-30 | Fix DRTVWR-559 EOL at EOF to pass coding policy checks | Brad Linden | |
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-18772 Potential fix for failed shader load on Intel HD 3000 | Dave Parks | |
2023-01-24 | SL-18958 Fix for broken water distortion map and depth buffer. Incidental ↵ | Dave Parks | |
decruft. | |||
2023-01-23 | SL-19015 Fix for ugly SSAO | Dave Parks | |
2023-01-23 | SL-19015 Fix gamma correct shader noise parameters (remove banding) | Dave Parks | |
2023-01-20 | SL-18869 GL 3 compatibility pass and minor decruft. | Dave Parks | |
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-10 | SL-18869 Optimizations -- Revive "Frame Profile" and GL_DEPTH_CLAMP. Remove ↵ | Dave Parks | |
usage of gl_FragDepth from shadow shaders. | |||
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-12 | SL-18790 Fix for transparent objects casting shadows when they ought not. | Dave Parks | |
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-09 | SL-18740: Fix texture animations not working for GLTF materials | Cosmic Linden | |
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-20 | Fix for SSAO not behaving properly. | Geenz Linden | |
SL-18662 | |||
2022-11-14 | SL-18637 Reverted material shader changes | Andrey Lihatskiy | |
original fix by Beq Janus | |||
2022-11-14 | Merged in SL-18332 (pull request #1194) | Jonathan Goodman | |
First pass of Screen Space Reflections Approved-by: Dave Parks | |||
2022-11-09 | Merge remote-tracking branch ↵ | Andrey Lihatskiy | |
'BeqJanus/ll-viewer-pull-requests/Beq-alpha-mask-on-emissive-fix' into DRTVWR-570-maint-Q | |||
2022-11-05 | [BUG-232834][BUG-232871] Alpha mask is being applied with emissive mask | Beq | |
This is the most local fix for this issue, addressing the specific unqualified use of HAS_ALPHA_MASK. If we find other issues with alpha mask being applied incorrectly then, it may be better to fix higher up in llvieweshadermgr.cpp by reverting the changes from SL-17532. For now, this way works for this specific bug without non-emissive side-effects. | |||
2022-11-02 | SL-18485: Render GLTF materials with extension KHR_texture_transform with ↵ | Cosmic Linden | |
approprate texture transforms | |||
2022-10-28 | SL-18453 WIP -- Use GLTF draw pool to render shadows. Still need a GLTF ↵ | Dave Parks | |
specific shadow shader to multiply alpha. | |||
2022-10-21 | SL-18105 Clean up class1/deferred/materialF.glsl (merge cleanup), make ↵ | Dave Parks | |
override messaging LLSD where it ought to be and JSON where it ought to be. | |||
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-570-maint-Q | Andrey Lihatskiy | |
# Conflicts: # indra/newview/llnetmap.cpp # indra/newview/llnetmap.h | |||
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-18340: Consolidate shared pbr shading into calcDiffuseSpecular, pbrBaseLight | Cosmic Linden | |
2022-10-11 | SL-18190 Cleanup -- convert some vec4's to vec3's (as they really are), ↵ | Dave Parks | |
remove some unused glsl files. | |||
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. |