Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-06-13 | SL-19842 Nudge dynamic exposure coefficient to brighten things up a bit. | RunitaiLinden | |
2023-06-12 | Merge branch 'DRTVWR-559' of github.com:secondlife/viewer into DRTVWR-559 | RunitaiLinden | |
2023-06-12 | SL-19856 Adjust water fog density range. Incidental decruft. | RunitaiLinden | |
2023-06-11 | Merge branch 'DRTVWR-559' into DRTVWR-583-glossy-ssr | Jonathan "Geenz" Goodman | |
2023-06-07 | Merge pull request #237 from secondlife/SL-19808 | cosmic-linden | |
SL-19808: Move tangent_space_transform calculation to the very end | |||
2023-06-07 | SL-19808: Move tangent_space_transform calculation to the very end | Cosmic Linden | |
2023-06-07 | Merge pull request #234 from secondlife/SL-19808 | cosmic-linden | |
SL-19808 - Fix texture transforms changing topography of PBR normal textures | |||
2023-06-06 | SL-19808: Fix orientation of PBR normal texture when texture transform ↵ | Cosmic Linden | |
and/or texture animation is applied | |||
2023-06-02 | DRTVWR-559 Add missed "should override" check (thanks, Rye!) | RunitaiLinden | |
2023-06-01 | DRTVWR-559 Rebalance PBR against Blinn-Phong. | RunitaiLinden | |
2023-06-01 | DRTVWR-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-31 | Fix divide by zero causing NaN with certain day cycles in DRTVWR-559 | Brad Linden | |
2023-05-26 | Addressing some performance related feedback with SSR getting drastically ↵ | Jonathan "Geenz" Goodman | |
slower. DRTVWR-559 DRTVWR-583 | |||
2023-05-26 | SL-19753 PBR Re-add Build option Rev#3 | Andrey Kleshchev | |
2023-05-25 | Merge branch 'DRTVWR-559' of github.com:secondlife/viewer into DRTVWR-559 | RunitaiLinden | |
2023-05-25 | SL-19713 Fix for broken avatar preview render in animation upload. ↵ | RunitaiLinden | |
Incidental decruft and camera FoV network spam reduction. | |||
2023-05-25 | Fix 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-25 | DRTVWR-559 Fix for off-color fullbright alpha blinn-phong materials. Scrub ↵ | RunitaiLinden | |
some NaNs. | |||
2023-05-25 | SL-19405 Better fix for rotation gyzmo having a huge dead zone. | RunitaiLinden | |
2023-05-24 | SL-19757 Restore word "Materials" to editor's menu #2 | Andrey Kleshchev | |
2023-05-24 | SL-19767 Fix sit&stand being disabled by default | Andrey Kleshchev | |
2023-05-24 | SL-19755 Small tweak to make exposure not start at black. | RunitaiLinden | |
2023-05-23 | Minor build fix for DRTVWR-559 | Brad Linden | |
2023-05-23 | DRTVWR-559 Remove RenderReflectionProbeCount (which is bugged) and lean on ↵ | RunitaiLinden | |
RenderReflectionProbeLevel for preferences (which works). | |||
2023-05-23 | Merge branch 'DRTVWR-559' of github.com:secondlife/viewer into DRTVWR-559 | RunitaiLinden | |
2023-05-23 | SL-19745 Fix for resetting reflection probes when reapplying the same sky ↵ | RunitaiLinden | |
setting. | |||
2023-05-23 | SL-19754 Expose the new exposure setting in basic Preferences | Andrey Kleshchev | |
2023-05-23 | SL-19757 Restore word "Materials" to editor's menu | Andrey Kleshchev | |
2023-05-23 | SL-19753 PBR Some changes to the right-click menu | Andrey Kleshchev | |
2023-05-23 | SL-19560 Better fix for blurry BoM textures. | RunitaiLinden | |
2023-05-23 | SL-19760 Remove hacky HSL bump for ambient sky color (broken on edge cases, ↵ | RunitaiLinden | |
not helpful). | |||
2023-05-22 | Merge branch 'DRTVWR-559' of github.com:secondlife/viewer into DRTVWR-559 | RunitaiLinden | |
2023-05-22 | SL-19746 Fix for transparent HUDs showing the wrong texture. | RunitaiLinden | |
2023-05-22 | Merge pull request #223 from secondlife/DRTVWR-583-glossy-ssr | Jonathan "Geenz" Goodman | |
Drtvwr 583 glossy ssr | |||
2023-05-22 | Address feedback. | Jonathan "Geenz" Goodman | |
DRTVWR-583 DRTVWR-559 | |||
2023-05-22 | Merge branch 'DRTVWR-559' into DRTVWR-583 | Jonathan "Geenz" Goodman | |
2023-05-22 | Just a couple of tweaks to settings. | Jonathan "Geenz" Goodman | |
DRTVWR-583 | |||
2023-05-22 | SL-19737 Fix for alpha objects falling off of impostors. | RunitaiLinden | |
2023-05-22 | SL-19405 Fix for rotation gizmo not freely rotating | RunitaiLinden | |
2023-05-18 | DRTVWR-559 Fix for shower curtain not opening smoothly. Incidental decruft. | RunitaiLinden | |
2023-05-18 | SL-19726 Fix for llTargetOmega on child prim breaking shadow rendering. ↵ | RunitaiLinden | |
Incidental decruft. | |||
2023-05-17 | Add a binary cache for compiled shaders using glProgramBinary (#216) | Rye Mutt | |
* Add a binary cache for compiled shaders using glProgramBinary * Add additional sanity checking to shader binary save and load, hook up cache clear and menu option * Fix default init of shader cache data struct and clear gl errors before glGetError calls --------- Co-authored-by: RunitaiLinden <davep@lindenlab.com> | |||
2023-05-17 | SL-19655 Clean up some missed "texture2D" vs "texture" (thanks Rye) | RunitaiLinden | |
2023-05-17 | SL-19655 Decruft legacy GLSL shaders and now unused build queues. | RunitaiLinden | |
2023-05-17 | Merge branch 'DRTVWR-559' of github.com:secondlife/viewer into DRTVWR-559 | RunitaiLinden | |
2023-05-17 | SL-19655 Remove concept of "low priority" updates (RenderDebugGLSession ↵ | RunitaiLinden | |
assertion stomping pass). Remove a couple unused debug settings and related code. | |||
2023-05-17 | Merge remote-tracking branch 'origin/main' into DRTVWR-559 | Brad Linden | |
2023-05-17 | Fix crash during avatar profile callback (#218) | Rye Mutt | |
2023-05-17 | Increment viewer version to 6.6.13 | Nat Goodspeed | |
following promotion of DRTVWR-577 | |||
2023-05-16 | DRTVWR-559 Decruft deprecated OpenGL flags. | RunitaiLinden | |