Blender Git Loki
Git Commits -> Revision b561707
Revision b561707 by Sergey Sharybin (master) April 4, 2018, 15:49 (GMT) |
Gawain: Make removing batches more thread safe The issue was mainly visible when copy-on-write was enabled. This was forcing lots of meshes to be freed from multiple thread, causing all sorts of race conditions in Gawain's VAO code. OpenGL resources seems already to be doing deferred deletion, need to do the same for CPU side arrays. |
Commit Details:
Full Hash: b561707bed0e4a464ffa8f8027fa7869b1544fb4
Parent Commit: 160e62b
Lines Changed: +2, -0
1 Modified Path:
/intern/gawain/src/gwn_vertex_array_id.cpp (+2, -0) (Diff)