mesa: Disable glthread when glBegin() is called.

glBegin() swaps dispatch tables, and we don't have any code in place for
handling that in glthread (which also messes with dispatch tables), and I
don't particularly care to at this point.

Acked-by: Timothy Arceri <tarceri@itsqueeze.com>
Acked-by: Marek Olšák <maraeo@gmail.com>
Tested-by: Dieter Nützel <Dieter@nuetzel-hh.de>
Tested-by: Mike Lothian <mike@fireburn.co.uk>
This commit is contained in:
Eric Anholt 2013-03-04 09:47:40 -08:00 committed by Timothy Arceri
parent cd1c003b18
commit 238d027ed6
1 changed files with 1 additions and 1 deletions

View File

@ -1148,7 +1148,7 @@
<glx rop="3"/>
</function>
<function name="Begin" deprecated="3.1" exec="dynamic">
<function name="Begin" deprecated="3.1" exec="dynamic" marshal_fail="true">
<param name="mode" type="GLenum"/>
<glx rop="4"/>
</function>