From fd678bef40b74f9209b2529797df26a4a31d6f7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Ol=C5=A1=C3=A1k?= Date: Wed, 23 Dec 2020 12:30:13 -0500 Subject: [PATCH] glthread: remove if (COMPAT) conditions from functions that are GL-compat-only Acked-by: Pierre-Eric Pelloux-Prayer Part-of: --- src/mapi/glapi/gen/gl_API.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/mapi/glapi/gen/gl_API.xml b/src/mapi/glapi/gen/gl_API.xml index d04f4c4f1d6..704028a3e73 100644 --- a/src/mapi/glapi/gen/gl_API.xml +++ b/src/mapi/glapi/gen/gl_API.xml @@ -1111,14 +1111,14 @@ + marshal_call_after="ctx->GLThread.ListMode = mode;"> + marshal_call_after="ctx->GLThread.ListMode = 0;"> @@ -3402,12 +3402,12 @@ + marshal_call_after="_mesa_glthread_PopClientAttrib(ctx);"> + marshal_call_after="_mesa_glthread_PushClientAttrib(ctx, mask, false);">