summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTilman Sauerbeck <tilman@code-monkey.de>2006-09-03 21:11:10 +0200
committerTilman Sauerbeck <tilman@code-monkey.de>2006-09-03 21:11:10 +0200
commit6e92981b024b59c2237f949321f6b2591dada519 (patch)
tree842503db247b8502d16c0846fc709a0d9587b5cc
parentcaaed927a07ffbac68b08246185ef93c1e7bb98c (diff)
Removed the warning re. the r300 DRI driver status.
-rw-r--r--src/radeon_driver.c9
1 files changed, 0 insertions, 9 deletions
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 scrnIndex, ScreenPtr pScreen,
(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);
}