diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2017-12-31 06:39:08 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2017-12-31 06:39:08 +0000 |
commit | 2dae6fe6f74cf7fb9fd65285302c0331d9786b00 (patch) | |
tree | 04651e732331dc50a34e063cbaa0c394ccfcd327 /lib/mesa/src/mapi/glapi/gen/ARB_viewport_array.xml | |
parent | b90fb74e3c85f2799d21d1e07bf91c5fb8359eb8 (diff) |
Import Mesa 17.2.8
Diffstat (limited to 'lib/mesa/src/mapi/glapi/gen/ARB_viewport_array.xml')
-rw-r--r-- | lib/mesa/src/mapi/glapi/gen/ARB_viewport_array.xml | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/lib/mesa/src/mapi/glapi/gen/ARB_viewport_array.xml b/lib/mesa/src/mapi/glapi/gen/ARB_viewport_array.xml index ebd5b99c8..30c4bca31 100644 --- a/lib/mesa/src/mapi/glapi/gen/ARB_viewport_array.xml +++ b/lib/mesa/src/mapi/glapi/gen/ARB_viewport_array.xml @@ -29,44 +29,44 @@ <enum name="PROVOKING_VERTEX" value="0x8E4F"/> <enum name="UNDEFINED_VERTEX" value="0x8260"/> - <function name="ViewportArrayv"> + <function name="ViewportArrayv" no_error="true"> <param name="first" type="GLuint"/> <param name="count" type="GLsizei"/> - <param name="v" type="const GLfloat *"/> + <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 *"/> + <param name="v" type="const GLfloat *" count="4"/> </function> - <function name="ScissorArrayv"> + <function name="ScissorArrayv" no_error="true"> <param name="first" type="GLuint"/> <param name="count" type="GLsizei"/> - <param name="v" type="const int *"/> + <param name="v" type="const int *" count="count" count_scale="4"/> </function> - <function name="ScissorIndexed"> + <function name="ScissorIndexed" no_error="true"> <param name="index" type="GLuint"/> <param name="left" type="GLint"/> <param name="bottom" type="GLint"/> <param name="width" type="GLsizei"/> <param name="height" type="GLsizei"/> </function> - <function name="ScissorIndexedv"> + <function name="ScissorIndexedv" no_error="true"> <param name="index" type="GLuint"/> - <param name="v" type="const GLint *"/> + <param name="v" type="const GLint *" count="4"/> </function> <function name="DepthRangeArrayv"> <param name="first" type="GLuint"/> <param name="count" type="GLsizei"/> - <param name="v" type="const GLclampd *"/> + <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"/> |