diff options
author | Brian <[email protected]> | 2007-04-16 15:15:23 -0600 |
---|---|---|
committer | Brian <[email protected]> | 2007-04-16 15:15:23 -0600 |
commit | 96e05da1c959b3dad7250ccfad1bf540bbec2fbf (patch) | |
tree | f66a974890da3f457fb70cfda3cbdc823b317bc9 /src/mesa/drivers/dri/mga | |
parent | 1560de2c3c7f9d4e07b34e805e649769ca5a0cbe (diff) |
remove _tnl_arb_vertex_program_stage
Diffstat (limited to 'src/mesa/drivers/dri/mga')
-rw-r--r-- | src/mesa/drivers/dri/mga/mga_xmesa.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/mga/mga_xmesa.c b/src/mesa/drivers/dri/mga/mga_xmesa.c index 5b65d1a3028..f4e651afa0c 100644 --- a/src/mesa/drivers/dri/mga/mga_xmesa.c +++ b/src/mesa/drivers/dri/mga/mga_xmesa.c @@ -372,7 +372,6 @@ static const struct tnl_pipeline_stage *mga_pipeline[] = { &_tnl_fog_coordinate_stage, &_tnl_texgen_stage, &_tnl_texture_transform_stage, - &_tnl_arb_vertex_program_stage, &_tnl_vertex_program_stage, /* REMOVE: point attenuation stage */ |