Blender Git Commit Log
Git Commits -> Revision 6bfe5e6
Revision 6bfe5e6 by Lukas Toenne (depsgraph_refactor) May 25, 2014, 09:09 (GMT) |
Extended scheduler implementation, adding task pools. This is a concept added by Cycles and the current depsgraph. It allows sorting tasks into groups (pools) and wait/stop/cancel them based on these groups. This might come in handy later for different evaluation contexts. |
Commit Details:
Full Hash: 6bfe5e63aa85ddf96f3b512a5df1ec3c6f6bad84
Parent Commit: 74d7e0e
Lines Changed: +531, -192
2 Added Paths:
/source/blender/depsgraph/util/depsgraph_util_task.cpp (+341, -0) (View)
/source/blender/depsgraph/util/depsgraph_util_task.h (+160, -0) (View)
/source/blender/depsgraph/util/depsgraph_util_task.h (+160, -0) (View)
5 Modified Paths:
/source/blender/blenkernel/intern/scene.c (+1, -1) (Diff)
/source/blender/depsgraph/CMakeLists.txt (+2, -0) (Diff)
/source/blender/depsgraph/intern/depsgraph_eval.cpp (+23, -137) (Diff)
/source/blender/depsgraph/intern/depsgraph_eval.h (+1, -52) (Diff)
/source/blender/depsgraph/util/depsgraph_util_thread.h (+3, -2) (Diff)
/source/blender/depsgraph/CMakeLists.txt (+2, -0) (Diff)
/source/blender/depsgraph/intern/depsgraph_eval.cpp (+23, -137) (Diff)
/source/blender/depsgraph/intern/depsgraph_eval.h (+1, -52) (Diff)
/source/blender/depsgraph/util/depsgraph_util_thread.h (+3, -2) (Diff)