summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/radeon.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/radeon.h b/src/radeon.h
index 13f224f2..0ad14114 100644
--- a/src/radeon.h
+++ b/src/radeon.h
@@ -217,11 +217,11 @@ typedef enum {
(info->ChipFamily == CHIP_FAMILY_RV560) || \
(info->ChipFamily == CHIP_FAMILY_RV570))
+/* RS6xx, RS740 are technically R4xx as well, but the
+ * clipping hardware seems to follow the r3xx restrictions
+ */
#define IS_R400_3D ((info->ChipFamily == CHIP_FAMILY_R420) || \
- (info->ChipFamily == CHIP_FAMILY_RV410) || \
- (info->ChipFamily == CHIP_FAMILY_RS690) || \
- (info->ChipFamily == CHIP_FAMILY_RS600) || \
- (info->ChipFamily == CHIP_FAMILY_RS740))
+ (info->ChipFamily == CHIP_FAMILY_RV410))
#define IS_R300_3D ((info->ChipFamily == CHIP_FAMILY_R300) || \
(info->ChipFamily == CHIP_FAMILY_RV350) || \