Skip to content
Snippets Groups Projects
Commit 7a5dea63 authored by Mathias Fröhlich's avatar Mathias Fröhlich
Browse files

mesa: Use glVertexAttrib*NV functions for fixed function attribs.


In the glArrayElement implementation, use glVertexAttrib*NV type
functions for fixed function attributes. We do the same in display
execution when the list is replayed using immediate mode attribute
functions. Using a single set of function pointers enables to
use a unified loop to walk the vertex array attributes.

Reviewed-by: default avatarBrian Paul <brianp@vmware.com>
Signed-off-by: default avatarMathias Fröhlich <Mathias.Froehlich@web.de>
parent 60076a61
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment