Age | Commit message (Collapse) | Author |
|
SL-17329: Fix cache sizes due to overflow. Improve typing.
Approved-by: Andrey Lihatskiy
|
|
|
|
|
|
|
|
|
|
to 40%
|
|
|
|
so it doesn't affect the time measurement.
The time resolution of the debug log is in seconds, so it's not particularly useful.
Arguably, one could remove this fine logging in favor of Tracy markers. Or have both. Depends on the use case.
|
|
|
|
|
|
|
|
from 'force_update' to 'foce_treat_as_rigged'
|
|
inside an on-the-fly calculated bounding box.
Technically not a broadphase check, but better than calculating an octree for a bunch of meshes.
|
|
picking unless eligible for narrow-phase intersect check (fast broad-phase intersect pre-check not yet implemented)
|
|
animation is frozen
|
|
store elements in octrees as raw pointers. Use for faster allocation in LLVolumeFace::createOctree.
|
|
No performance difference measured
|
|
|
|
|
|
deleting a classified
|
|
|
|
|
|
Likely a corrupted install, warn user to reinstall viewer
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ThreadPool
|
|
The work queue callback binds "this". This is deemed safe due to current dependencies, but see the associated comment in the return callback. There was some trial and error to get a this-binded lambda to compile.
Due to LLVorbisDecodeState writing to disk off-thread, limit audio decodes proportional to general worker thread count. Guess the thread count for now.
|
|
(cherry picked from commit 41d6a0e222241606c317281e2f0b211e16813dd5)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Plus some focus and interactibility fixes
|
|
At the moment without cursor handling
|