This is because (in glX_API.xml) GetVertexAttribPointerv is aliased to GetVertexAttribPointervARB which is then aliased to GetVertexAttribPointervNV. Either GetVertexAttribPointerv should be aliased directly to GetVertexAttribPointervNV, or GetVertexAttribPointervARB get an entry on its own, I don't know which one is correct.
Created attachment 8507 [details] [review] Fix GetVertexAttribPointerv aliasing. I would vote for making GetVertexAttribPointerv alias GetVertexAttribPointervNV directly. However, it seems like the scripts should be able to follow the alias links (probably hard) or emit an error / warning if a function is aliased to another alias.
committed (c00169fd25336c1425c5457fcd925ba10464f3cf).
Mass version move, cvs -> git
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.