summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/mga/mga_xmesa.h
diff options
context:
space:
mode:
authorIan Romanick <idr@us.ibm.com>2005-05-12 23:15:38 +0000
committerIan Romanick <idr@us.ibm.com>2005-05-12 23:15:38 +0000
commitc9a69a69689e0cc26fb4708f7f76ab632af88eca (patch)
treec7a876e4012c813fc6ed82b87815376aa8cabd60 /src/mesa/drivers/dri/mga/mga_xmesa.h
parent269e3895d9837ac7303b91948f003ca5c12c0fe4 (diff)
Remove some unused structure fields, add some comments, and ifdef out some
dead code. This is just some clean-up work which should not have any functional impact.
Diffstat (limited to 'src/mesa/drivers/dri/mga/mga_xmesa.h')
-rw-r--r--src/mesa/drivers/dri/mga/mga_xmesa.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mesa/drivers/dri/mga/mga_xmesa.h b/src/mesa/drivers/dri/mga/mga_xmesa.h
index 51cc129580..2bc0eaa9d5 100644
--- a/src/mesa/drivers/dri/mga/mga_xmesa.h
+++ b/src/mesa/drivers/dri/mga/mga_xmesa.h
@@ -61,8 +61,6 @@ typedef struct mga_screen_private_s {
unsigned int depthPitch;
int depthCpp;
- unsigned int dmaOffset;
-
unsigned int textureOffset[MGA_NR_TEX_HEAPS];
unsigned int textureSize[MGA_NR_TEX_HEAPS];
int logTextureGranularity[MGA_NR_TEX_HEAPS];
@@ -73,9 +71,7 @@ typedef struct mga_screen_private_s {
drmBufMapPtr bufs;
drmRegion mmio;
- drmRegion status;
drmRegion primary;
- drmRegion buffers;
unsigned int sarea_priv_offset;
/* Configuration cache with default values for all contexts */