diff options
author | Samuel Pitoiset <[email protected]> | 2017-06-20 18:24:47 +0200 |
---|---|---|
committer | Samuel Pitoiset <[email protected]> | 2017-06-21 08:47:16 +0200 |
commit | b9e2d5c18d3edc7cdd2e8df3d6d0aae7daeff57e (patch) | |
tree | dd57f1ebeae285eabe32c792065e55192b3126c0 /src/mapi | |
parent | 0614b7a6f75d7ab0c7c524ca71199d242f2bd052 (diff) |
mesa: add KHR_no_error support for glStencilOpSeparate()
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 a0b93cb1490..513b57aab3d 100644 --- a/src/mapi/glapi/gen/gl_API.xml +++ b/src/mapi/glapi/gen/gl_API.xml @@ -5279,7 +5279,7 @@ <glx ignore="true"/> </function> - <function name="StencilOpSeparate" es2="2.0"> + <function name="StencilOpSeparate" es2="2.0" no_error="true"> <param name="face" type="GLenum"/> <param name="sfail" type="GLenum"/> <param name="zfail" type="GLenum"/> |