xf86-video-ati: Branch 'master'

Alex Deucher agd5f at kemper.freedesktop.org
Wed May 27 15:38:24 PDT 2009


 src/radeon_exa_funcs.c |    5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

New commits:
commit ee0424078a3ea26f58c2998c9e58e065fb63f1a0
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Wed May 27 18:37:58 2009 -0400

    radeon: remove dead code

diff --git a/src/radeon_exa_funcs.c b/src/radeon_exa_funcs.c
index 7a27565..3804498 100644
--- a/src/radeon_exa_funcs.c
+++ b/src/radeon_exa_funcs.c
@@ -491,10 +491,7 @@ Bool FUNC_NAME(RADEONDrawInit)(ScreenPtr pScreen)
 
 #ifdef RENDER
     if (info->RenderAccel) {
-	if (info->ChipFamily >= CHIP_FAMILY_R600)
-		xf86DrvMsg(pScrn->scrnIndex, X_INFO, "Render acceleration "
-			       "unsupported on R600 and newer cards.\n");
-	else if (IS_R300_3D || IS_R500_3D) {
+	if (IS_R300_3D || IS_R500_3D) {
 	    if ((info->ChipFamily < CHIP_FAMILY_RS400)
 #ifdef XF86DRI
 		|| (info->directRenderingEnabled)


More information about the xorg-commit mailing list