diff options
author | Samuel Pitoiset <[email protected]> | 2017-06-20 18:35:02 +0200 |
---|---|---|
committer | Samuel Pitoiset <[email protected]> | 2017-06-21 08:47:22 +0200 |
commit | e6659c560a73316ea6b0273cfa0870b5242baab0 (patch) | |
tree | f1f9caf7e901fa56e435ed3738eb37656b55a346 /src/mapi | |
parent | db967dcb05cbae2d153122609df78b737852fc5c (diff) |
mesa: add KHR_no_error support for glStencilFunc()
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.xml | 2 |
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 513b57aab3d..dd64fe27b6a 100644 --- a/src/mapi/glapi/gen/gl_API.xml +++ b/src/mapi/glapi/gen/gl_API.xml @@ -2556,7 +2556,7 @@ <glx rop="161"/> </function> - <function name="StencilFunc" es1="1.0" es2="2.0"> + <function name="StencilFunc" es1="1.0" es2="2.0" no_error="true"> <param name="func" type="GLenum"/> <param name="ref" type="GLint"/> <param name="mask" type="GLuint"/> |