summaryrefslogtreecommitdiff
path: root/src/mapi
diff options
context:
space:
mode:
authorMarek Olšák <marek.olsak@amd.com>2022-08-09 19:15:35 -0400
committerMarge Bot <emma+marge@anholt.net>2022-08-12 06:06:48 +0000
commit28e351673ef8c22c5ae0585f40e1cbd2b15eda5c (patch)
tree3db979b18f3f0b556990144053f615d26f41cfd0 /src/mapi
parenteb4036ea5b9a55c1d965e0917d21c502c8635b47 (diff)
glthread: call _mesa_glthread_DeleteBuffers unconditionally
Deleted buffers were not unbound in glthread. Fixes: 4fa24747b9089b - glthread: call _mesa_glthread_BindBuffer unconditionally Reviewed-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17976>
Diffstat (limited to 'src/mapi')
-rw-r--r--src/mapi/glapi/gen/gl_API.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mapi/glapi/gen/gl_API.xml b/src/mapi/glapi/gen/gl_API.xml
index ebef7bed397..bffb0723287 100644
--- a/src/mapi/glapi/gen/gl_API.xml
+++ b/src/mapi/glapi/gen/gl_API.xml
@@ -5116,7 +5116,7 @@
</function>
<function name="DeleteBuffers" es1="1.1" es2="2.0" no_error="true"
- marshal_call_after="if (COMPAT) _mesa_glthread_DeleteBuffers(ctx, n, buffer);">
+ marshal_call_after="_mesa_glthread_DeleteBuffers(ctx, n, buffer);">
<param name="n" type="GLsizei" counter="true"/>
<param name="buffer" type="const GLuint *" count="n"/>
<glx ignore="true"/>