Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2023-05-15 | SL-19674 Disable "Blinn-Phong" when a PBR material is applied to make it ↵ | RunitaiLinden | |
clear that those buttons are inoperable until you remove the PBR material. | |||
2023-05-15 | SL-19709 Fix for fullbright shiny not factoring out exposure and flickering ↵ | RunitaiLinden | |
fullbright alpha. Incidental decruft. | |||
2023-05-12 | SL-19710 Fix for deadlock in LLPerfStats. Move General thread ↵ | RunitaiLinden | |
initialization to earlier in session (unrelated). | |||
2023-05-11 | Merge branch 'DRTVWR-559' into DRTVWR-583 | Jonathan "Geenz" Goodman | |
2023-05-11 | Finally get glossy SSR up. | Jonathan "Geenz" Goodman | |
DRTVWR-583 | |||
2023-05-11 | Xcode build fixes for DRTVWR-559 | Brad Linden | |
2023-05-11 | Merge pull request #212 from secondlife/SL-19236 | cosmic-linden | |
SL-19236: Fix HUDs not rendering when transparent water graphics setting is off | |||
2023-05-11 | SL-19236: Fix HUDs not rendering when transparent water graphics setting is off | Cosmic Linden | |
2023-05-11 | Merge branch 'DRTVWR-559' of github.com:secondlife/viewer into DRTVWR-559 | RunitaiLinden | |
2023-05-11 | SL-19656 Remove LLPerfStats thread and fold into General thread. Hook ↵ | RunitaiLinden | |
avatar GPU time into LLPerfStats. Incidental decruft. | |||
2023-05-10 | Merge pull request #208 from secondlife/SL-19690 | nat-goodspeed | |
SL-19690: Follow up on Rye Mutt's fix for shutdown crashes. | |||
2023-05-09 | SL-19660 Updated contributions doc | Andrey Kleshchev | |
2023-05-09 | SL-19660 Merge pull request #199 from beqjanus/main | akleshchev | |
BUG-233797/233798 - fix blackout when u/w fog_density < 0 | |||
2023-05-08 | Merge branch 'DRTVWR-559' of github.com:secondlife/viewer into DRTVWR-559 | RunitaiLinden | |
2023-05-08 | DRTVWR-559 Remove main window proc printf debugging. | RunitaiLinden | |
2023-05-08 | Merge pull request #206 from secondlife/SL-19644 | cosmic-linden | |
SL-19644: De-virtualize pushBatch | |||
2023-05-08 | SL-19690: Fix a lingering reference to WorkSchedule::postIfOpen() | Nat Goodspeed | |
2023-05-08 | SL-19690: Properly qualify exception type. | Nat Goodspeed | |
2023-05-08 | SL-19690: Follow up on Rye Mutt's fix for shutdown crashes. | Nat Goodspeed | |
Rather than continuing to propagate try/catch (Closed) (aka LLThreadSafeQueueInterrupt) constructs through the code base, make WorkQueueBase::post() return bool indicating success (i.e. ! isClosed()). This obviates postIfOpen(), which no one was using anyway. In effect, postIfOpen() is renamed post(), bypassing the exception when isClosed(). Review existing try/catch blocks of that sort, changing to test for post() returning false. | |||
2023-05-08 | SL-19690 Updated contribution doc | Andrey Kleshchev | |
2023-05-08 | SL-19690 Merge pull request #207 from RyeMutt/shutdown-crash | akleshchev | |
Fix exceptions during shutdown causing early program termination | |||
2023-05-05 | Fix LLThreadSafeQueueInterrupt in WorkQueueBase::postTo during shutdown by ↵ | Rye Mutt | |
catching and returning false | |||
2023-05-05 | Fix uncaught LLThreadSafeQueueInterrupt during ImageWorker threadpool shutdown | Rye Mutt | |
2023-05-05 | SL-19644: De-virtualize pushBatch | Cosmic Linden | |
Bump still uses its own pushBumpBatch function - OK, works the same as before. | |||
2023-05-05 | DRTVWR-559: Hard tabs considered harmful | Nat Goodspeed | |
2023-05-04 | DRTVWR-559 LLSD array build fix | Andrey Kleshchev | |
2023-05-04 | SL-18932 Canceling material selection only reverts override | Andrey Kleshchev | |
2023-05-04 | Merge pull request #179 from secondlife/brad/mac-nightly-builds | Brad Linden | |
enable github actions mac nightly builds | |||
2023-05-04 | Merge remote-tracking branch 'origin/zap-LLSDArray' into DRTVWR-559 | Brad Linden | |
2023-05-04 | Merge remote-tracking branch 'origin/SL-19594-restore' into DRTVWR-559 | Brad Linden | |
2023-05-04 | Fix typo | Brad Linden | |
2023-05-04 | Merge pull request #203 from secondlife/DRTVWR-559-zapfunc | nat-goodspeed | |
DRTVWR-559: Replace debugLoggingEnabled() function with LL_DEBUGS(). |