diff options
author | Ian Romanick <[email protected]> | 2005-06-22 17:11:20 +0000 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2005-06-22 17:11:20 +0000 |
commit | 2636e853f60cf6944d04c9eb4bf25e8ef83c1cb3 (patch) | |
tree | 889a3e42746f7ec4111fe3196d2ebf7252da6081 /src/mesa/glapi/gl_API.xml | |
parent | 814e5360b0f556e39f1f55ea4173de412df38f7d (diff) |
Mark GenQueriesARB at 'always_array="true"'. This eliminates the need
to special-case the handling of that function in glX_proto_send.py.
Diffstat (limited to 'src/mesa/glapi/gl_API.xml')
-rw-r--r-- | src/mesa/glapi/gl_API.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/glapi/gl_API.xml b/src/mesa/glapi/gl_API.xml index 49eb6d17e20..2085f0d44ae 100644 --- a/src/mesa/glapi/gl_API.xml +++ b/src/mesa/glapi/gl_API.xml @@ -6721,7 +6721,7 @@ <function name="GenQueriesARB" offset="700"> <param name="n" type="GLsizei" counter="true"/> <param name="ids" type="GLuint *" output="true" count="n"/> - <glx sop="162"/> + <glx sop="162" always_array="true"/> </function> <function name="DeleteQueriesARB" offset="701"> |