summaryrefslogtreecommitdiff
path: root/indra/newview/llheroprobemanager.cpp
AgeCommit message (Collapse)Author
2024-08-17Fix hero probes not releasing resources when disabledRye Mutt
2024-07-08Re-enable compiler warnings C4244 and C4396 except for lltracerecording.h ↵Ansariel
and llunittype.h for now
2024-07-01Fix for various TP where a mirror is presentBeq
these manifest as crashes in isDynamic, isBox and similar calls that are accessed through a dangling probe.
2024-06-21#1769 gltf optimization pass (#1816)Dave Parks
#1814 and #1517 Fix mirror update rate and occlusion culling
2024-06-11Fixed signed/unsigned warnings after they got enabled in the maint-A mergeBrad Linden
2024-06-04Merge remote-tracking branch 'origin/release/materials_featurette' into ↵Brad Linden
project/gltf_development
2024-06-04 #1628 Disable spherical mirror probes for the time being. (#1631)Jonathan "Geenz" Goodman
2024-05-29 #1581 Only render mirrors when reflection probes are enabled. (#1592)Jonathan "Geenz" Goodman
2024-05-28Improvements to mirror probe update rates (#1570)Jonathan "Geenz" Goodman
#1494 Fix for mirror updates getting "stuck" on some faces.
2024-05-23Merge remote-tracking branch 'origin/DRTVWR-600-maint-A' into ↵Brad Linden
brad/merge-maint-a-to-dev
2024-05-15Post-merge spaces fixAndrey Lihatskiy
2024-05-14Merge remote-tracking branch 'origin/release/materials_featurette' into ↵Brad Linden
project/gltf_development
2024-05-08Even more mirror fixes. (#1429)Jonathan "Geenz" Goodman
#1271 Add support for mirrors that do not have avatars in them. It does this based on if the probe is set to dynamic or not. #1370 More optimization work to reduce GPU utilization. #1058 - Removed sim feature flag that was overriding mirrors enabled flags secondlife/viewer-private#128 - Locally cache the mirror probe #679 Add additional options to the build floater for mirror probes, including descriptions.
2024-05-06BOOL to boolRunitaiLinden
2024-04-10Multiple fixes for mirrors. (#1192)Jonathan "Geenz" Goodman
* #1064 Fix for mirror surfaces going black when the roughness is set too high. * #1130 Fix for the user's avatar not appearing in mouselook in a mirror. * #1059 Disable mirrors on low settings per the feature table. * #860 Modify the settings UI to better reflect that we only have two AA modes: off and FXAA. * #1191 Add some settings for mirrors in preferences. * #1185 Add support for runtime mirror resolution changing. Useful for quality settings, and auto-FPS.
2024-03-13983 add debug setting to control the maximum download resolution (#986)RunitaiLinden
* Create RenderMaxTextureResolution.md * #983 Add RenderMaxTextureResolution setting. Incidental crash fix.
2024-03-06#681 Small fix for if a viewer object may be dead.Jonathan "Geenz" Goodman
2024-03-06#681 Add probe blending for mirrors.Jonathan "Geenz" Goodman
2024-02-26#681 Start adding blending boilerplate.Jonathan "Geenz" Goodman
2024-02-26#682 Further tweak the conservative update mechanism.Jonathan "Geenz" Goodman
2024-02-26#890 Make sure we're doing the correct distance check.Jonathan "Geenz" Goodman
#682 Improve the conservative update functionality for mirror faces. Make it attenuate depending on how much the camera is facing that specific cubemap face.
2024-02-25 #889 Start removing mDrawable references. These may be null.Jonathan "Geenz" Goodman
2024-02-25#682 Add a low priority path for conservative probe face updates. This will ↵Jonathan "Geenz" Goodman
update the "low priority" faces at half of the the probe update rate. Useful for less planar reflection geometry.
2024-02-21#682 Add an update rate parameter to help throttle mirror updates.Jonathan "Geenz" Goodman
So far 4 seems like a good balance for performance and quality. 2 is great for quality, with 6 or 8 being for higher performance. Also bring back the gaussian filter - may end up adding the FXAA filter though instead.
2024-02-20#682 Separate out the radiance gen.Jonathan "Geenz" Goodman
2024-02-15#682 Do conservative updates on probes.Jonathan "Geenz" Goodman
2024-02-08#671 Nudge RenderMirrors and clear shader cache as needed based on ↵RunitaiLinden
SimulatorFeatures
2024-02-08Fix for crash in LLHeroProbeManagerRunitaiLinden
2024-02-08#671 Setup the viewer to respect the MirrorsEnabled simulator feature.Jonathan "Geenz" Goodman
2024-02-06#740 Make sure we evaluate if the probe is a mirror probe or not.Jonathan "Geenz" Goodman
#682 Re-enable gaussian filtering, and reduce the mirror resolution back to 1024. Also just generally clean up the code a bit.
2024-02-01#677 More clipping fixes.Jonathan "Geenz" Goodman
2024-02-01#684 Fix pixellation on mirrors regardless of mirror resolution.Jonathan "Geenz" Goodman
2024-02-01#677 Set mirror pass flag in llsettingsvoRunitaiLinden
2024-01-31#677 Some clipping WIPJonathan "Geenz" Goodman
2024-01-24https://github.com/secondlife/viewer-issues/issues/23 Make the face ↵Jonathan "Geenz" Goodman
selection for mirrors actually reflect what it does
2024-01-24https://github.com/secondlife/viewer/issues/671 Wire up the RenderMirrors ↵Jonathan "Geenz" Goodman
debug setting.
2023-10-16Tons of masking changes and tweaks.Jonathan "Geenz" Goodman
We now support masking mirrors in the GBuffer. We also now support the concept of one arbitrary clip plane. DRTVWR-583
2023-10-06Fix for probe stealing, and also make sure we're not super sampling.Jonathan "Geenz" Goodman
DRTVWR-583
2023-09-29Add probe near clipping.Jonathan "Geenz" Goodman
DRTVWR-583
2023-09-29Wire up the debug settings.Jonathan "Geenz" Goodman
DRTVWR-583
2023-09-29Can you say, generic reflectors?Jonathan "Geenz" Goodman
DRTVWR-583
2023-09-25Start removing the concept of placement mode - it's either a mirror or not.Jonathan "Geenz" Goodman
DRTVWR-583
2023-09-25Get the average normal of the face.Jonathan "Geenz" Goodman
DRTVWR-583
2023-09-20Remove some unnecessary irradiance map bits, also fix the leak.Jonathan "Geenz" Goodman
DRTVWR-583
2023-09-09Remove the rebuild on the drawable. Wasn't working as expected anyways.Jonathan "Geenz" Goodman
DRTVWR-583
2023-09-08Update llheroprobemanager.cppJonathan "Geenz" Goodman
DRTVWR-583
2023-09-08Mostly fixed placement math.Jonathan "Geenz" Goodman
DRTVWR-583
2023-09-08Even more placement modes. Reflected axis modes need work.Jonathan "Geenz" Goodman
DRTVWR-583
2023-09-08Some more modes for mirrors to place the probe.Jonathan "Geenz" Goodman
DRTVWR-583
2023-09-01Temporary data model shenanigans.Jonathan "Geenz" Goodman
Should help tweak and tune placement with direct community guidance. DRTVWR-583