summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin E. Martin <kem-at-freedesktop-dot-org>2004-08-06 20:07:35 +0000
committerKevin E. Martin <kem-at-freedesktop-dot-org>2004-08-06 20:07:35 +0000
commit46822134c94142528a367650ecf0e27013c1d1c4 (patch)
tree7d21b1ac6d2a786d86f446ab805c9514a3c34818
parent3a054dceb2d8d934d4e985e4b9e8b0ef28692518 (diff)
Disable Render acceleration in Radeon driver temporarily until it no longer
conflicts with the 3D code.
-rw-r--r--src/radeon_driver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/radeon_driver.c b/src/radeon_driver.c
index b5e6273..14a4c7a 100644
--- a/src/radeon_driver.c
+++ b/src/radeon_driver.c
@@ -2487,7 +2487,7 @@ static Bool RADEONPreInitConfig(ScrnInfoPtr pScrn)
#ifdef RENDER
info->RenderAccel = xf86ReturnOptValBool (info->Options,
- OPTION_RENDER_ACCEL, TRUE);
+ OPTION_RENDER_ACCEL, FALSE);
#endif
return TRUE;