Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-06-17 | Fix shaders broken in merge | Ansariel | |
2024-06-14 | Merge branch 'release/maint-b' into marchcat/b-merge | Andrey Lihatskiy | |
# Conflicts: # .github/workflows/build.yaml # indra/newview/app_settings/shaders/class2/deferred/alphaF.glsl # indra/newview/app_settings/shaders/class3/deferred/reflectionProbeF.glsl # indra/newview/app_settings/shaders/class3/deferred/softenLightF.glsl # indra/newview/llfilepicker.cpp | |||
2024-05-15 | Post-merge spaces fix | Andrey Lihatskiy | |
2024-05-15 | Merge branch 'main' into marchcat/x-b-merge | Andrey Lihatskiy | |
# Conflicts: # autobuild.xml # indra/cmake/ConfigurePkgConfig.cmake # indra/cmake/ICU4C.cmake # indra/media_plugins/gstreamer010/llmediaimplgstreamer_syms.cpp # indra/media_plugins/gstreamer010/llmediaimplgstreamer_syms.h # indra/media_plugins/gstreamer010/llmediaimplgstreamertriviallogging.h # indra/media_plugins/gstreamer010/llmediaimplgstreamervidplug.cpp # indra/media_plugins/gstreamer010/llmediaimplgstreamervidplug.h # indra/media_plugins/gstreamer010/media_plugin_gstreamer010.cpp # indra/newview/llappviewerlinux_api.h # indra/newview/llappviewerlinux_api_dbus.cpp # indra/newview/llappviewerlinux_api_dbus.h # indra/newview/llfloateremojipicker.cpp # indra/newview/lloutfitslist.cpp | |||
2024-04-29 | #824 Process source files in bulk: replace tabs with spaces, convert CRLF to ↵ | Andrey Lihatskiy | |
LF, and trim trailing whitespaces as needed | |||
2024-04-19 | #1139 Fix for world going black/white in some scenes (NaNs) (#1273) | RunitaiLinden | |
* #1139 Fix for world going black/white in some scenes (NaNs) NaNs were coming from normal encode/decode. Take advantage of available gbuffer space to send full normal instead of encoding. * #1139 Cleanup remove now unused encodeNormF.glsl * #1139 Remove final reference to encodeNormF * #1139 Fix for getNormalEnvIntensityFlags referencing wrong sampler for env intensity * Mac build fix | |||
2024-04-15 | Fix broken shaders due to 72730609f371ae0417a2d117fdc9d805ce8858fb | Ansariel | |
2024-02-01 | #677 WIP -- Add clipping to alpha and pbr (not working on PBR for some reason) | RunitaiLinden | |
2023-12-04 | SL-20611 Followup -- fix edge cases with transparent objects around ↵ | RunitaiLinden | |
eye/object above/below water. | |||
2023-11-16 | SL-20611 Make haze effect local lights -- move sky and water haze to their ↵ | RunitaiLinden | |
own passes and unify sky and water haze in forward rendering shaders. | |||
2023-10-11 | SL-20440 Fix for projector ambiance destroying PBR shading. Also fix ↵ | RunitaiLinden | |
longstanding bug with hard line in projector ambiance lighting. Incidental decruft of legacy_adjust and LOCAL_LIGHT_KILL, etc. | |||
2023-09-06 | SL-19842 WIP -- Change how probe ambiance mixes with sky ambient. | RunitaiLinden | |
2023-06-14 | More performance addressing. Ditch glossy SSR on semi-transparent surfaces. | Jonathan "Geenz" Goodman | |
SL-19784 | |||
2023-05-25 | Fix underwater fog mismatch between opaque and alpha blend when local lights ↵ | Rye Mutt | |
are nearby (#227) * Fix water fog mismatch between alpha blend and opaque when local light is nearby * Add PBR underwater alpha blend shader | |||
2023-05-17 | SL-19655 Decruft legacy GLSL shaders and now unused build queues. | RunitaiLinden | |
2023-04-11 | SL-19564 Rebalance exposure and sky. Hack legacy diffuse map saturation and ↵ | RunitaiLinden | |
brightness to allow ACES Hill all the time. | |||
2023-04-06 | SL-19538 Followup -- scrub all possible sources of NaNs, make dynamic ↵ | Dave Parks | |
exposure controls not persist, limit exposure range, and do a debug gl pass. | |||
2023-04-04 | SL-19538 Remove hacky ambiance scale and take the mittens off probe a… (#151) | RunitaiLinden | |
* SL-19538 Remove hacky ambiance scale and take the mittens off probe ambiance values. Fix for sky brightening being done in sRGB space. | |||
2023-03-27 | SL-19477 Remove angular attenuation from sphere probe weight to fix harsh ↵ | Dave Parks | |
indirect lighting. Minor incidental decruft. | |||
2023-03-02 | SL-19281 Unify handling of haze and gamma between fullbright and not and ↵ | Dave Parks | |
move haze back to sRGB color space to stay consistent with sky colors. Also fix broken "roughness" stuck at 0.2. | |||
2023-02-03 | SL-19148 Decruft some forward shaders and drawpools. Fix HUDs being in ↵ | Dave Parks | |
wrong color space. | |||
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. | |||
2022-12-19 | SL-18779 Fix for water fog staying bright when sun is dark. | Dave Parks | |
2022-11-14 | Merged in SL-18332 (pull request #1194) | Jonathan Goodman | |
First pass of Screen Space Reflections Approved-by: Dave Parks | |||
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-18376 Fix for transparent legacy avatar bits disappearing. | Dave Parks | |
2022-10-12 | SL-18190 Fix for mismatch between alpha and opaque water fog. | Dave Parks | |
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-09-30 | SL-18239 Unify PBR and non-PBR treatment of ambient/SSAO/irradiance. ↵ | Dave Parks | |
Restore SSAO to release version. | |||
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. | |||
2013-05-06 | MATBUG-78 Fix for alpha lighting falloff not matching for sunlight when ↵ | Dave Parks | |
shadows are enabled. | |||
2013-04-30 | MATBUG-78 Fix for alpha lighting distance attenuation not matching opaque ↵ | Dave Parks | |
distance attenuation | |||
2013-04-29 | NORSPEC-153 Workaround for AMD driver bug that doesn't like '\' on #define's | Dave Parks | |
2013-04-24 | NORSPEC-59 NORSPEC-125 make materials and alpha shaders work on Mac laptops ↵ | Graham Madarasz | |
with nV mobile graphics cards | |||
2013-04-18 | Fix for alpha blended objects becoming too bright when gamma correction is ↵ | Geenz | |
applied. | |||
2013-04-18 | NORSPEC-90 Cleanup avatar alpha shaders | Dave Parks | |
2013-04-18 | NORSPEC-90 Remove unused state from alphaF/alphaV | Dave Parks | |
2013-04-18 | NORSPEC-90 Cleanup of alpha pool hook ups for materials. | Dave Parks | |
2013-04-18 | Automated merge with ↵ | Dave Parks | |
https://bitbucket.org/lindenlab/viewer-development-materials | |||
2013-04-17 | NORSPEC-59 and NORSPEC-133 work-around crash with RenderDebugGL on and fix ↵ | Graham Madarasz | |
breakage in shaders from Mac changes | |||
2013-04-17 | NORSPEC-90 Alpha pool hookups for materials. | Dave Parks | |
2013-04-16 | NORSPEC-59 fix? for mac crasher | Graham Madarasz | |
2013-04-16 | Merge viewer-dev-materials | Graham Madarasz (Graham Linden) | |
2013-04-16 | See if we can run with no ifdefs in alpha shaders on all platforms | Graham Madarasz | |
2013-04-15 | Merged Graham's stuff amongst others. | Geenz | |
2013-04-15 | Hooked up normal and specular texture coordinates. | Geenz | |
2013-04-15 | Normal mapped alpha support. Specular and environment map support needs a ↵ | Geenz | |
bit of extra work (in progress). | |||
2013-04-11 | NORSPEC-98 redux...hopefully fix mac AND linux at the same time | Graham Madarasz (Graham Linden) | |
2013-04-11 | NORSPEC-98 fix? for mac shader compiler crasher | Graham Madarasz (Graham Linden) | |