Bug 9628: no entry for GetVertexAttribPointerv
authorGeorge Sapountzis <gsap7@yahoo.gr>
Sat, 27 Jan 2007 06:16:10 +0000 (08:16 +0200)
committerGeorge Sapountzis <gsap7@yahoo.gr>
Sat, 27 Jan 2007 07:12:57 +0000 (09:12 +0200)
commitc00169fd25336c1425c5457fcd925ba10464f3cf
tree1abcde2ee408597fb1d75c8d9cbf1d5bda213b8a
parentd8df84aae1a8030414a550cb9e4b172803c269b6
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 <idr@us.ibm.com> and regenerate.
src/mesa/drivers/dri/common/extension_helper.h
src/mesa/glapi/gl_API.xml
src/mesa/glapi/glapitemp.h
src/mesa/glapi/glprocs.h
src/mesa/main/enums.c
src/mesa/sparc/glapi_sparc.S
src/mesa/x86-64/glapi_x86-64.S
src/mesa/x86/glapi_x86.S