From 28e351673ef8c22c5ae0585f40e1cbd2b15eda5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Ol=C5=A1=C3=A1k?= Date: Tue, 9 Aug 2022 19:15:35 -0400 Subject: [PATCH] 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 Part-of: --- src/mapi/glapi/gen/gl_API.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ + marshal_call_after="_mesa_glthread_DeleteBuffers(ctx, n, buffer);">