xf86-video-ati: Branch 'master'

Alex Deucher agd5f at kemper.freedesktop.org
Mon Mar 9 14:50:46 PDT 2009


 src/radeon_driver.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 7735e411954fd2cb6105c30ebd5a1b209974ce22
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Mon Mar 9 17:49:25 2009 -0400

    R6xx/r7xx: clarify EXA message

diff --git a/src/radeon_driver.c b/src/radeon_driver.c
index 0842164..cbe5d59 100644
--- a/src/radeon_driver.c
+++ b/src/radeon_driver.c
@@ -1991,7 +1991,7 @@ static Bool RADEONPreInitAccel(ScrnInfoPtr pScrn)
 
     if (info->ChipFamily >= CHIP_FAMILY_R600) {
 	xf86DrvMsg(pScrn->scrnIndex, X_DEFAULT,
-	    "Experimental R6xx/R7xx EXA support.\n");
+	    "Will attempt to use R6xx/R7xx EXA support if DRI is enabled.\n");
 	info->useEXA = TRUE;
     }
 


More information about the xorg-commit mailing list