projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d014d7d
)
r300: add point attenuation stage for TCL fallbacks
author
Maciej Cencora
<m.cencora@gmail.com>
Fri, 24 Apr 2009 14:52:33 +0000
(16:52 +0200)
committer
Dave Airlie
<airlied@linux.ie>
Mon, 27 Apr 2009 09:08:12 +0000
(19:08 +1000)
src/mesa/drivers/dri/r300/r300_context.c
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/dri/r300/r300_context.c
b/src/mesa/drivers/dri/r300/r300_context.c
index 3bde9ca30a845f8d9aa6f895b9430beaeaf8c47e..51198901573d141c608041aaf123465752cef346 100644
(file)
--- 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?