From: Eric Anholt Date: Mon, 4 Mar 2013 17:47:40 +0000 (-0800) Subject: mesa: Disable glthread when glBegin() is called. X-Git-Tag: upstream/17.1.0~1342 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=238d027ed6d11f7ced80e4c7a43ca62293914781;p=platform%2Fupstream%2Fmesa.git 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 Acked-by: Marek Olšák Tested-by: Dieter Nützel Tested-by: Mike Lothian --- diff --git a/src/mapi/glapi/gen/gl_API.xml b/src/mapi/glapi/gen/gl_API.xml index 77d4436..814c725 100644 --- a/src/mapi/glapi/gen/gl_API.xml +++ b/src/mapi/glapi/gen/gl_API.xml @@ -1148,7 +1148,7 @@ - +