diff options
author | Samuel Pitoiset <[email protected]> | 2017-06-23 17:21:39 +0200 |
---|---|---|
committer | Samuel Pitoiset <[email protected]> | 2017-06-28 10:25:12 +0200 |
commit | 9628282f1e8fd7f870c2dba07d0868c8a79743d5 (patch) | |
tree | 5f206b8337d98aebefbf294f3c0bedf220130a6e /src/mapi | |
parent | bbc03839d1e61f0c0250f2af51c3194637ee2745 (diff) |
mesa: add KHR_no_error support for glDepthFunc()
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 bcd1205537e..4d6a08e1247 100644 --- a/src/mapi/glapi/gen/gl_API.xml +++ b/src/mapi/glapi/gen/gl_API.xml @@ -2570,7 +2570,7 @@ <glx rop="163"/> </function> - <function name="DepthFunc" es1="1.0" es2="2.0"> + <function name="DepthFunc" es1="1.0" es2="2.0" no_error="true"> <param name="func" type="GLenum"/> <glx rop="164"/> </function> |