diff options
author | George Sapountzis <[email protected]> | 2007-01-27 08:16:10 +0200 |
---|---|---|
committer | George Sapountzis <[email protected]> | 2007-01-27 09:12:57 +0200 |
commit | c00169fd25336c1425c5457fcd925ba10464f3cf (patch) | |
tree | 1abcde2ee408597fb1d75c8d9cbf1d5bda213b8a /src/mesa/glapi/gl_API.xml | |
parent | d8df84aae1a8030414a550cb9e4b172803c269b6 (diff) |
Bug 9628: no entry for GetVertexAttribPointerv
This is because (in glX_API.xml) GetVertexAttribPointerv is aliased to
GetVertexAttribPointervARB which is then aliased to GetVertexAttribPointervNV.
Make GetVertexAttribPointerv alias GetVertexAttribPointervNV directly. Patch
by Ian Romanick <[email protected]> and regenerate.
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 905c4a03a67..687dffbcac9 100644 --- a/src/mesa/glapi/gl_API.xml +++ b/src/mesa/glapi/gl_API.xml @@ -5318,7 +5318,7 @@ <glx ignore="true"/> </function> - <function name="GetVertexAttribPointerv" alias="GetVertexAttribPointervARB"> + <function name="GetVertexAttribPointerv" alias="GetVertexAttribPointervNV"> <param name="index" type="GLuint"/> <param name="pname" type="GLenum"/> <param name="pointer" type="GLvoid **" output="true"/> |