summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/unichrome/via_context.h
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2004-12-21 22:42:00 +0000
committerKeith Whitwell <keith@tungstengraphics.com>2004-12-21 22:42:00 +0000
commit302c5694c681fb19e4b1855ed82a87c2d0ba5de4 (patch)
tree4c6fa7f2b493685f1da9b49295b3acb0c62bf626 /src/mesa/drivers/dri/unichrome/via_context.h
parent1d27084043855d2609b54d3435f0bd85e39762e2 (diff)
downloadexternal_mesa3d-302c5694c681fb19e4b1855ed82a87c2d0ba5de4.zip
external_mesa3d-302c5694c681fb19e4b1855ed82a87c2d0ba5de4.tar.gz
external_mesa3d-302c5694c681fb19e4b1855ed82a87c2d0ba5de4.tar.bz2
Push a number of global variables into the viaContext struct.
Remove the bogus 'current_vmesa' pointer.
Diffstat (limited to 'src/mesa/drivers/dri/unichrome/via_context.h')
-rw-r--r--src/mesa/drivers/dri/unichrome/via_context.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/unichrome/via_context.h b/src/mesa/drivers/dri/unichrome/via_context.h
index 8805430..41ce1ce 100644
--- a/src/mesa/drivers/dri/unichrome/via_context.h
+++ b/src/mesa/drivers/dri/unichrome/via_context.h
@@ -292,6 +292,9 @@ struct via_context_t {
GLuint* agpBase;
GLuint drawType;
+ GLuint nDoneFirstFlip;
+ GLuint agpFullCount;
+
/* Configuration cache
*/
driOptionCache optionCache;