summaryrefslogtreecommitdiffstats
path: root/src/mesa/array_cache/ac_context.h
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2001-02-04 00:47:28 +0000
committerKeith Whitwell <keith@tungstengraphics.com>2001-02-04 00:47:28 +0000
commit71270195d5f48726d22e8371d0119806d9dcb8e0 (patch)
tree2bbcc267cea8677015c7d915c0938b2bc86d5459 /src/mesa/array_cache/ac_context.h
parent6e9f8b7cdbe5daf1767d192faef1cbe98ada1324 (diff)
downloadexternal_mesa3d-71270195d5f48726d22e8371d0119806d9dcb8e0.zip
external_mesa3d-71270195d5f48726d22e8371d0119806d9dcb8e0.tar.gz
external_mesa3d-71270195d5f48726d22e8371d0119806d9dcb8e0.tar.bz2
rework to correctly respect _ac_import_range()
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 b8c3cef..986c9b8 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;