r300: add point attenuation stage for TCL fallbacks

This commit is contained in:
Maciej Cencora 2009-04-24 16:52:33 +02:00 committed by Dave Airlie
parent d014d7d1bb
commit 7f6b13be86

View file

@ -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?