Files
test2/source/blender/gpu/intern
Julian Eisel e6425aa2bf Manage GPU_matrix stacks per GPUContext
Previously, we had one global `GPU_matrix` stack, so the API was not
thread safe. This patch makes the stack be per `GPUContext`, effectively
making it local per thread (`GPUContext` is located in thread local
storage).

Reviewed By: brecht
Differential Revision: https://developer.blender.org/D5405
2019-08-14 15:27:10 +02:00
..
2019-04-22 19:48:17 +10:00
2019-07-07 15:38:41 +10:00
2019-04-29 14:14:14 +10:00
2019-07-09 14:34:56 +02:00