From: Keith Whitwell Date: Fri, 11 Feb 2005 18:25:55 +0000 (+0000) Subject: Turn _via_fastrender_stage back on. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=cc701764461b5761b3a5cfd4595a69667c9f1c29;p=mesa.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 297bf697752..51ed375bb3c 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,