Blender Git Loki
Git Commits -> Revision 3f12beb
Revision 3f12beb by Brecht Van Lommel (master) April 25, 2010, 10:49 (GMT) |
Fix #22123 and #22124: some problems with mutex locks, also tweak to how removing opengl textures from outside main thread is done so it happens as part of the main loop. |
Commit Details:
Full Hash: 3f12beb4d0440da93ccbe67c76f23a2f15452aac
SVN Revision: 28411
Parent Commit: 6c33176
Lines Changed: +33, -28
6 Modified Paths:
/source/blender/blenlib/BLI_threads.h (+3, -2) (Diff)
/source/blender/blenlib/intern/threads.c (+5, -2) (Diff)
/source/blender/gpu/GPU_draw.h (+3, -0) (Diff)
/source/blender/gpu/intern/gpu_draw.c (+18, -24) (Diff)
/source/blender/windowmanager/intern/wm_draw.c (+3, -0) (Diff)
/source/blender/windowmanager/intern/wm_init_exit.c (+1, -0) (Diff)
/source/blender/blenlib/intern/threads.c (+5, -2) (Diff)
/source/blender/gpu/GPU_draw.h (+3, -0) (Diff)
/source/blender/gpu/intern/gpu_draw.c (+18, -24) (Diff)
/source/blender/windowmanager/intern/wm_draw.c (+3, -0) (Diff)
/source/blender/windowmanager/intern/wm_init_exit.c (+1, -0) (Diff)