radeon/r200: add RV200 detiling + add an always tiled flag
[mesa.git] / src / mesa / drivers / dri / radeon / radeon_chipset.h
index 10cf348fb5a4d93d52f8891f8054a9dfb6e23126..023c12c790d4e7358672a33939215554d89810c7 100644 (file)
@@ -36,5 +36,6 @@ enum {
 #define RADEON_CHIPSET_TCL             (1 << 0)        /* tcl support - any radeon */
 #define RADEON_CHIPSET_BROKEN_STENCIL  (1 << 1)        /* r100 stencil bug */
 #define R200_CHIPSET_YCBCR_BROKEN      (1 << 2)        /* r200 ycbcr bug */
+#define RADEON_CHIPSET_DEPTH_ALWAYS_TILED (1 << 3)      /* M7 and R200s */
 
 #endif /* _RADEON_CHIPSET_H */