From: Keith Whitwell Date: Fri, 11 Feb 2005 18:25:55 +0000 (+0000) Subject: Turn _via_fastrender_stage back on. X-Git-Tag: mesa-7.8~9655 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cc701764461b5761b3a5cfd4595a69667c9f1c29;p=platform%2Fupstream%2Fmesa.git Turn _via_fastrender_stage back on. --- diff --git a/src/mesa/drivers/dri/unichrome/via_context.c b/src/mesa/drivers/dri/unichrome/via_context.c index 297bf69..51ed375 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,