-/* $Id: varray.h,v 1.1 1999/08/19 00:55:41 jtg Exp $ */
+/* $Id: varray.h,v 1.2 1999/09/09 23:48:02 brianp Exp $ */
/*
* Mesa 3-D graphics library
*/
-
-
-
#ifndef VARRAY_H
#define VARRAY_H
GLsizei stride, const GLboolean *ptr );
-extern void gl_GetPointerv( GLcontext *ctx, GLenum pname, GLvoid **params );
-
-
-
extern void gl_DrawArrays( GLcontext *ctx,
GLenum mode, GLint first, GLsizei count );
GLuint end, GLsizei count, GLenum type,
const GLvoid *indices );
+
extern void gl_save_DrawRangeElements( GLcontext *ctx, GLenum mode,
GLuint start, GLuint end, GLsizei count,
GLenum type, const GLvoid *indices );
-
extern void gl_exec_array_elements( GLcontext *ctx,
struct immediate *IM );
extern void gl_update_client_state( GLcontext *ctx );
#endif
-
-
-