diff options
author | Keith Whitwell <keith@tungstengraphics.com> | 2005-02-11 18:25:55 +0000 |
---|---|---|
committer | Keith Whitwell <keith@tungstengraphics.com> | 2005-02-11 18:25:55 +0000 |
commit | cc701764461b5761b3a5cfd4595a69667c9f1c29 (patch) | |
tree | 462161916be4a53a8bce940d741f847cb3eac9c5 /src/mesa | |
parent | a0c85249244e1af8dac88076d5f384cf4bd01236 (diff) |
Turn _via_fastrender_stage back on.
Diffstat (limited to 'src/mesa')
-rw-r--r-- | src/mesa/drivers/dri/unichrome/via_context.c | 2 |
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 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, |