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.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mesa/array_cache/ac_context.h b/src/mesa/array_cache/ac_context.h
index b8c3cef4f8..986c9b8e23 100644
--- a/src/mesa/array_cache/ac_context.h
+++ b/src/mesa/array_cache/ac_context.h
@@ -1,5 +1,5 @@
-/* $Id: ac_context.h,v 1.1 2000/12/26 15:14:04 keithw Exp $ */
+/* $Id: ac_context.h,v 1.2 2001/02/04 00:47:28 keithw Exp $ */
/*
* Mesa 3-D graphics library
@@ -81,8 +81,8 @@ typedef struct {
*/
struct ac_arrays Fallback;
struct ac_arrays Cache;
- struct ac_array_pointers Current;
- struct ac_array_flags Writeable;
+ struct ac_arrays Raw;
+ struct ac_array_flags IsCached;
GLuint start;
GLuint count;