Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-05-17 | Fix crash during avatar profile callback (#218) | Rye Mutt | |
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 | 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-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(). | |||
2023-05-04 | Switch mac build to go on hosted macos-12-xl runner. | Brad Linden | |
2023-05-04 | DRTVWR-559: Add <unordered_map> header since we use it. | Nat Goodspeed | |
2023-05-04 | SL-19594: Update to bugsplat build 579669 | Nat Goodspeed | |
2023-05-04 | DRTVWR-559: Merge 'DRTVWR-559' into DRTVWR-559-zapfunc | Nat Goodspeed | |
2023-05-03 | Added ability to disable required OSX_SYSROOT cmake checks | Brad Linden | |
2023-05-03 | Merge branch 'DRTVWR-559' of github.com:secondlife/viewer into DRTVWR-559 | RunitaiLinden | |
2023-05-03 | DRTVWR-559 WIP - optimize ARC calculation et al. | RunitaiLinden | |
2023-05-03 | Further attempts to get actions based nightly mac builds working for DRTVWR-559 | Brad Linden | |
2023-05-03 | Experiment with turning on MacOS builds for github based nightly builds for ↵ | Brad Linden | |
DRTVWR-559 | |||
2023-05-03 | SL-19647: Eliminate LLSDArray entirely. | Nat Goodspeed | |
Newer C++ compilers have different semantics around LLSDArray's special copy constructor, which was essential to proper LLSD nesting. In short, we can no longer trust LLSDArray to behave correctly. Now that we have variadic functions, get rid of LLSDArray and replace every reference with llsd::array(). | |||
2023-05-03 | Merge pull request #191 from ↵ | Brad Linden | |
secondlife/brad/SL-19648-refcount-llgltfmaterial-thread-safety Fix SL-19675 crash due to thread unsafe LLRefCount usage possibly related to SL-19648 | |||
2023-05-03 | Cleanup with SL-19675 fix. lifted empty check outside the workqueue post ↵ | Brad Linden | |
and cleaned up indentation | |||
2023-05-03 | Improved fix for SL-19675 crash. How about just don't refer to data when ↵ | Brad Linden | |
you don't need it | |||
2023-05-03 | Merge remote-tracking branch 'origin/main' into DRTVWR-559 | Brad Linden | |
2023-05-03 | DRTVWR-575: Replace some LLSDArray() usage with llsd::array(). | Nat Goodspeed | |
It seems newer compilers have a different interpretation of exactly when to engage LLSDArray's copy constructor. In particular, this assignment: some_LLSD_map[key] = LLSDArray(...)(...)...; used to convert the LLSDArray object directly to LLSD; now it first calls the custom copy constructor, which embeds the intended array within an outer array before assigning it into the containing map. The newer llsd::array() function avoids that problem because what it returns is already an LLSD object. Taking inventory of LLSDArray assignments of that form turned up a number of workarounds like LLSD(LLSDArray(...)). Replacing those with llsd::array() is both simpler and more readable. Tip of the hat to Chorazinallen for surfacing this issue! (cherry picked from commit bb718155bddfbe7007029a0c9e69a4a98615f14d) | |||
2023-05-03 | DRTVWR-559: Merge remote branch 'DRTVWR-559' into DRTVWR-559-zapfunc | Nat Goodspeed | |
Delete the debugLoggingEnabled() (changed to LL_DEBUGS()) stanzas deleted by the upstream. | |||
2023-05-03 | DRTVWR-559: Replace debugLoggingEnabled() function with LL_DEBUGS(). | Nat Goodspeed | |
The trouble with debugLoggingEnabled() is that it locked mutexes and searched maps every time that call was reached. LL_DEBUGS() has the same functionality (albeit with idiosyncratic syntax) but performs expensive lookups only once per session, caching the result in a local static variable. | |||
2023-05-02 | DRTVWR-559 Optimization pass, make it so profileAvatar can read back GPU ↵ | RunitaiLinden | |
timer without a frame stall. | |||
2023-05-02 | Attempt at fixing thread safety possibly related to SL-19648 | Brad Linden | |
2023-05-02 | Increment viewer version to 6.6.12 | Vir Linden | |
following promotion of DRTVWR-539 |