remove _tnl_arb_vertex_program_stage
authorBrian <brian@yutani.localnet.net>
Mon, 16 Apr 2007 21:15:23 +0000 (15:15 -0600)
committerBrian <brian@yutani.localnet.net>
Mon, 16 Apr 2007 21:15:23 +0000 (15:15 -0600)
src/mesa/drivers/dri/i915/intel_context.c
src/mesa/drivers/dri/i915tex/intel_context.c
src/mesa/drivers/dri/mga/mga_xmesa.c
src/mesa/drivers/dri/r200/r200_context.c
src/mesa/drivers/dri/r300/r300_context.c
src/mesa/drivers/dri/tdfx/tdfx_context.c

index d201fcf323a0092fd86e4a75a914020151cc930d..e1e7cdb7233b645ccbb55c40eb2a9880f6008c04 100644 (file)
@@ -196,7 +196,6 @@ static const struct tnl_pipeline_stage *intel_pipeline[] = {
    &_tnl_texgen_stage,
    &_tnl_texture_transform_stage,
    &_tnl_point_attenuation_stage,
-   &_tnl_arb_vertex_program_stage,
    &_tnl_vertex_program_stage,
 #if 1
    &_intel_render_stage,     /* ADD: unclipped rastersetup-to-dma */
index 6a3456e154b176751dbdb2b42467cd9fbb0e8b4f..c6c66e26caea6816c1a3ee1b659c55ce147342a3 100644 (file)
@@ -209,7 +209,6 @@ static const struct tnl_pipeline_stage *intel_pipeline[] = {
    &_tnl_texgen_stage,
    &_tnl_texture_transform_stage,
    &_tnl_point_attenuation_stage,
-   &_tnl_arb_vertex_program_stage,
    &_tnl_vertex_program_stage,
 #if 1
    &_intel_render_stage,        /* ADD: unclipped rastersetup-to-dma */
index 5b65d1a3028273f4a36a7a5c897c3ec003cb7fc6..f4e651afa0c227b988c355e1838188d81db1f5a4 100644 (file)
@@ -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 */
index 3abcdf9e183e317070474927ea67e4e69cb6d9f4..0507eb86e69420f116211721534522386f44ab99 100644 (file)
@@ -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)
index 1f8d95078fbe9a7e29ca7e1355a06147476f65ce..58350fe0ab4f7bcbae26d4bea6f73826a4571001 100644 (file)
@@ -148,7 +148,6 @@ static const struct tnl_pipeline_stage *r300_pipeline[] = {
        &_tnl_fog_coordinate_stage,
        &_tnl_texgen_stage,
        &_tnl_texture_transform_stage,
-       &_tnl_arb_vertex_program_stage,
        &_tnl_vertex_program_stage,
 
        /* Try again to go to tcl?
index a9163f49a8f80b01a9e131c6e2fdde3b602d0abd..b4eea2566f6c15d3fbc8a70fe2f553af03f52318 100644 (file)
@@ -165,12 +165,6 @@ static const struct tnl_pipeline_stage *tdfx_pipeline[] = {
    &_tnl_texgen_stage, 
    &_tnl_texture_transform_stage, 
    &_tnl_point_attenuation_stage,
-#if 0
-#if defined(FEATURE_NV_vertex_program) || defined(FEATURE_ARB_vertex_program)
-   &_tnl_arb_vertex_program_stage,
-   &_tnl_vertex_program_stage,
-#endif
-#endif
    &_tnl_render_stage,         
    0,
 };