diff options
author | Keith Whitwell <[email protected]> | 2004-12-21 22:42:00 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2004-12-21 22:42:00 +0000 |
commit | 302c5694c681fb19e4b1855ed82a87c2d0ba5de4 (patch) | |
tree | 4c6fa7f2b493685f1da9b49295b3acb0c62bf626 /src/mesa/drivers/dri/unichrome/via_context.h | |
parent | 1d27084043855d2609b54d3435f0bd85e39762e2 (diff) |
Push a number of global variables into the viaContext struct.unichrome-last-xinerama
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.h | 3 |
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 88054301e86..41ce1ce0954 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; |