From 2edd1807f85a5118dcd0c20156a2d68f5c23d145 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Fri, 11 Jan 2002 17:25:35 +0000 Subject: 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 gets error checked! --- src/mesa/main/mtypes.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mesa/main/mtypes.h') diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h index dcf9d4bcf2..977b4bbf73 100644 --- a/src/mesa/main/mtypes.h +++ b/src/mesa/main/mtypes.h @@ -1,4 +1,4 @@ -/* $Id: mtypes.h,v 1.60 2002/01/06 20:39:19 brianp Exp $ */ +/* $Id: mtypes.h,v 1.61 2002/01/11 17:25:35 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -1034,7 +1034,7 @@ struct gl_client_array { GLsizei StrideB; /* actual stride in bytes */ void *Ptr; GLuint Flags; - GLboolean Enabled; + GLuint Enabled; /* one of the _NEW_ARRAY_ bits */ }; -- cgit v1.2.3