diff options
author | Maciej Cencora <[email protected]> | 2009-04-24 16:52:33 +0200 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2009-04-27 19:08:12 +1000 |
commit | 7f6b13be86884486baad1e7750511ce4a2eedde6 (patch) | |
tree | cba2e94bea9cc3e8ed1f20771e783c5f2be05246 /src/mesa/drivers/dri/r300 | |
parent | d014d7d1bb33592f89fb08e8b656c27d67f9a3d3 (diff) |
r300: add point attenuation stage for TCL fallbacks
Diffstat (limited to 'src/mesa/drivers/dri/r300')
-rw-r--r-- | src/mesa/drivers/dri/r300/r300_context.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/r300/r300_context.c b/src/mesa/drivers/dri/r300/r300_context.c index 3bde9ca30a8..51198901573 100644 --- a/src/mesa/drivers/dri/r300/r300_context.c +++ b/src/mesa/drivers/dri/r300/r300_context.c @@ -172,6 +172,7 @@ static const struct tnl_pipeline_stage *r300_pipeline[] = { &_tnl_fog_coordinate_stage, &_tnl_texgen_stage, &_tnl_texture_transform_stage, + &_tnl_point_attenuation_stage, &_tnl_vertex_program_stage, /* Try again to go to tcl? |