summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Anholt <anholt@FreeBSD.org>2004-08-17 20:22:55 +0000
committerEric Anholt <anholt@FreeBSD.org>2004-08-17 20:22:55 +0000
commitb3011530fde67387dfda375cf0fa6a1b0a5b09ad (patch)
tree2359190641b713a8b835f6b1cbe7c6216d38e30e
parent628c1d0518c535a389c8a4de46ab96cd87c62ea2 (diff)
Reenable Radeon Render acceleration now that interactions with 3D clientsXORG-6_7_99_902
should be resolved.
-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 bfc132d..f4103a2 100644
--- a/src/radeon_driver.c
+++ b/src/radeon_driver.c
@@ -2489,7 +2489,7 @@ static Bool RADEONPreInitConfig(ScrnInfoPtr pScrn)
#ifdef RENDER
info->RenderAccel = xf86ReturnOptValBool (info->Options,
- OPTION_RENDER_ACCEL, FALSE);
+ OPTION_RENDER_ACCEL, TRUE);
#endif
return TRUE;