diff options
author | Marek Olšák <[email protected]> | 2018-11-10 01:18:30 -0500 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2018-11-20 21:17:41 -0500 |
commit | 7f1cac7ba682410214289084dcc272167ca44e6b (patch) | |
tree | 50b22121055d4d4333242c127cfda4e69c22d44a /src/mapi/glapi | |
parent | 247d5a8e94787aad8a91f447853539f7932a99f5 (diff) |
mesa/glthread: enable immediate mode
Reviewed-by: Timothy Arceri <[email protected]>
Diffstat (limited to 'src/mapi/glapi')
-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 aae9a5835db..929e5f6b024 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" marshal_fail="true"> + <function name="Begin" deprecated="3.1" exec="dynamic"> <param name="mode" type="GLenum"/> <glx rop="4"/> </function> |