summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-06-15Merge branch 'DRTVWR-559' of github.com:secondlife/viewer into DRTVWR-559RunitaiLinden
2023-06-15SL-19878 Remove auto-adjust legacy skies checkbox.RunitaiLinden
2023-06-15SL-19881 fix assertion failure in [NSEvent characters]Brad Linden
2023-06-15Merge branch 'DRTVWR-559' of github.com:secondlife/viewer into DRTVWR-559RunitaiLinden
2023-06-15SL-19835 Followup -- fix for emissive alpha objects blocking water renderingRunitaiLinden
2023-06-15Merge pull request #245 from secondlife/DRTVWR-583-glossy-ssrJonathan "Geenz" Goodman
Performance and visual tuning of glossy SSR
2023-06-15Merge branch 'DRTVWR-559' into DRTVWR-583-glossy-ssrJonathan "Geenz" Goodman
2023-06-15Skip samples that are in vignette, and glossiness under a value.Jonathan "Geenz" Goodman
SL-19784
2023-06-15Add missing variable initialization, and make water support glossy SSR again.Jonathan "Geenz" Goodman
SL-19784
2023-06-14SL-19838 Fix for transparent PBR materials always casting shadows.RunitaiLinden
2023-06-14SL-19838 Put local lights back on fullbright objects. Fix assert in ↵RunitaiLinden
modelpreview.
2023-06-14Merge branch 'DRTVWR-559' into DRTVWR-583-glossy-ssrJonathan "Geenz" Goodman
2023-06-14More performance addressing. Ditch glossy SSR on semi-transparent surfaces.Jonathan "Geenz" Goodman
SL-19784
2023-06-13SL-19835 Fix for inaccurate water fog on transparent objects when camera is ↵RunitaiLinden
above water.
2023-06-13SL-19811 Update fallback probe every 2 seconds to smooth out water cloud ↵RunitaiLinden
updates.
2023-06-13SL-19842 Nudge dynamic exposure coefficient to brighten things up a bit.RunitaiLinden
2023-06-12Merge branch 'DRTVWR-559' of github.com:secondlife/viewer into DRTVWR-559RunitaiLinden
2023-06-12SL-19856 Adjust water fog density range. Incidental decruft.RunitaiLinden
2023-06-11Merge branch 'DRTVWR-559' into DRTVWR-583-glossy-ssrJonathan "Geenz" Goodman
2023-06-07Merge pull request #237 from secondlife/SL-19808cosmic-linden
SL-19808: Move tangent_space_transform calculation to the very end
2023-06-07SL-19808: Move tangent_space_transform calculation to the very endCosmic Linden
2023-06-07Merge pull request #234 from secondlife/SL-19808cosmic-linden
SL-19808 - Fix texture transforms changing topography of PBR normal textures
2023-06-06SL-19808: Fix orientation of PBR normal texture when texture transform ↵Cosmic Linden
and/or texture animation is applied
2023-06-02DRTVWR-559 Add missed "should override" check (thanks, Rye!)RunitaiLinden
2023-06-01DRTVWR-559 Rebalance PBR against Blinn-Phong.RunitaiLinden
2023-06-01DRTVWR-559 Revert skies to be very close to release and disable tone mapping ↵RunitaiLinden
when probe ambiance is zero. Hack for desaturating legacy materials has been removed for performance and quality reasons. Adds a new setting for auto adjusting legacy skies. This is the PBR "opt out" button. If disabled, legacy skies will disable tonemapping, automatic probe ambiance, and HDR/exposure. If enabled, legacy skies will behave as if probe ambiance and HDR scale are 1.0, and ambient will be cut in half. HDR scale will act as a sky brightener, but will automatically adjust dynamic exposure so the sky will be properly exposed. If you want relatively even exposure all the time, set HDR Scale to 1.0. If you want a high range of exposures between indoor/dark areas and outdoor/bright areas, increase HDR Scale. Also tuned up SSAO (thanks Rye!). Reviewed with Brad.
2023-05-31Fix divide by zero causing NaN with certain day cycles in DRTVWR-559Brad Linden
2023-05-26Addressing some performance related feedback with SSR getting drastically ↵Jonathan "Geenz" Goodman
slower. DRTVWR-559 DRTVWR-583
2023-05-26SL-19753 PBR Re-add Build option Rev#3Andrey Kleshchev
2023-05-25Merge branch 'DRTVWR-559' of github.com:secondlife/viewer into DRTVWR-559RunitaiLinden
2023-05-25SL-19713 Fix for broken avatar preview render in animation upload. ↵RunitaiLinden
Incidental decruft and camera FoV network spam reduction.
2023-05-25Fix underwater fog mismatch between opaque and alpha blend when local lights ↵Rye Mutt
are nearby (#227) * Fix water fog mismatch between alpha blend and opaque when local light is nearby * Add PBR underwater alpha blend shader
2023-05-25DRTVWR-559 Fix for off-color fullbright alpha blinn-phong materials. Scrub ↵RunitaiLinden
some NaNs.
2023-05-25SL-19405 Better fix for rotation gyzmo having a huge dead zone.RunitaiLinden
2023-05-24SL-19757 Restore word "Materials" to editor's menu #2Andrey Kleshchev
2023-05-24SL-19767 Fix sit&stand being disabled by defaultAndrey Kleshchev
2023-05-24SL-19755 Small tweak to make exposure not start at black.RunitaiLinden
2023-05-23Minor build fix for DRTVWR-559Brad Linden
2023-05-23DRTVWR-559 Remove RenderReflectionProbeCount (which is bugged) and lean on ↵RunitaiLinden
RenderReflectionProbeLevel for preferences (which works).
2023-05-23Merge branch 'DRTVWR-559' of github.com:secondlife/viewer into DRTVWR-559RunitaiLinden
2023-05-23SL-19745 Fix for resetting reflection probes when reapplying the same sky ↵RunitaiLinden
setting.
2023-05-23SL-19754 Expose the new exposure setting in basic PreferencesAndrey Kleshchev
2023-05-23SL-19757 Restore word "Materials" to editor's menuAndrey Kleshchev
2023-05-23SL-19753 PBR Some changes to the right-click menuAndrey Kleshchev
2023-05-23SL-19560 Better fix for blurry BoM textures.RunitaiLinden
2023-05-23SL-19760 Remove hacky HSL bump for ambient sky color (broken on edge cases, ↵RunitaiLinden
not helpful).
2023-05-22Merge branch 'DRTVWR-559' of github.com:secondlife/viewer into DRTVWR-559RunitaiLinden
2023-05-22SL-19746 Fix for transparent HUDs showing the wrong texture.RunitaiLinden
2023-05-22Merge pull request #223 from secondlife/DRTVWR-583-glossy-ssrJonathan "Geenz" Goodman
Drtvwr 583 glossy ssr
2023-05-22Address feedback.Jonathan "Geenz" Goodman
DRTVWR-583 DRTVWR-559