Blender Git Commit Log
Git Commits -> Revision feb090c
Revision feb090c by Sergey Sharybin (depsgraph_refactor) December 18, 2014, 15:22 (GMT) |
Depsgraph: Avoid having one global lock for all the graphs That's a bit crazy to have single global lock in the .cpp file which could be easily coupled into Depsgraph structure so it would never interfere if several threads traverses the graphs. |
Commit Details:
Full Hash: feb090c45baf5a98074cb5ff87ec353bc46d70ec
Parent Commit: 9fa8516
Lines Changed: +13, -43
8 Modified Paths:
/source/blender/blenkernel/intern/blender.c (+0, -1) (Diff)
/source/blender/depsgraph/DEG_depsgraph.h (+0, -10) (Diff)
/source/blender/depsgraph/intern/depsgraph.cpp (+2, -0) (Diff)
/source/blender/depsgraph/intern/depsgraph.h (+7, -6) (Diff)
/source/blender/depsgraph/intern/depsgraph_eval.cpp (+4, -22) (Diff)
/source/blender/windowmanager/intern/wm_playanim.c (+0, -1) (Diff)
/source/creator/creator.c (+0, -1) (Diff)
/source/gameengine/GamePlayer/ghost/GPG_ghost.cpp (+0, -2) (Diff)
/source/blender/depsgraph/DEG_depsgraph.h (+0, -10) (Diff)
/source/blender/depsgraph/intern/depsgraph.cpp (+2, -0) (Diff)
/source/blender/depsgraph/intern/depsgraph.h (+7, -6) (Diff)
/source/blender/depsgraph/intern/depsgraph_eval.cpp (+4, -22) (Diff)
/source/blender/windowmanager/intern/wm_playanim.c (+0, -1) (Diff)
/source/creator/creator.c (+0, -1) (Diff)
/source/gameengine/GamePlayer/ghost/GPG_ghost.cpp (+0, -2) (Diff)