Blender Git Commit Log
Git Commits -> Revision c7653fa
Revision c7653fa by Julian Eisel (temp-vr-draw-thread) August 2, 2019, 16:05 (GMT) |
Manage GPU_matrix stacks per GPUContext Previous global GPU_matrix stacks weren't safe for access from multiple threads. With this, GPU_matrix stacks are concurrent in combination with GPUContext. Needed for VR session drawing on a separate thread. Reviewers: fclem, brecht Differential Revision: https://developer.blender.org/D5405 |
Commit Details:
Full Hash: c7653fad678a32663bc4b153ada343f52ca76fe5
Parent Commit: 38ff506
Lines Changed: +106, -33
1 Added Path:
/source/blender/gpu/intern/gpu_matrix_private.h (+35, -0) (View)