projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6bbcae9
)
minor #ifdef fix
author
Brian Paul
<brian.paul@tungstengraphics.com>
Sat, 31 Jan 2004 19:49:10 +0000
(19:49 +0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Sat, 31 Jan 2004 19:49:10 +0000
(19:49 +0000)
src/mesa/tnl/t_pipeline.c
patch
|
blob
|
history
diff --git
a/src/mesa/tnl/t_pipeline.c
b/src/mesa/tnl/t_pipeline.c
index 37ec84a06f4c1207bdcc58b3841c16bb920d0e0d..e90e21ba09bf74597021bfc7e08339d84ac54652 100644
(file)
--- a/
src/mesa/tnl/t_pipeline.c
+++ b/
src/mesa/tnl/t_pipeline.c
@@
-208,7
+208,7
@@
const struct tnl_pipeline_stage *_tnl_default_pipeline[] = {
&_tnl_texgen_stage,
&_tnl_texture_transform_stage,
&_tnl_point_attenuation_stage,
-#if
FEATURE_NV_vertex_program
+#if
defined(FEATURE_NV_vertex_program) || defined(FEATURE_ARB_vertex_program)
&_tnl_vertex_program_stage,
#endif
&_tnl_render_stage,