diff options
author | Samuel Pitoiset <[email protected]> | 2017-07-17 22:35:16 +0200 |
---|---|---|
committer | Samuel Pitoiset <[email protected]> | 2017-07-31 13:53:39 +0200 |
commit | 905ad0d1ddc5ae8440dce88d78c3bf54752615fd (patch) | |
tree | 3588d6ebcaa16bf8dd5271487055fa1282ed159a /src/mapi | |
parent | 474f4b343be9b50fbe61d5f92676a9913197a6f5 (diff) |
mesa: add KHR_no_error support to glBlendEquationiARB()
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/ARB_draw_buffers_blend.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mapi/glapi/gen/ARB_draw_buffers_blend.xml b/src/mapi/glapi/gen/ARB_draw_buffers_blend.xml index 1a44f38d16a..7c2877d3d69 100644 --- a/src/mapi/glapi/gen/ARB_draw_buffers_blend.xml +++ b/src/mapi/glapi/gen/ARB_draw_buffers_blend.xml @@ -8,7 +8,7 @@ <category name="GL_ARB_draw_buffers_blend" number="69"> - <function name="BlendEquationiARB"> + <function name="BlendEquationiARB" no_error="true"> <param name="buf" type="GLuint"/> <param name="mode" type="GLenum"/> </function> |