diff options
author | Alan Hourihane <alanh@tungstengraphics.com> | 2006-08-03 17:08:39 -0700 |
---|---|---|
committer | Guangdeng Liao <guangdeng.liao@intel.com> | 2006-08-03 17:08:39 -0700 |
commit | 760021e3983f7783900075b8c9603bd4fbe7e0a2 (patch) | |
tree | b993156bbc6f6123ec9a30f9aba89f388bf0a288 /src/i830_common.h | |
parent | e26f3e30b30a57ab4aad0267d689a9a5d7a5e877 (diff) |
Add current Tungsten Graphics code drop for i965 support.
Diffstat (limited to 'src/i830_common.h')
-rw-r--r-- | src/i830_common.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/i830_common.h b/src/i830_common.h index a27bc011..c3ef4cde 100644 --- a/src/i830_common.h +++ b/src/i830_common.h @@ -84,7 +84,7 @@ typedef struct { drmTextureRegion texList[I830_NR_TEX_REGIONS+1]; int last_upload; /* last time texture was uploaded */ int last_enqueue; /* last time a buffer was enqueued */ - int last_dispatch; /* age of the most recently dispatched buffer */ + volatile int last_dispatch; /* age of the most recently dispatched buffer */ int ctxOwner; /* last context to upload state */ int texAge; int pf_enabled; /* is pageflipping allowed? */ @@ -115,6 +115,12 @@ typedef struct { int rotated_size; int rotated_pitch; int virtualX, virtualY; + + unsigned int front_tiled; + unsigned int back_tiled; + unsigned int depth_tiled; + unsigned int rotated_tiled; + unsigned int rotated2_tiled; } drmI830Sarea; /* Flags for perf_boxes |