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-19 | Optimizations, decruft, and intel compatibility pass (#53) | RunitaiLinden | |
SL-18869, SL-18772 Overhaul VBO management, restore occlusion culling, intel compatibility pass, etc | |||
2022-12-16 | SL-18731 Fix for runaway feedback loops on reflection probe ambiance | Dave Parks | |
2022-12-16 | SL-18780 Feedback cloud coverage into reflection probe ambiance to recover ↵ | Dave Parks | |
legacy behavior of cloud coverage brightening ambient lighting without destroying the ability to have good probe driven ambiance. | |||
2022-12-02 | SL-18745 Fix for assert on teleport. | Dave Parks | |
2022-11-30 | SL-18745 Fix for LLVertexBuffer assertion on shutdown. | 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-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-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-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-23 | SL-18190 Reduce banding - experiment with RGB16F reflection probes | 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-20 | SL-18190 Don't allocate mips for irradiance maps because they're never ↵ | Dave Parks | |
generated. Disable OpenGL core profile on Intel by default. | |||
2022-09-19 | SL-18190 Don't generate mips for irradiance maps because they're never sampled. | Dave Parks | |
2022-09-19 | SL-18190 Faster better stronger radiance/irradiance maps | Dave Parks | |
2022-09-09 | Merged in SL-17967 (pull request #1113) | Howard Stearns | |
SL-17967 require 4.1 core profile | |||
2022-09-01 | Use an SRGB buffer for initial reflection map capture for proper linear sampling | Rye Mutt | |
Fix irradiance gen up vector to be properly normalized | |||
2022-09-01 | Merge branch 'DRTVWR-559' of bitbucket.org:lindenlab/viewer into SL-17967 | Howard Stearns | |
2022-09-01 | SL-17967 - Git rid of ARB that is in core | Howard Stearns | |
2022-08-31 | SL-18065 WIP -- Adjust max virtual size to keep debug floater readable. ↵ | Dave Parks | |
Make assert on shutdown less frequent (still not gone, likely race condition). Fix unrelated assertion in reflection probes. | |||
2022-08-29 | SL-18037 Workaround AMD driver bug (drop reflection probe count to 16 on amd) | Dave Parks | |
2022-06-23 | clang compatibility fixes for llreflectionmapmanager.cpp and llvovolume.h | Brad Kittenbrink | |
2022-06-22 | SL-17600 Cubemap filter tuning. | Dave Parks | |
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-17 | SL-17287 Slightly less hacky and much less crash cube snapshot render target ↵ | Dave Parks | |
allocation. | |||
2022-06-10 | SL-17523 Add reflection probe ambiance to windlight settings and integrate ↵ | Dave Parks | |
with UI and ReflectionMapManager | |||
2022-06-10 | SL-17574 Add probe detail combo box to advanced graphics preferences. Fix ↵ | Dave Parks | |
spot light shadows not working in probes. | |||
2022-06-02 | SL-17285 Add proper reflection probe support to LLVOVolume, LLPrimitive, and ↵ | Dave Parks | |
LLPanelVolume | |||
2022-05-24 | SL-17287 Don't update reflection probes when PBR is disabled. | Dave Parks | |
2022-05-20 | SL-17287 Instrument and optimize cubemap render. Fix for cubemap snapshots ↵ | Dave Parks | |
doing a full resolution render instead of a 512x512 render. | |||
2022-05-19 | SL-17286 Only update reflection probe UBO once per pipe flush | Dave Parks | |
2022-05-19 | SL-17286 Reflection probe alpha/fullbright support. | Dave Parks | |
2022-05-18 | Make reflection probe ambiance controllable by a saved setting | Dave Parks | |
2022-05-18 | SL-17416 Box reflection probe influence volumes | Dave Parks | |
2022-05-17 | SL-17416 Quick 'n dirty reflection probe override hack. | Dave Parks | |
2022-05-16 | SL-17284 Reflection probe tuning and optimization take 1 | Dave Parks | |
2022-05-04 | SL-17283 LLReflectionMapManager prototype. Remove snapshot code related ↵ | Dave Parks | |
overhead from reflection map renders. Add parallax correction and support for multiple reflection maps. |