Files
test2/source/blender/gpu
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-05-27 08:22:38 -06:00
2019-02-18 08:22:12 +11:00
2019-05-30 13:42:21 +02:00
2019-08-01 14:02:41 +10:00
2019-02-18 08:22:12 +11:00
2019-04-18 07:59:28 +02:00