diff options
author | Samuel Pitoiset <[email protected]> | 2017-06-23 18:09:12 +0200 |
---|---|---|
committer | Samuel Pitoiset <[email protected]> | 2017-06-28 10:25:12 +0200 |
commit | 3561d93668234225699734f3cc010defa0fda360 (patch) | |
tree | 7062b9e03581ab51286bde1a8b7a04937375f525 /src/mapi/glapi | |
parent | 9628282f1e8fd7f870c2dba07d0868c8a79743d5 (diff) |
mesa: add KHR_no_error support for glDepthRangeIndexed()
Signed-off-by: Samuel Pitoiset <[email protected]>
Reviewed-by: Timothy Arceri <[email protected]>
Diffstat (limited to 'src/mapi/glapi')
-rw-r--r-- | src/mapi/glapi/gen/ARB_viewport_array.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mapi/glapi/gen/ARB_viewport_array.xml b/src/mapi/glapi/gen/ARB_viewport_array.xml index da5aed6c177..30c4bca3105 100644 --- a/src/mapi/glapi/gen/ARB_viewport_array.xml +++ b/src/mapi/glapi/gen/ARB_viewport_array.xml @@ -66,7 +66,7 @@ <param name="count" type="GLsizei"/> <param name="v" type="const GLclampd *" count="count" count_scale="2"/> </function> - <function name="DepthRangeIndexed"> + <function name="DepthRangeIndexed" no_error="true"> <param name="index" type="GLuint"/> <param name="n" type="GLclampd"/> <param name="f" type="GLclampd"/> |