From c70ffcc8e3e75679be8091ff9bd6c9ff70f0158e Mon Sep 17 00:00:00 2001 From: Pierre-Eric Pelloux-Prayer Date: Tue, 17 Jan 2023 16:06:00 +0100 Subject: [PATCH] glthread: fix glArrayElement handling MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This must be marshalled synchronously or the attrib pointers' content might change by the time we use them. Cc: mesa-stable Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/8068 Reviewed-by: Marek Olšák Part-of: (cherry picked from commit ddc721e15c6260e5a505f7e5fab2115e4cbd7c72) --- .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 cc18589f9db..63ac656f66d 100644 --- a/.pick_status.json +++ b/.pick_status.json @@ -2929,7 +2929,7 @@ "description": "glthread: fix glArrayElement handling", "nominated": true, "nomination_type": 0, - "resolution": 0, + "resolution": 1, "main_sha": null, "because_sha": null }, diff --git a/src/mapi/glapi/gen/gl_API.xml b/src/mapi/glapi/gen/gl_API.xml index 03793d95f9f..8ead49dbc3d 100644 --- a/src/mapi/glapi/gen/gl_API.xml +++ b/src/mapi/glapi/gen/gl_API.xml @@ -3189,7 +3189,7 @@ - +