diff options
author | Paul Berry <stereotype441@gmail.com> | 2012-11-16 11:43:08 -0800 |
---|---|---|
committer | Timothy Arceri <tarceri@itsqueeze.com> | 2017-03-16 14:14:18 +1100 |
commit | a4a5de6f18feba0a3dd439163f3505f2ba20fa0c (patch) | |
tree | 28e9fac5b8e81fbeb8f46bdc40e3ab0f3011acc9 /src/mapi | |
parent | 154a4f267959f6975647720237a28bae1ae86c8d (diff) |
mesa: Custom thread marshalling for Flush.
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 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mapi/glapi/gen/gl_API.xml b/src/mapi/glapi/gen/gl_API.xml index c7a7253119..0da1589da7 100644 --- a/src/mapi/glapi/gen/gl_API.xml +++ b/src/mapi/glapi/gen/gl_API.xml @@ -2377,8 +2377,7 @@ specially to ensure that it causes all previous commands to get delivered to the server thread. --> - - <function name="Flush" es1="1.0" es2="2.0" marshal="sync"> + <function name="Flush" es1="1.0" es2="2.0" marshal="custom"> <glx sop="142" handcode="true"/> </function> |