Sergey Sharybin 55c2cd85f0 Task scheduler: Initial implementation of local tasks queues
The idea is to allow some amount of tasks to be pushed from working
thread to it's local queue, so we can acquire some work without doing
whole mutex lock.

This should allow us to remove some hacks from depsgraph which was
added there to keep threads alive.
2017-03-07 17:32:01 +01:00
2017-02-27 19:33:57 -05:00
2017-02-28 00:38:33 +11:00
2016-07-15 01:28:00 +10:00
2017-03-06 04:05:00 +11:00
2016-07-15 01:26:26 +10:00
Description
No description provided
926 MiB
Languages
C++ 78.1%
Python 15%
C 2.8%
GLSL 1.8%
CMake 1.2%
Other 0.9%