summaryrefslogtreecommitdiffstats
path: root/src/mapi
diff options
context:
space:
mode:
authorSamuel Pitoiset <samuel.pitoiset@gmail.com>2017-06-22 15:19:34 +0200
committerSamuel Pitoiset <samuel.pitoiset@gmail.com>2017-06-23 09:26:43 +0200
commit0a667f03bbf7c180dbee5a2dd14ed302bad4943a (patch)
tree878863d46f5cd4551305d96df6470871acf5764b /src/mapi
parentefd42b5791d0b28b8150ec299b7013e342b87644 (diff)
mesa: add KHR_no_error support for glViewportIndexed*()
Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Reviewed-by: Timothy Arceri <tarceri@itsqueeze.com>
Diffstat (limited to 'src/mapi')
-rw-r--r--src/mapi/glapi/gen/ARB_viewport_array.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mapi/glapi/gen/ARB_viewport_array.xml b/src/mapi/glapi/gen/ARB_viewport_array.xml
index 3e9c65549ef..09bd7d3caf6 100644
--- a/src/mapi/glapi/gen/ARB_viewport_array.xml
+++ b/src/mapi/glapi/gen/ARB_viewport_array.xml
@@ -34,14 +34,14 @@
<param name="count" type="GLsizei"/>
<param name="v" type="const GLfloat *" count="count" count_scale="4"/>
</function>
- <function name="ViewportIndexedf">
+ <function name="ViewportIndexedf" no_error="true">
<param name="index" type="GLuint"/>
<param name="x" type="GLfloat"/>
<param name="y" type="GLfloat"/>
<param name="w" type="GLfloat"/>
<param name="h" type="GLfloat"/>
</function>
- <function name="ViewportIndexedfv">
+ <function name="ViewportIndexedfv" no_error="true">
<param name="index" type="GLuint"/>
<param name="v" type="const GLfloat *" count="4"/>
</function>