From dbc956920faa72f8171db1e22e687ea2fbc24faa 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: (cherry picked from commit 28e351673ef8c22c5ae0585f40e1cbd2b15eda5c) --- .pick_status.json | 2 +- src/mapi/glapi/gen/gl_API.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pick_status.json b/.pick_status.json index 929204d9772..d1e4a978640 100644 --- a/.pick_status.json +++ b/.pick_status.json @@ -364,7 +364,7 @@ "description": "glthread: call _mesa_glthread_DeleteBuffers unconditionally", "nominated": true, "nomination_type": 1, - "resolution": 0, + "resolution": 1, "main_sha": null, "because_sha": "4fa24747b9089bda0453051e5fd5188e6fce6996" }, 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);">