diff options
author | Timothy Arceri <[email protected]> | 2017-05-15 10:51:34 +1000 |
---|---|---|
committer | Timothy Arceri <[email protected]> | 2017-05-17 10:12:04 +1000 |
commit | 25591adc286a217ee344d17d277c81ba9e6d353b (patch) | |
tree | ab8f1d7b9d7c5a233b8c3d33bc65da52d2961dc3 /src/mapi | |
parent | 9aff3c605b925ad3302f392ad378198845438dfa (diff) |
mesa: add KHR_no_error support for glBlendEquationSeparateiARB()
Reviewed-by: Nicolai Hähnle <[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 4d44adf1de9..1a44f38d16a 100644 --- a/src/mapi/glapi/gen/ARB_draw_buffers_blend.xml +++ b/src/mapi/glapi/gen/ARB_draw_buffers_blend.xml @@ -13,7 +13,7 @@ <param name="mode" type="GLenum"/> </function> - <function name="BlendEquationSeparateiARB"> + <function name="BlendEquationSeparateiARB" no_error="true"> <param name="buf" type="GLuint"/> <param name="modeRGB" type="GLenum"/> <param name="modeA" type="GLenum"/> |