OSDN Git Service

r300: add point attenuation stage for TCL fallbacks
authorMaciej Cencora <m.cencora@gmail.com>
Fri, 24 Apr 2009 14:52:33 +0000 (16:52 +0200)
committerDave Airlie <airlied@linux.ie>
Mon, 27 Apr 2009 09:08:12 +0000 (19:08 +1000)
src/mesa/drivers/dri/r300/r300_context.c

index 3bde9ca..5119890 100644 (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?