Bug 9268 - no entry for GetVertexAttribPointerv
Summary: no entry for GetVertexAttribPointerv
Status: RESOLVED FIXED
Alias: None
Product: Mesa
Classification: Unclassified
Component: Mesa core (show other bugs)
Version: git
Hardware: x86 (IA32) Linux (All)
: high normal
Assignee: mesa-dev
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-12-06 16:48 UTC by George -
Modified: 2009-08-24 12:25 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments
Fix GetVertexAttribPointerv aliasing. (549 bytes, patch)
2007-01-26 11:03 UTC, Ian Romanick
Details | Splinter Review

Description George - 2006-12-06 16:48:55 UTC
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.
Comment 1 Ian Romanick 2007-01-26 11:03:18 UTC
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.
Comment 2 George - 2007-01-26 23:15:17 UTC
committed (c00169fd25336c1425c5457fcd925ba10464f3cf).
Comment 3 Adam Jackson 2009-08-24 12:25:28 UTC
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.