Files
test2/source/blender
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-08-12 01:10:43 +10:00
2019-08-07 03:34:59 +10:00
2019-08-02 12:05:13 +10:00
2019-08-12 01:10:43 +10:00
2019-08-01 14:02:41 +10:00