aboutsummaryrefslogtreecommitdiffstats
path: root/src/mapi
diff options
context:
space:
mode:
authorTimothy Arceri <[email protected]>2017-06-28 15:28:13 +1000
committerTimothy Arceri <[email protected]>2017-06-29 08:54:11 +1000
commitc1b1cad586115ee37bd808b4241ad881c6ade63e (patch)
tree2dfa07d740ee77f70aaa2543cdf1b7a7124d1a85 /src/mapi
parentf21a764092b9f031c459f1b4f22b08a33da5111f (diff)
mesa: add KHR_no_error support for glBlendFunc*()
Reviewed-by: Samuel Pitoiset <[email protected]>
Diffstat (limited to 'src/mapi')
-rw-r--r--src/mapi/glapi/gen/gl_API.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mapi/glapi/gen/gl_API.xml b/src/mapi/glapi/gen/gl_API.xml
index f726fe3477d..18839ec70c3 100644
--- a/src/mapi/glapi/gen/gl_API.xml
+++ b/src/mapi/glapi/gen/gl_API.xml
@@ -2545,7 +2545,7 @@
<glx rop="159"/>
</function>
- <function name="BlendFunc" es1="1.0" es2="2.0">
+ <function name="BlendFunc" es1="1.0" es2="2.0" no_error="true">
<param name="sfactor" type="GLenum"/>
<param name="dfactor" type="GLenum"/>
<glx rop="160"/>
@@ -4709,7 +4709,7 @@
</enum>
<enum name="COMPARE_R_TO_TEXTURE" value="0x884E"/>
- <function name="BlendFuncSeparate" es2="2.0">
+ <function name="BlendFuncSeparate" es2="2.0" no_error="true">
<param name="sfactorRGB" type="GLenum"/>
<param name="dfactorRGB" type="GLenum"/>
<param name="sfactorAlpha" type="GLenum"/>