Blender Git Loki
Git Commits  -> Revision 5de8134
		
			
			
		
Revision 5de8134 by Joseph Eagar (sculpt-dev) October 20, 2021, 21:14 (GMT)  | 
Sculpt: experiment with lock-free mempools and fine grained locks.  | 
Commit Details:
Full Hash: 5de8134abc1814b738805877dab2d03530f21615
Parent Commit: 6ddd95f
Lines Changed:  +577,  -15
2 Added Paths:
/source/blender/blenlib/BLI_mempool_lockfree.h (+13, -0)  (View)
/source/blender/blenlib/intern/lockfree_mempool.cc (+241, -0) (View)
/source/blender/blenlib/intern/lockfree_mempool.cc (+241, -0) (View)
12 Modified Paths:
/intern/guardedalloc/intern/mallocn.c (+3, -0) (Diff)
/intern/guardedalloc/intern/mallocn_guarded_impl.c (+26, -1) (Diff)
/intern/guardedalloc/intern/mallocn_intern.h (+4, -0) (Diff)
/intern/guardedalloc/intern/mallocn_lockfree_impl.c (+24, -1) (Diff)
/intern/guardedalloc/MEM_guardedalloc.h (+8, -0) (Diff)
/source/blender/blenkernel/intern/colortools.c (+14, -4) (Diff)
/source/blender/blenkernel/intern/dyntopo.c (+230, -6) (Diff)
/source/blender/blenlib/CMakeLists.txt (+1, -0) (Diff)
/source/blender/blentranslation/msgfmt/msgfmt.c (+1, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_mask.c (+1, -1) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+1, -0) (Diff)
/source/blender/editors/sculpt_paint/sculpt_dyntopo.c (+10, -2) (Diff)
/intern/guardedalloc/intern/mallocn_guarded_impl.c (+26, -1) (Diff)
/intern/guardedalloc/intern/mallocn_intern.h (+4, -0) (Diff)
/intern/guardedalloc/intern/mallocn_lockfree_impl.c (+24, -1) (Diff)
/intern/guardedalloc/MEM_guardedalloc.h (+8, -0) (Diff)
/source/blender/blenkernel/intern/colortools.c (+14, -4) (Diff)
/source/blender/blenkernel/intern/dyntopo.c (+230, -6) (Diff)
/source/blender/blenlib/CMakeLists.txt (+1, -0) (Diff)
/source/blender/blentranslation/msgfmt/msgfmt.c (+1, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_mask.c (+1, -1) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+1, -0) (Diff)
/source/blender/editors/sculpt_paint/sculpt_dyntopo.c (+10, -2) (Diff)


 Master Commits
MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021