From dd3eab848cf352bb96c3d01fe6028d8a4a8e451e Mon Sep 17 00:00:00 2001 From: Alex Deucher Date: Fri, 20 Nov 2009 01:06:49 -0500 Subject: r300: render target limit is 2560 limit was increased to 4021 in r4xx. fixes fdo bug 25191. Signed-off-by: Alex Deucher --- src/radeon.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/radeon.h') diff --git a/src/radeon.h b/src/radeon.h index 5cdc3dbb..1e479f4e 100644 --- a/src/radeon.h +++ b/src/radeon.h @@ -382,6 +382,12 @@ typedef enum { (info->ChipFamily == CHIP_FAMILY_RV560) || \ (info->ChipFamily == CHIP_FAMILY_RV570)) +#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)) + #define IS_R300_3D ((info->ChipFamily == CHIP_FAMILY_R300) || \ (info->ChipFamily == CHIP_FAMILY_RV350) || \ (info->ChipFamily == CHIP_FAMILY_R350) || \ -- cgit v1.2.3