diff options
author | Alex Deucher <alex@cube.(none)> | 2008-05-14 13:36:38 -0400 |
---|---|---|
committer | Alex Deucher <alex@cube.(none)> | 2008-05-14 13:36:38 -0400 |
commit | 71fa57f871dba03260dba2180ce1dab44048ac1a (patch) | |
tree | e403c73f05d7ce87c4e5265cb18eb654b23f7934 /src/radeon_exa_render.c | |
parent | 582c1a1b2c7b1032e9f9f54ca36100c57f580c5c (diff) |
Add RS600 support
Diffstat (limited to 'src/radeon_exa_render.c')
-rw-r--r-- | src/radeon_exa_render.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/radeon_exa_render.c b/src/radeon_exa_render.c index 38959e65..99a59e64 100644 --- a/src/radeon_exa_render.c +++ b/src/radeon_exa_render.c @@ -2110,6 +2110,7 @@ static void FUNC_NAME(RadeonDoneComposite)(PixmapPtr pDst) if (IS_R500_3D || ((info->ChipFamily == CHIP_FAMILY_RS400) || (info->ChipFamily == CHIP_FAMILY_RS480) || + (info->ChipFamily == CHIP_FAMILY_RS600) || (info->ChipFamily == CHIP_FAMILY_RS690) || (info->ChipFamily == CHIP_FAMILY_RS740))) { /* r500 shows corruption on small things like glyphs without a 3D idle |