summaryrefslogtreecommitdiffstats
path: root/src/mapi
diff options
context:
space:
mode:
authorSamuel Pitoiset <[email protected]>2017-07-17 21:54:54 +0200
committerSamuel Pitoiset <[email protected]>2017-07-31 13:53:39 +0200
commite4b170e4f061784380505f173eb247af3269d26c (patch)
treee95f068b0a9c5ebe4d6af15ebb18411272f4a8c3 /src/mapi
parent999f2de9a860ff932899cf9982715d3bdd3d0ecf (diff)
mesa: add KHR_no_error support to glDepthRangeArrayv
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/ARB_viewport_array.xml2
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 30c4bca3105..2db829b69a6 100644
--- a/src/mapi/glapi/gen/ARB_viewport_array.xml
+++ b/src/mapi/glapi/gen/ARB_viewport_array.xml
@@ -61,7 +61,7 @@
<param name="index" type="GLuint"/>
<param name="v" type="const GLint *" count="4"/>
</function>
- <function name="DepthRangeArrayv">
+ <function name="DepthRangeArrayv" no_error="true">
<param name="first" type="GLuint"/>
<param name="count" type="GLsizei"/>
<param name="v" type="const GLclampd *" count="count" count_scale="2"/>