diff options
author | Eric Anholt <eric@anholt.net> | 2013-03-04 09:47:40 -0800 |
---|---|---|
committer | Timothy Arceri <tarceri@itsqueeze.com> | 2017-03-16 14:14:19 +1100 |
commit | 238d027ed6d11f7ced80e4c7a43ca62293914781 (patch) | |
tree | 1779c7147fad7f2d00dc41af62eb6341a5389fbb /src/mapi | |
parent | cd1c003b18353c220b1b81dcecc9cab2996ce608 (diff) |
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>
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 77d44360ff..814c725c50 100644 --- a/src/mapi/glapi/gen/gl_API.xml +++ b/src/mapi/glapi/gen/gl_API.xml @@ -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> |