From cc701764461b5761b3a5cfd4595a69667c9f1c29 Mon Sep 17 00:00:00 2001 From: Keith Whitwell Date: Fri, 11 Feb 2005 18:25:55 +0000 Subject: Turn _via_fastrender_stage back on. --- src/mesa/drivers/dri/unichrome/via_context.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mesa') diff --git a/src/mesa/drivers/dri/unichrome/via_context.c b/src/mesa/drivers/dri/unichrome/via_context.c index 297bf69775..51ed375bb3 100644 --- a/src/mesa/drivers/dri/unichrome/via_context.c +++ b/src/mesa/drivers/dri/unichrome/via_context.c @@ -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, -- cgit v1.2.3