summaryrefslogtreecommitdiff
path: root/shared/radeon_drv.h
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2003-06-10 18:54:17 +0000
committerKeith Whitwell <keith@tungstengraphics.com>2003-06-10 18:54:17 +0000
commit0b01c70d59f6e038b8f90f7be98fb77d771ecc1a (patch)
treea2b6042c0674f04079361c7b57fdcb8527ca40db /shared/radeon_drv.h
parent98840144b120691423038a29e1f0afdc8606cce7 (diff)
Texture rectangle support for r100
Diffstat (limited to 'shared/radeon_drv.h')
-rw-r--r--shared/radeon_drv.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/shared/radeon_drv.h b/shared/radeon_drv.h
index 8b17b9d4..63756479 100644
--- a/shared/radeon_drv.h
+++ b/shared/radeon_drv.h
@@ -669,6 +669,10 @@ extern void radeon_do_release(drm_device_t *dev);
#define R200_RE_POINTSIZE 0x2648
#define R200_SE_TCL_INPUT_VTX_VECTOR_ADDR_0 0x2254
+#define RADEON_PP_TEX_SIZE_0 0x1d04 /* NPOT */
+#define RADEON_PP_TEX_SIZE_1 0x1d0c
+#define RADEON_PP_TEX_SIZE_2 0x1d14
+
#define SE_VAP_CNTL__TCL_ENA_MASK 0x00000001
#define SE_VAP_CNTL__FORCE_W_TO_ONE_MASK 0x00010000