Age | Commit message (Collapse) | Author |
|
some NaNs.
|
|
|
|
|
|
|
|
|
|
|
|
RenderReflectionProbeLevel for preferences (which works).
|
|
|
|
setting.
|
|
|
|
|
|
|
|
|
|
not helpful).
|
|
|
|
|
|
DRTVWR-583
DRTVWR-559
|
|
|
|
DRTVWR-583
|
|
|
|
|
|
|
|
Incidental decruft.
|
|
* 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>
|
|
|
|
|
|
|
|
assertion stomping pass). Remove a couple unused debug settings and related code.
|
|
|
|
|
|
following promotion of DRTVWR-577
|
|
|
|
clear that those buttons are inoperable until you remove the PBR material.
|
|
fullbright alpha. Incidental decruft.
|
|
initialization to earlier in session (unrelated).
|
|
|
|
DRTVWR-583
|
|
|
|
SL-19236: Fix HUDs not rendering when transparent water graphics setting is off
|
|
|
|
|
|
avatar GPU time into LLPerfStats. Incidental decruft.
|
|
SL-19690: Follow up on Rye Mutt's fix for shutdown crashes.
|
|
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.
|