summaryrefslogtreecommitdiff
path: root/src/mesa/array_cache/ac_context.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/array_cache/ac_context.h')
-rw-r--r--src/mesa/array_cache/ac_context.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/mesa/array_cache/ac_context.h b/src/mesa/array_cache/ac_context.h
index 986c9b8e23..18a639b3f8 100644
--- a/src/mesa/array_cache/ac_context.h
+++ b/src/mesa/array_cache/ac_context.h
@@ -1,11 +1,10 @@
-
-/* $Id: ac_context.h,v 1.2 2001/02/04 00:47:28 keithw Exp $ */
+/* $Id: ac_context.h,v 1.3 2001/03/12 00:48:41 gareth Exp $ */
/*
* Mesa 3-D graphics library
* Version: 3.5
*
- * Copyright (C) 1999 Brian Paul All Rights Reserved.
+ * Copyright (C) 1999-2001 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"),
@@ -24,7 +23,7 @@
* AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
- * Author:
+ * Authors:
* Keith Whitwell <keithw@valinux.com>
*/
@@ -85,7 +84,7 @@ typedef struct {
struct ac_array_flags IsCached;
GLuint start;
GLuint count;
-
+
/* Facility for importing element lists:
*/
GLuint *Elts;