Age | Commit message (Collapse) | Author |
|
|
|
DRTVWR-546
|
|
|
|
following promotion of DRTVWR-552
|
|
|
|
|
|
not more broken than release).
|
|
|
|
getClientRectInScreenSpace
|
|
DRTVWR-546
|
|
|
|
|
|
SL-16461 disable occlusion-based reflection update
Approved-by: Dave Parks
|
|
|
|
|
|
support to highlight transparent).
|
|
|
|
map render.
|
|
viewer session.
|
|
|
|
DRTVWR-546
|
|
|
|
|
|
(decruftify settings, compatibility pass).
|
|
textures
|
|
drawpools.
|
|
remains from glod
|
|
|
|
remove unused variable
|
|
|
|
Purge LLGLSLShader::sNoFixedFunction, and all that flows from it. No functional changes.
Approved-by: Michael Pohoreski
Approved-by: Dave Parks
|
|
|
|
LLPipeline::shadersLoaded()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Introduce LLAppViewer::onCleanup(), a method that accepts a nullary callable
to execute once viewer shutdown begins. Fire the collected callables in
LLAppViewer::cleanup().
In llstartup.cpp, instead of declaring a static unique_ptr and relying on
static object destruction to clean up the "General" ThreadPool, bind the
pointer to the new ThreadPool into an onCleanup() lambda that will delete it
when called. ~ThreadPool() takes care of orderly shutdown.
|
|
Use hard tabs because most of the existing function uses those.
|
|
Use hard tabs as most of the class declaration already uses those.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|