Age | Commit message (Collapse) | Author |
|
following promotion of DRTVWR-520
|
|
|
|
|
|
|
|
LLDrawPoolBump::pushBatch
|
|
|
|
scenes.
|
|
VAOs by default.
|
|
|
|
|
|
It feels wrong to return a dumb LLInstanceTracker subclass* from getInstance()
when we use std::shared_ptr and std::weak_ptr internally. But tweak consumers
to use 'auto' or LLInstanceTracker::ptr_t in case we later revisit this
decision.
We did add a couple get() calls where it's important to obtain a dumb pointer.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
message. Removed some possible crashes
|
|
|
|
|
|
|
|
overhead, non interactive viewer sessions)
|
|
|
|
|
|
|
|
because it causes frame stalls while logging.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Conflicts:
# indra/llcommon/linden_common.h
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
broken frame limiter code (use vsync if you want to limit framerate).
|
|
|