Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-03-08 | HDRI Local Preview (#953) | RunitaiLinden | |
* #926 WIP - HDRI import prototype v0 * #926 WIP -- add OpenEXR to autobuild.xml * #926 WIP -- Add OpenEXR cmake * #926 WIP -- Attempt at using OpenEXR autobuild package and don't hard code .exr file to load * #926 Unmangle autobuild.xml and get dll's in the right place (thanks, Caladbolg!) * implement mac shared libs plumbing for OpenEXR for secondlife/viewer#926 * Fix Xcode/clang compile error regarding new[]/delete[] mismatch * #926 HDRI Preview finishing touches. - Full ACES when HDRI is enabled - Fix for probes getting stuck paused - Add exposure and rotation controls --------- Co-authored-by: Brad Linden <brad@lindenlab.com> | |||
2024-01-24 | Merge remote-tracking branch 'origin/release/materials_featurette' into ↵ | Jonathan "Geenz" Goodman | |
DRTVWR-583 | |||
2024-01-19 | SL-20606: Full GLTF material preview. Works for most materials. | Cosmic Linden | |
2023-10-16 | Merge branch 'DRTVWR-559' into DRTVWR-583 | Jonathan "Geenz" Goodman | |
2023-10-02 | SL-20124 Wipe reflection probes when applying parcel EEP settings and pause ↵ | RunitaiLinden | |
updates on probes until transition completes. | |||
2023-08-24 | Fix the probe flashing, and avatars. | Jonathan "Geenz" Goodman | |
DRTVWR-583 | |||
2023-08-07 | Revert LLReflectionMapManager | Jonathan "Geenz" Goodman | |
DRTVWR-583 | |||
2023-08-06 | Making more progress, need to add the heroprobe manager. | Jonathan "Geenz" Goodman | |
DRTVWR-583 | |||
2023-06-29 | Remove doHeroProbeUpdate | Jonathan "Geenz" Goodman | |
DRTVWR-583 | |||
2023-06-28 | Make sure we're passing the cube array as a parameter to updateProbeFace. | Jonathan "Geenz" Goodman | |
DRTVWR-583 | |||
2023-06-27 | Just about got hero reflection maps working. | Jonathan "Geenz" Goodman | |
DRTVWR-583 | |||
2023-05-23 | DRTVWR-559 Remove RenderReflectionProbeCount (which is bugged) and lean on ↵ | RunitaiLinden | |
RenderReflectionProbeLevel for preferences (which works). | |||
2023-04-25 | DRTVWR-559 Optimization pass on probe allocation and search. Incidental ↵ | RunitaiLinden | |
decruft. | |||
2023-04-18 | DRTVWR-559 Add control for automatic reflection probes to advanced ↵ | RunitaiLinden | |
preferences and featuretable. Remove Reflections checkbox. Don't persist reflection probe volume display between sessions. Incidental decruft. | |||
2023-04-07 | SL-19538 Clear probes on sky setting slam. Better probe update ↵ | Dave Parks | |
prioritization. Incidental decruft. | |||
2023-04-05 | SL-19538 Followup -- tune exposure parameters and clamp local light ↵ | RunitaiLinden | |
ambiance. Make render targets 16F and scrube NaNs (thanks Rye). Update midday. (#154) | |||
2023-02-21 | DRTVWR-559 WIP -- occlusion culling for reflection probes -- has a defect ↵ | Dave Parks | |
for objects close to the camera at some angles and leaks query objects, will follow up. | |||
2023-02-03 | SL-19150 Fix for stuttering real-time reflection probes. | Dave Parks | |
2023-01-30 | SL-19015 Bump probe resolution back to 256 by default (drop to 128 if vram < ↵ | Dave Parks | |
2GB), remove irradiance map feedback loop (one bounce, but but more stable and allows for much brighter first bounce), make sky contribution to irradiance not tint the world blue. Make irradiance that appears in radiance maps match world irradiance. | |||
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-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-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-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-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-08-29 | SL-18037 Workaround AMD driver bug (drop reflection probe count to 16 on amd) | 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-10 | SL-17574 Add probe detail combo box to advanced graphics preferences. Fix ↵ | Dave Parks | |
spot light shadows not working in probes. | |||
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-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. |