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 <michel.daenzer@amd.com>
This commit is contained in:
Timothy Arceri 2017-03-16 17:01:26 +11:00
parent d06e168b87
commit 72fa447d45

View file

@ -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"/>