From 72fa447d45ed5401b6964c071013d8ecc4680b16 Mon Sep 17 00:00:00 2001 From: Timothy Arceri Date: Thu, 16 Mar 2017 17:01:26 +1100 Subject: [PATCH] mesa: disable glthread when glNewList() is called MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit glNewList() swaps dispatch tables, and we don't have anything in place to handle that in glthread. Tested-by: Michel Dänzer --- 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 15d7e4f24d2..c1f0f8fe92d 100644 --- a/src/mapi/glapi/gen/gl_API.xml +++ b/src/mapi/glapi/gen/gl_API.xml @@ -1109,7 +1109,7 @@ - + -- 2.30.2