diff options
author | Timothy Arceri <[email protected]> | 2017-03-16 17:01:26 +1100 |
---|---|---|
committer | Timothy Arceri <[email protected]> | 2017-03-20 10:22:20 +1100 |
commit | 72fa447d45ed5401b6964c071013d8ecc4680b16 (patch) | |
tree | 6b562cc87bdd1516ea8ef97e5f3a40af2d150c22 /src/mapi | |
parent | d06e168b878be45029bf66c2ac627d16144a7823 (diff) |
mesa: disable glthread when glNewList() is called
glNewList() swaps dispatch tables, and we don't have anything in
place to handle that in glthread.
Tested-by: Michel Dänzer <[email protected]>
Diffstat (limited to 'src/mapi')
-rw-r--r-- | src/mapi/glapi/gen/gl_API.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ <type name="DEBUGPROCARB" size="4" pointer="true"/> <type name="DEBUGPROC" size="4" pointer="true"/> - <function name="NewList" deprecated="3.1"> + <function name="NewList" deprecated="3.1" marshal_fail="true"> <param name="list" type="GLuint"/> <param name="mode" type="GLenum"/> <glx sop="101"/> |