xf86-video-ati: Branch 'master'

Tilman Sauerbeck tilman at kemper.freedesktop.org
Sun Sep 3 22:17:31 EEST 2006


 src/radeon_driver.c |    9 ---------
 1 files changed, 9 deletions(-)

New commits:
diff-tree 6e92981b024b59c2237f949321f6b2591dada519 (from caaed927a07ffbac68b08246185ef93c1e7bb98c)
Author: Tilman Sauerbeck <tilman at code-monkey.de>
Date:   Sun Sep 3 21:11:10 2006 +0200

    Removed the warning re. the r300 DRI driver status.

diff --git a/src/radeon_driver.c b/src/radeon_driver.c
index 770bb02..403078e 100644
--- a/src/radeon_driver.c
+++ b/src/radeon_driver.c
@@ -5947,15 +5947,6 @@ _X_EXPORT Bool RADEONScreenInit(int scrn
 		       (pScrn->displayWidth * pScrn->virtualY *
 			info->CurrentLayout.pixel_bytes * 3 + 1023) / 1024);
 	    info->directRenderingEnabled = FALSE;
-	} else if (info->ChipFamily >= CHIP_FAMILY_R300)  {
-	       xf86DrvMsg(scrnIndex, X_WARNING,
-	              "Enabling DRM support\n\n"
-                      "\t*** Direct rendering support is highly experimental for Radeon 9500\n"
-		      "\t*** and newer cards. The 3d mesa driver is not provided in this tree.\n"
-		      "\t*** A very experimental (and incomplete) version is available from Mesa CVS.\n" "\t*** Additional information can be found on http://r300.sourceforge.net\n"
-		      "\t*** This message has been last modified on 2005-08-07.\n\n"
-		      );
-               info->directRenderingEnabled = RADEONDRIScreenInit(pScreen);
 	} else {
 	    info->directRenderingEnabled = RADEONDRIScreenInit(pScreen);
 	}



More information about the xorg-commit mailing list