summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r200
diff options
context:
space:
mode:
authorBrian <brian@yutani.localnet.net>2007-04-16 15:15:23 -0600
committerBrian <brian@yutani.localnet.net>2007-04-16 15:15:23 -0600
commit96e05da1c959b3dad7250ccfad1bf540bbec2fbf (patch)
treef66a974890da3f457fb70cfda3cbdc823b317bc9 /src/mesa/drivers/dri/r200
parent1560de2c3c7f9d4e07b34e805e649769ca5a0cbe (diff)
remove _tnl_arb_vertex_program_stage
Diffstat (limited to 'src/mesa/drivers/dri/r200')
-rw-r--r--src/mesa/drivers/dri/r200/r200_context.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/r200/r200_context.c b/src/mesa/drivers/dri/r200/r200_context.c
index 3abcdf9e18..0507eb86e6 100644
--- a/src/mesa/drivers/dri/r200/r200_context.c
+++ b/src/mesa/drivers/dri/r200/r200_context.c
@@ -192,7 +192,6 @@ static const struct tnl_pipeline_stage *r200_pipeline[] = {
&_tnl_texgen_stage,
&_tnl_texture_transform_stage,
&_tnl_point_attenuation_stage,
- &_tnl_arb_vertex_program_stage,
&_tnl_vertex_program_stage,
/* Try again to go to tcl?
* - no good for asymmetric-twoside (do with multipass)