diff options
author | Keith Whitwell <[email protected]> | 2001-02-04 00:47:28 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2001-02-04 00:47:28 +0000 |
commit | 71270195d5f48726d22e8371d0119806d9dcb8e0 (patch) | |
tree | 2bbcc267cea8677015c7d915c0938b2bc86d5459 /src/mesa/array_cache/ac_context.h | |
parent | 6e9f8b7cdbe5daf1767d192faef1cbe98ada1324 (diff) |
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.h | 6 |
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 b8c3cef4f84..986c9b8e234 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; |