diff options
author | Samuel Pitoiset <[email protected]> | 2017-07-20 11:07:57 +0200 |
---|---|---|
committer | Samuel Pitoiset <[email protected]> | 2017-08-02 12:54:31 +0200 |
commit | 9a0b2033822cbc15181710ec80b2163447553038 (patch) | |
tree | f2220d7e3710ffa46363116f2598e8c2cf125a11 /src/mapi | |
parent | e1750e0a179ff50a7c3603d1003445a608d4cb6c (diff) |
mesa: add KHR_no_error support to glBeginConditionalRender()
Signed-off-by: Samuel Pitoiset <[email protected]>
Reviewed-by: Timothy Arceri <[email protected]>
Diffstat (limited to 'src/mapi')
-rw-r--r-- | src/mapi/glapi/gen/GL3x.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mapi/glapi/gen/GL3x.xml b/src/mapi/glapi/gen/GL3x.xml index e55b5bbe65e..63a57ebc1e2 100644 --- a/src/mapi/glapi/gen/GL3x.xml +++ b/src/mapi/glapi/gen/GL3x.xml @@ -246,7 +246,7 @@ <!-- These functions alias ones from GL_NV_conditional_render --> - <function name="BeginConditionalRender"> + <function name="BeginConditionalRender" no_error="true"> <param name="query" type="GLuint"/> <param name="mode" type="GLenum"/> </function> |