Bug 9268

Summary: no entry for GetVertexAttribPointerv
Product: Mesa Reporter: George - <fufutos610>
Component: Mesa coreAssignee: mesa-dev
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: high    
Version: git   
Hardware: x86 (IA32)   
OS: Linux (All)   
Whiteboard:
i915 platform: i915 features:
Attachments: Fix GetVertexAttribPointerv aliasing.

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.