summaryrefslogtreecommitdiff
path: root/indra/newview/app_settings/shaders/class3/deferred/screenSpaceReflUtil.glsl
AgeCommit message (Collapse)Author
2023-06-16Fix for mac artifacting.Jonathan "Geenz" Goodman
Also tweak our vignette to help (further) skip samples we don't need, and for further look and feel adjustments. SL-19784
2023-06-15Skip samples that are in vignette, and glossiness under a value.Jonathan "Geenz" Goodman
SL-19784
2023-06-14More performance addressing. Ditch glossy SSR on semi-transparent surfaces.Jonathan "Geenz" Goodman
SL-19784
2023-05-26Addressing some performance related feedback with SSR getting drastically ↵Jonathan "Geenz" Goodman
slower. DRTVWR-559 DRTVWR-583
2023-05-22Address feedback.Jonathan "Geenz" Goodman
DRTVWR-583 DRTVWR-559
2023-05-22Just a couple of tweaks to settings.Jonathan "Geenz" Goodman
DRTVWR-583
2023-05-11Finally get glossy SSR up.Jonathan "Geenz" Goodman
DRTVWR-583
2023-01-30Fix DRTVWR-559 EOL at EOF to pass coding policy checksBrad Linden
2023-01-27SL-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-24SL-19023 Reformat SSR shaders to match style standard.Dave Parks
2022-11-16A few tweaks to SSR while I'm in the neighborhood.Geenz
Mostly just making it actually kind of work. Still needs a lot more tweaking - but can revisit later. SL-18332
2022-11-14Merged in SL-18332 (pull request #1194)Jonathan Goodman
First pass of Screen Space Reflections Approved-by: Dave Parks