Turn _via_fastrender_stage back on.
authorKeith Whitwell <keith@tungstengraphics.com>
Fri, 11 Feb 2005 18:25:55 +0000 (18:25 +0000)
committerKeith Whitwell <keith@tungstengraphics.com>
Fri, 11 Feb 2005 18:25:55 +0000 (18:25 +0000)
src/mesa/drivers/dri/unichrome/via_context.c

index 297bf69..51ed375 100644 (file)
@@ -273,7 +273,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,