From: Maciej Cencora Date: Fri, 24 Apr 2009 14:52:33 +0000 (+0200) Subject: r300: add point attenuation stage for TCL fallbacks X-Git-Tag: 062012170305~17489^2~5^2~94 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7f6b13be86884486baad1e7750511ce4a2eedde6;p=profile%2Fivi%2Fmesa.git r300: add point attenuation stage for TCL fallbacks --- diff --git a/src/mesa/drivers/dri/r300/r300_context.c b/src/mesa/drivers/dri/r300/r300_context.c index 3bde9ca..5119890 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?