Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
Until now, the viewer has explicitly set(CMAKE_CXX_STANDARD 17) with a comment
explaining that we hadn't dared add -std=c++17 to build-variables/variables
because we didn't know if we could build all the component autobuild packages
with that switch. Now that we've successfully built all of them with that
switch, we've updated the viewer branch of build-variables, so we can remove
the viewer's CMAKE_CXX_STANDARD override.
|
|
|
|
|
|
DRTVWR-583
|
|
|
|
SL-19236: Fix HUDs not rendering when transparent water graphics setting is off
|
|
|
|
|
|
avatar GPU time into LLPerfStats. Incidental decruft.
|
|
Single folder
|
|
|
|
|
|
SL-19690: Follow up on Rye Mutt's fix for shutdown crashes.
|
|
panel
|
|
item in gallery view
|
|
|
|
sl-19676 - Stats on updates and scene loading
|
|
count
|
|
|
|
BUG-233797/233798 - fix blackout when u/w fog_density < 0
|
|
|
|
|
|
SL-19644: De-virtualize pushBatch
|
|
|
|
|
|
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.
|
|
|
|
Fix exceptions during shutdown causing early program termination
|
|
|
|
|
|
catching and returning false
|
|
|
|
Bump still uses its own pushBumpBatch function - OK, works the same as
before.
|
|
|
|
|
|
|
|
|
|
|
|
enable github actions mac nightly builds
|
|
|
|
|
|
|
|
DRTVWR-559: Replace debugLoggingEnabled() function with LL_DEBUGS().
|
|
|
|
view
|
|
|