diff options
author | Timothy Arceri <[email protected]> | 2017-05-15 10:41:23 +1000 |
---|---|---|
committer | Timothy Arceri <[email protected]> | 2017-05-17 10:12:04 +1000 |
commit | 5c8252ba6f7e43c563b7011facbbe4ef013e76c6 (patch) | |
tree | fd1a96b9691dd56d3a2aa3fa053215608f04503b /src/mapi/glapi | |
parent | b5c67f469a5e8b406c12c529399d631a887700ee (diff) |
mesa: add KHR_no_error support for glBlendFunc*iARB()
Reviewed-by: Nicolai Hähnle <[email protected]>
Diffstat (limited to 'src/mapi/glapi')
-rw-r--r-- | src/mapi/glapi/gen/ARB_draw_buffers_blend.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mapi/glapi/gen/ARB_draw_buffers_blend.xml b/src/mapi/glapi/gen/ARB_draw_buffers_blend.xml index 8c33fbf89b8..4d44adf1de9 100644 --- a/src/mapi/glapi/gen/ARB_draw_buffers_blend.xml +++ b/src/mapi/glapi/gen/ARB_draw_buffers_blend.xml @@ -19,13 +19,13 @@ <param name="modeA" type="GLenum"/> </function> - <function name="BlendFunciARB"> + <function name="BlendFunciARB" no_error="true"> <param name="buf" type="GLuint"/> <param name="src" type="GLenum"/> <param name="dst" type="GLenum"/> </function> - <function name="BlendFuncSeparateiARB"> + <function name="BlendFuncSeparateiARB" no_error="true"> <param name="buf" type="GLuint"/> <param name="srcRGB" type="GLenum"/> <param name="dstRGB" type="GLenum"/> |