Mesa (radeon-rewrite): r300: add point attenuation stage for TCL fallbacks

Dave Airlie airlied at kemper.freedesktop.org
Mon Apr 27 09:09:01 UTC 2009


Module: Mesa
Branch: radeon-rewrite
Commit: 7f6b13be86884486baad1e7750511ce4a2eedde6
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=7f6b13be86884486baad1e7750511ce4a2eedde6

Author: Maciej Cencora <m.cencora at gmail.com>
Date:   Fri Apr 24 16:52:33 2009 +0200

r300: add point attenuation stage for TCL fallbacks

---

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




More information about the mesa-commit mailing list