Blender Git Commit Log
Git Commits -> Revision 7b4cc0f
Revision 7b4cc0f by Sergey Sharybin (depsgraph_refactor) October 13, 2014, 13:09 (GMT) |
Cleanup: Use generic task scheduler instead of own one helps to get rid of some of the utility structures which only adds extra complexity to the code. Let's keep new depsgraph as clean and small as possible! :) |
Commit Details:
Full Hash: 7b4cc0fc5783904287eb6e0c3442b56173e9a3ca
Parent Commit: a6b828c
Lines Changed: +43, -533
2 Deleted Paths:
/source/blender/depsgraph/util/depsgraph_util_priority_queue.h (+0, -34)
/source/blender/depsgraph/util/depsgraph_util_thread.h (+0, -70)
/source/blender/depsgraph/util/depsgraph_util_thread.h (+0, -70)
7 Modified Paths:
/source/blender/depsgraph/CMakeLists.txt (+0, -2) (Diff)
/source/blender/depsgraph/intern/depsgraph_debug.cpp (+2, -4) (Diff)
/source/blender/depsgraph/intern/depsgraph_debug.h (+4, -4) (Diff)
/source/blender/depsgraph/intern/depsgraph_eval.cpp (+15, -9) (Diff)
/source/blender/depsgraph/intern/depsgraph_eval.h (+2, -3) (Diff)
/source/blender/depsgraph/util/depsgraph_util_task.cpp (+17, -294) (Diff)
/source/blender/depsgraph/util/depsgraph_util_task.h (+3, -113) (Diff)
/source/blender/depsgraph/intern/depsgraph_debug.cpp (+2, -4) (Diff)
/source/blender/depsgraph/intern/depsgraph_debug.h (+4, -4) (Diff)
/source/blender/depsgraph/intern/depsgraph_eval.cpp (+15, -9) (Diff)
/source/blender/depsgraph/intern/depsgraph_eval.h (+2, -3) (Diff)
/source/blender/depsgraph/util/depsgraph_util_task.cpp (+17, -294) (Diff)
/source/blender/depsgraph/util/depsgraph_util_task.h (+3, -113) (Diff)