Summary: | arbvptest3 segfaults because of bad index to tnl->vtx.tabfv | ||
---|---|---|---|
Product: | Mesa | Reporter: | Tilman Sauerbeck <tilman> |
Component: | Mesa core | Assignee: | mesa-dev |
Status: | RESOLVED FIXED | QA Contact: | |
Severity: | normal | ||
Priority: | high | Keywords: | patch |
Version: | git | ||
Hardware: | x86 (IA32) | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: | Don't add VERT_ATTRIB_GENERIC0 to the indices |
Description
Tilman Sauerbeck
2006-04-19 22:28:22 UTC
Created attachment 5376 [details] [review] Don't add VERT_ATTRIB_GENERIC0 to the indices I'm guessing the fix doesn't need to be applied to _tnl_VertexAttrib3fARB only. We're kind of mid-way through some vertex attrib changes. Previously the generic vertex attribs aliased the conventional attribs. With OpenGL 2.0, however, the generic attribs are separate from the conventional attribs (no aliasing). I'll have to examine some other code before making these changes. Works for me now. 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.