diff options
author | Samuel Pitoiset <[email protected]> | 2017-06-20 18:13:36 +0200 |
---|---|---|
committer | Samuel Pitoiset <[email protected]> | 2017-06-21 08:47:09 +0200 |
commit | 9c49c9d8ddac5be2cc399a62e48257b21d7922e9 (patch) | |
tree | 49542911b286ebf4099bf31ef174081b0ccbaf0d /src/mapi | |
parent | 6f10d93ea4d4cf13321bd7b75adc94d161027a94 (diff) |
mesa: add KHR_no_error support for glStencilFuncSeparate()
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 b7134e21878..81e70546b60 100644 --- a/src/mapi/glapi/gen/gl_API.xml +++ b/src/mapi/glapi/gen/gl_API.xml @@ -5271,7 +5271,7 @@ <glx rop="233" large="true"/> </function> - <function name="StencilFuncSeparate" es2="2.0"> + <function name="StencilFuncSeparate" es2="2.0" no_error="true"> <param name="face" type="GLenum"/> <param name="func" type="GLenum"/> <param name="ref" type="GLint"/> |