Moved _mesa_VertexAttribPointerNV into varray.c.
authorBrian Paul <brian.paul@tungstengraphics.com>
Fri, 11 Jan 2002 17:25:35 +0000 (17:25 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Fri, 11 Jan 2002 17:25:35 +0000 (17:25 +0000)
commit2edd1807f85a5118dcd0c20156a2d68f5c23d145
treebfde7ca52a845023619bc09c84ae5c72f98ef3c0
parent9927f1978da8530416f699d084dda099720e43e6
Moved _mesa_VertexAttribPointerNV into varray.c.
Removed dead placeholder functions from vpstate.[ch].
Changed gl_client_array's Enabled field to GLuint so it can actually
hold the flags we're storing in it!
Always do the switch (type) code in the vertex array functions to that
<type> gets error checked!
src/mesa/main/mtypes.h
src/mesa/main/varray.c
src/mesa/main/varray.h