diff options
author | Timothy Arceri <[email protected]> | 2017-04-06 11:00:15 +1000 |
---|---|---|
committer | Timothy Arceri <[email protected]> | 2017-04-07 08:02:54 +1000 |
commit | 31cb6fd0a3069ac7c03c1ce28b2f24d8bb9a4154 (patch) | |
tree | 5dec845e2b118767a4ebb740d0558e30235bf37a /src/mesa/main/bufferobj.h | |
parent | c9c39812b91c8104bc0bea16053312547846249c (diff) |
mesa: stop abstracting buffer object hashtable locking
This doesn't do anything useful so just remove it.
Reviewed-by: Matt Turner <[email protected]>
Reviewed-by: Samuel Pitoiset <[email protected]>
Diffstat (limited to 'src/mesa/main/bufferobj.h')
-rw-r--r-- | src/mesa/main/bufferobj.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mesa/main/bufferobj.h b/src/mesa/main/bufferobj.h index cd0df93e96c..259de9465a1 100644 --- a/src/mesa/main/bufferobj.h +++ b/src/mesa/main/bufferobj.h @@ -98,12 +98,6 @@ extern struct gl_buffer_object * _mesa_lookup_bufferobj_err(struct gl_context *ctx, GLuint buffer, const char *caller); -extern void -_mesa_begin_bufferobj_lookups(struct gl_context *ctx); - -extern void -_mesa_end_bufferobj_lookups(struct gl_context *ctx); - extern struct gl_buffer_object * _mesa_multi_bind_lookup_bufferobj(struct gl_context *ctx, const GLuint *buffers, |