Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-27 | SL-18459 WIP -- fix for assert in setGLTFMaterial | Dave Parks | |
2022-10-26 | Merged in SL-17005_cosmic_win8 (pull request #1106) | Sabrina Shanman | |
SL-17005: Clean up debug code | |||
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-19 | SL-18105 Hook up TE override material to render pipe by way of render material. | Dave Parks | |
2022-10-19 | SL-18105 Hook up render pipe directly to LLTextureEntry::mGLTFMaterial and ↵ | Dave Parks | |
add LLViewerFetchedTextures to LLFetchedGLTFMaterial. Lower reflection probe resolution to 128x128 per side. | |||
2022-10-14 | SL-18293 Fix for broken wireframe mode. | Dave Parks | |
2022-10-13 | SL-18190 Fix for blurry name tags. | Dave Parks | |
2022-10-12 | SL-18190 Remove water reflection detail combo box and reimplement ↵ | Dave Parks | |
"Transparent Water" checkbox. | |||
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. | |||
2022-10-07 | SL-18190 Rearrange render order so 3D UI has access to the depth buffer. | Dave Parks | |
2022-10-07 | SL-18190 Temporarily disable occlusion culling by default -- not compatible ↵ | Dave Parks | |
with depth buffer management changes. | |||
2022-10-07 | SL-18190 Fix for mac build | Dave Parks | |
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-23 | SL-18190 Reduce banding. | Dave Parks | |
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 Reduce banding (stay in linear space as much as possible, increase ↵ | Dave Parks | |
precision of reflection probes). Faster radiance and irradiance map generation. | |||
2022-09-17 | RG16F PBR BRDF LUT | Dave Parks | |
2022-09-17 | WIP - switch PBR implementations | Dave Parks | |
2022-09-16 | SL-18128 Restore 16-bit precision in screen render target. | Dave Parks | |
2022-09-16 | SL-18128 Clear out much OpenGL cruft and switch to core profile on AMD | Dave Parks | |
2022-09-14 | SL-17701 Fix for shadow passes not respecting double sided and alpha ↵ | Dave Parks | |
parameters for PBR materials. | |||
2022-09-13 | SL-17701 WIP -- Parity for point lights between opaque and transparent PBR ↵ | Dave Parks | |
materials | |||
2022-09-09 | Merge branch 'DRTVWR-559' of bitbucket.org:lindenlab/viewer into DRTVWR-559 | Ptolemy | |
2022-09-09 | SL-17701: Fix enum compare using wrong types which broke macOS build | 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-01 | Merge branch 'DRTVWR-559' of bitbucket.org:lindenlab/viewer into SL-17967 | Howard Stearns | |
2022-09-01 | SL-17967 - _ARB constant removal | Howard Stearns | |
2022-09-01 | SL-17967 - Git rid of ARB that is in core | Howard Stearns | |
2022-08-30 | SL-17703: PBR: Fix albedo being in wrong color space, add support for debug ↵ | Ptolemy | |
default_irradiance.png | |||
2022-08-30 | Merge remote-tracking branch 'remotes/origin/DRTVWR-563' into DRTVWR-559 | Dave Parks | |
2022-08-18 | SL-17005: Clean up debug code | Cosmic Linden | |
2022-08-15 | SL-17940 Fix for rigged attachments with PBR materials not rendering. | Dave Parks | |
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-08 | SL-17927 Keep people from shooting themselves in the foot by twiddling ↵ | Dave Parks | |
deprecated settings. | |||
2022-08-05 | Merge branch 'DRTVWR-559' of ssh://bitbucket.org/lindenlab/viewer into ↵ | Dave Parks | |
DRTVWR-559 | |||
2022-08-05 | SL-17870 Nudge PBR material textures so they start downloading. (and add ↵ | Dave Parks | |
missing validation code for reflection probes network data). | |||
2022-08-04 | Merge remote-tracking branch 'origin/master' into DRTVWR-559 | Brad Kittenbrink | |
2022-08-04 | Merge branch 'master' into DRTVWR-548-maint-N | Andrey Lihatskiy | |
# Conflicts: # indra/newview/llfloaterworldmap.cpp # indra/newview/llvovolume.cpp | |||
2022-08-02 | SL-17706 Remove ability to disable deferred rendering and default PBR to on ↵ | Dave Parks | |
for mid and higher. | |||
2022-07-06 | SL-17703: PBR: Fix PBR objects to cast shadows | Ptolemy | |
2022-07-06 | SL-17682 PBR: Fix Occlusion Roughness Metal not being in linear space; ↵ | Ptolemy | |
removes need for redundant linear/sRGB conversions. | |||
2022-06-29 | Merge branch 'master' (DRTVWR-543) into DRTVWR-559 | Andrey Kleshchev | |
# Conflicts: # autobuild.xml # indra/llrender/llgl.cpp # indra/newview/CMakeLists.txt # indra/newview/llvovolume.cpp | |||
2022-06-29 | Merge branch 'master' into DRTVWR-548-maint-N | Andrey Lihatskiy | |
# Conflicts: # doc/contributions.txt # indra/newview/llviewercontrol.cpp |