summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/unichrome/via_common.h
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2004-12-23 18:16:22 +0000
committerKeith Whitwell <keith@tungstengraphics.com>2004-12-23 18:16:22 +0000
commit9876730f7ac0497dcb6342997006be752536b0e3 (patch)
tree6861b2869d15b90f6821bce90f41b012a93bc768 /src/mesa/drivers/dri/unichrome/via_common.h
parent15da29b5e74a92437b9dc95590a9289e33e0a9a6 (diff)
Chop out more dead code.
Get the drawXoff adjustment working a bit better. Seems to pass the glean orthoPos tests.
Diffstat (limited to 'src/mesa/drivers/dri/unichrome/via_common.h')
-rw-r--r--src/mesa/drivers/dri/unichrome/via_common.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/mesa/drivers/dri/unichrome/via_common.h b/src/mesa/drivers/dri/unichrome/via_common.h
index 58eafc9103..52d25c786e 100644
--- a/src/mesa/drivers/dri/unichrome/via_common.h
+++ b/src/mesa/drivers/dri/unichrome/via_common.h
@@ -40,14 +40,6 @@
#define VIA_LOG_MIN_TEX_REGION_SIZE 16
#endif
-#define VIA_UPLOAD_TEX0IMAGE 0x1
-#define VIA_UPLOAD_TEX1IMAGE 0x2
-#define VIA_UPLOAD_CTX 0x4
-#define VIA_UPLOAD_BUFFERS 0x8
-#define VIA_UPLOAD_TEX0 0x10
-#define VIA_UPLOAD_TEX1 0x20
-#define VIA_UPLOAD_CLIPRECTS 0x40
-/*#define VIA_UPLOAD_ALL 0xff*/
/* VIA specific ioctls */
#define DRM_IOCTL_VIA_ALLOCMEM DRM_IOWR(0x40, drm_via_mem_t)