Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-11 | SL-18190 Fix for mystery circle showing up on east side of reflection ↵ | Dave Parks | |
probes. Add one probe to rule them all as a fallback for pixels that aren't inside any influence volume. | |||
2022-10-11 | SL-18165 Mac build fix | Andrey Kleshchev | |
2022-10-11 | SL-18351 Better meshoptimizer fallback handling | Andrey Kleshchev | |
2022-10-11 | SL-18165 Tighten up some command permissions | Andrey Kleshchev | |
2022-10-10 | Merge branch 'DRTVWR-559' of ssh://bitbucket.org/lindenlab/viewer into ↵ | Dave Parks | |
DRTVWR-559 | |||
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-11 | SL-17653 Local materials should reuse existing pointer when present instead ↵ | Andrey Kleshchev | |
of creating a new one. | |||
2022-10-10 | Merge branch 'DRTVWR-559' of ssh://bitbucket.org/lindenlab/viewer into ↵ | Dave Parks | |
DRTVWR-559 | |||
2022-10-10 | Merged in SL-18290 (pull request #1151) | Jonathan Goodman | |
SL-18290 Approved-by: Dave Parks | |||
2022-10-10 | SL-18190 Use funky distance based error correction only on water surface ↵ | Dave Parks | |
(revisit for general use later). | |||
2022-10-10 | Merged DRTVWR-559 into SL-18290 | Jonathan Goodman | |
2022-10-07 | Merge branch 'DRTVWR-559' of ssh://bitbucket.org/lindenlab/viewer into ↵ | Dave Parks | |
DRTVWR-559 | |||
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-08 | SL-18326 GLTF material functionality in a Notecard | Andrey Kleshchev | |
2022-10-07 | SL-18190 Fix for DoF | Dave Parks | |
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-07 | SL-18311 Change "Upgrade to Premium" label in menu | Andrey Kleshchev | |
2022-10-06 | Merged DRTVWR-559 into SL-18290 | Jonathan Goodman | |
2022-10-06 | SL-18297 A freeze while checking marketplace for errors | Andrey Kleshchev | |
2022-10-06 | Switch away from std::string | Geenz Linden | |
API expects const char* anyways. | |||
2022-10-05 | SL-18228 The search page works like a web search instead of in-viewer one | Andrey Kleshchev | |
2022-10-05 | SL-18295 Use yellow color on all floaters' search fields when non-empty | Mnikolenko Productengine | |
2022-10-05 | Initial pass at adding KHR_debug support | Geenz | |
This still needs some work - I'm not super satisfied with the overall structure of the code. Will continue to iterate as I add in proper RenderDoc support. | |||
2022-10-05 | SL-18190 Fix for mac build | Dave Parks | |
2022-10-05 | Merge branch 'DRTVWR-559' of ssh://bitbucket.org/lindenlab/viewer into ↵ | Dave Parks | |
DRTVWR-559 | |||
2022-10-05 | SL-18190 WIP - Add refraction to water without splitting scene between above ↵ | Dave Parks | |
and below water | |||
2022-10-04 | SL-18144 Bakes On Mesh not showing in-world as Albedo | Andrey Kleshchev | |
2022-10-04 | SL-18190 Remove some commented out code. | Dave Parks | |
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-10-04 | SL-16542 Fixed openjpeg library's name | Andrey Kleshchev | |
2022-10-04 | SL-16542 Openjpeg's header should have remained unchanged. | Andrey Kleshchev | |
2022-10-04 | SL-16542 Fix openjpeg seeking and encoding | Andrey Kleshchev | |
2022-10-03 | SL-18047 Birthdate one day early | Andrey Kleshchev | |
2022-10-03 | SL-16542 Fix mac build not having some of openjpeg headers | Andrey Kleshchev | |
2022-10-01 | SL-16542 Pull in chunks of graham's openjpeg code, update openjpeg and ↵ | Andrey Kleshchev | |
enable partial bitstreams Openjpeg was modified: "p_max_len -= l_nb_bytes_read;" was causing an overflow. I'm not sure if I did something incorectly in opj_skip/opj_seek viewer side, but seems like openjpeg should have been checking remaining space in p_max_len either way. P.S. Many thanks to Chafey and Neopallium for implementing openjpeg's partial bitstream support | |||
2022-10-01 | SL-14696 SL-13629 Re-add gradation fix after merging a contribution | Andrey Kleshchev | |
2022-09-30 | Port required changes to render rainbows and sun dogs to class1 deferred sky ↵ | Rye Mutt | |
shader and remove redundant and slow class2 version. # Conflicts: # indra/newview/app_settings/shaders/class2/deferred/skyF.glsl | |||
2022-09-30 | SL-18239 Unify PBR and non-PBR treatment of ambient/SSAO/irradiance. ↵ | Dave Parks | |
Restore SSAO to release version. | |||
2022-09-29 | SL-18132 Fix for errant shadow when sun shadows are disabled. | Dave Parks | |
2022-09-29 | Merge branch 'DRTVWR-559' of ssh://bitbucket.org/lindenlab/viewer into ↵ | Dave Parks | |
DRTVWR-559 | |||
2022-09-29 | SL-18190 End of linear space odyssey -- just eat the conversions in ↵ | Dave Parks | |
atmosphericsFuncsF for sunlight and additive, but leave linear ambient in tact. | |||
2022-09-30 | SL-18235 Remove outfit buttons from unpacking dialog | Mnikolenko Productengine | |
2022-09-29 | Better fix for DRTVWR-559 mac build breakage | Brad Kittenbrink | |
2022-09-29 | fix for mac build breakage DRTVWR-559 | Brad Kittenbrink | |
2022-09-29 | SL-17653 Small change in material loading order | Andrey Kleshchev | |
2022-09-29 | SL-17653 Multi-material file support for local materials | Andrey Kleshchev | |