aboutsummaryrefslogtreecommitdiffstats
path: root/src/mapi
diff options
context:
space:
mode:
authorSamuel Pitoiset <[email protected]>2017-06-20 18:41:19 +0200
committerSamuel Pitoiset <[email protected]>2017-06-21 08:47:26 +0200
commit26fbdb12f4eadcf7b736bef6e546e489baa7e4af (patch)
tree62dd0433025a2402c7d012663123ceff792906a0 /src/mapi
parent540766257041b47b2eae28045b3c8043aa19cd8c (diff)
mesa: add KHR_no_error support for glStencilOp()
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/gl_API.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mapi/glapi/gen/gl_API.xml b/src/mapi/glapi/gen/gl_API.xml
index dd64fe27b6a..8784f0537f5 100644
--- a/src/mapi/glapi/gen/gl_API.xml
+++ b/src/mapi/glapi/gen/gl_API.xml
@@ -2563,7 +2563,7 @@
<glx rop="162"/>
</function>
- <function name="StencilOp" es1="1.0" es2="2.0">
+ <function name="StencilOp" es1="1.0" es2="2.0" no_error="true">
<param name="fail" type="GLenum"/>
<param name="zfail" type="GLenum"/>
<param name="zpass" type="GLenum"/>