aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEric Anholt <[email protected]>2005-10-24 21:19:06 +0000
committerEric Anholt <[email protected]>2005-10-24 21:19:06 +0000
commit310f1551b45b190b52ee4c7a7a2beda4becfcf3f (patch)
tree48ee352d20eae45eff9d7bc16b51265295170481 /src
parent32340aea1308153dad5c105fc0748aea1e4c37ee (diff)
Turn off the AGP dispatch path yet again, as it seems to be broken (found with
tuxracer and the upcoming support for secondary color).
Diffstat (limited to 'src')
-rw-r--r--src/mesa/drivers/dri/sis/sis_screen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/sis/sis_screen.c b/src/mesa/drivers/dri/sis/sis_screen.c
index 7409fd59398..5dde9bb47bd 100644
--- a/src/mesa/drivers/dri/sis/sis_screen.c
+++ b/src/mesa/drivers/dri/sis/sis_screen.c
@@ -57,7 +57,7 @@ DRI_CONF_BEGIN
DRI_CONF_TEXTURE_DEPTH(DRI_CONF_TEXTURE_DEPTH_FB)
DRI_CONF_SECTION_END
DRI_CONF_SECTION_DEBUG
- SIS_AGP_DISABLE(false)
+ SIS_AGP_DISABLE(true)
DRI_CONF_NO_RAST(false)
DRI_CONF_SECTION_END
DRI_CONF_END;