diff options
author | Chia-I Wu <[email protected]> | 2014-08-20 14:40:29 +0800 |
---|---|---|
committer | Kenneth Graunke <[email protected]> | 2014-10-30 02:26:19 -0700 |
commit | 2d64e4ffbab0426317f329e2bae22566dc80b98a (patch) | |
tree | fa74541ce0082e0842311a917327eeb06aa898ab /include/GLES3/gl3platform.h | |
parent | a6706163cb539fdb1f0432795d5c24b3e38f5cd7 (diff) |
glsl: protect glsl_type with a mutex
glsl_type has several static hash tables and a static ralloc context. They
need to be protected by a mutex as they are not thread-safe.
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=69200
Signed-off-by: Chia-I Wu <[email protected]>
Reviewed-by: Brian Paul <[email protected]>
Reviewed-by: Ian Romanick <[email protected]>
Diffstat (limited to 'include/GLES3/gl3platform.h')
0 files changed, 0 insertions, 0 deletions