diff options
author | Matt Turner <[email protected]> | 2017-04-05 10:49:35 +1000 |
---|---|---|
committer | Timothy Arceri <[email protected]> | 2017-04-05 14:54:49 +1000 |
commit | d5ee55f028883748eadd8eec9070b475c200871c (patch) | |
tree | f01ddb413c2f84eff58ed9f4c235e6be75abff36 /src/mesa/main | |
parent | 060a6434eca9fb05ca2dfd612f8abd4786ee4549 (diff) |
mesa: Replace program locks with atomic inc/dec.
Reviewed-by: Timothy Arceri <[email protected]>
Diffstat (limited to 'src/mesa/main')
-rw-r--r-- | src/mesa/main/mtypes.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h index 6fb6a514f9f..4b23240a469 100644 --- a/src/mesa/main/mtypes.h +++ b/src/mesa/main/mtypes.h @@ -1939,7 +1939,6 @@ struct gl_program /** FIXME: This must be first until we split shader_info from nir_shader */ struct shader_info info; - mtx_t Mutex; GLuint Id; GLint RefCount; GLubyte *String; /**< Null-terminated program text */ |