projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
96e05da
)
remove _tnl_arb_vertex_program_stage
author
Brian
<brian@yutani.localnet.net>
Mon, 16 Apr 2007 21:15:53 +0000
(15:15 -0600)
committer
Brian
<brian@yutani.localnet.net>
Mon, 16 Apr 2007 21:15:53 +0000
(15:15 -0600)
src/mesa/drivers/glide/fxdd.c
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/glide/fxdd.c
b/src/mesa/drivers/glide/fxdd.c
index 43d3cd94051a7c8d1edd1f6d1f42d793fd24c77d..4e56f7bde50881bde789c72917424d3b4d78112d 100644
(file)
--- a/
src/mesa/drivers/glide/fxdd.c
+++ b/
src/mesa/drivers/glide/fxdd.c
@@
-1663,7
+1663,6
@@
static const struct tnl_pipeline_stage *fx_pipeline[] = {
&_tnl_texture_transform_stage,
&_tnl_point_attenuation_stage,
#if defined(FEATURE_NV_vertex_program) || defined(FEATURE_ARB_vertex_program)
- &_tnl_arb_vertex_program_stage,
&_tnl_vertex_program_stage,
#endif
&_tnl_render_stage,