summaryrefslogtreecommitdiff
path: root/src/mesa/main/varray.h
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2000-01-13 00:35:09 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2000-01-13 00:35:09 +0000
commit80c6243e8b7a18114089b2411e68c1083a874cba (patch)
treefaab40a5b25ea7d7c8c2e26a99376f25b8d880ee /src/mesa/main/varray.h
parent62c184258b7421b20e368ba574d1d4e330e5cb64 (diff)
added _mesa_ArrayElement() proto
Diffstat (limited to 'src/mesa/main/varray.h')
-rw-r--r--src/mesa/main/varray.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/mesa/main/varray.h b/src/mesa/main/varray.h
index f4d0981b10..1387270c81 100644
--- a/src/mesa/main/varray.h
+++ b/src/mesa/main/varray.h
@@ -1,10 +1,10 @@
-/* $Id: varray.h,v 1.5 1999/11/11 01:22:28 brianp Exp $ */
+/* $Id: varray.h,v 1.6 2000/01/13 00:35:09 brianp Exp $ */
/*
* Mesa 3-D graphics library
* Version: 3.1
*
- * Copyright (C) 1999 Brian Paul All Rights Reserved.
+ * Copyright (C) 1999-2000 Brian Paul All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
@@ -59,6 +59,10 @@ _mesa_EdgeFlagPointer(GLsizei stride, const GLvoid *ptr);
extern void
+_mesa_ArrayElement( GLint );
+
+
+extern void
_mesa_DrawArrays(GLenum mode, GLint first, GLsizei count);