Files
mesa/src
Eric Anholt 6f0521b78c freedreno: Take a lock around shader variant creation.
Shaders are shared across contexts in gallium (part of making it so
that you get shader compile at link time, for shader-db and to reduce
compiles at draw time).  So, we need to protect from variant creation
for a shader from multiple threads at the same time.

Reviewed-by: Rob Clark <robdclark@gmail.com>
2019-07-29 12:50:49 -07:00
..
2019-07-04 14:05:18 -04:00
2019-07-10 11:27:51 +00:00
2019-07-29 13:11:36 +00:00