summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2005-02-11 18:26:53 +0000
committerKeith Whitwell <keith@tungstengraphics.com>2005-02-11 18:26:53 +0000
commit1b5d082c3d65d7cbab1b862fc6ed6aa824938641 (patch)
treeec902c4668b497993a746bbe3254e472867e3b08
parent03d1c44be8eeac575ddb8d01b58215ab0b8a2747 (diff)
Turn _via_fastrender_stage back on.
-rw-r--r--src/mesa/drivers/dri/unichrome/via_context.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/unichrome/via_context.c b/src/mesa/drivers/dri/unichrome/via_context.c
index 928dce2a7c..b4385eb50f 100644
--- a/src/mesa/drivers/dri/unichrome/via_context.c
+++ b/src/mesa/drivers/dri/unichrome/via_context.c
@@ -268,7 +268,7 @@ static const struct tnl_pipeline_stage *via_pipeline[] = {
&_tnl_texgen_stage,
&_tnl_texture_transform_stage,
/* REMOVE: point attenuation stage */
-#if 0
+#if 1
&_via_fastrender_stage, /* ADD: unclipped rastersetup-to-dma */
#endif
&_tnl_render_stage,