mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 07:28:11 +02:00
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:
parent
d06e168b87
commit
72fa447d45
1 changed files with 1 additions and 1 deletions
|
|
@ -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"/>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue