summaryrefslogtreecommitdiff
path: root/src/mesa/tnl/t_pipeline.c
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2004-01-31 19:49:10 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2004-01-31 19:49:10 +0000
commit1e71d2af5ee64d2eec4e2e4bad044d662ee5f066 (patch)
tree447f92eec5fa76b459feb30313e9e13893f98f29 /src/mesa/tnl/t_pipeline.c
parent6bbcae9473eb29b4621aaa344013ebf3bb59ccf5 (diff)
minor #ifdef fix
Diffstat (limited to 'src/mesa/tnl/t_pipeline.c')
-rw-r--r--src/mesa/tnl/t_pipeline.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/tnl/t_pipeline.c b/src/mesa/tnl/t_pipeline.c
index 37ec84a06f..e90e21ba09 100644
--- 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,