add _tnl_arb_vertex_program_stage to all drivers which already have _tnl_vertex_progr...
authorRoland Scheidegger <rscheidegger@gmx.ch>
Fri, 9 Sep 2005 23:31:31 +0000 (23:31 +0000)
committerRoland Scheidegger <rscheidegger@gmx.ch>
Fri, 9 Sep 2005 23:31:31 +0000 (23:31 +0000)
src/mesa/drivers/dri/i915/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
src/mesa/drivers/glide/fxdd.c

index 4639105e1f8b36436366650126d9fb76e3a6e72a..bdf02c766eeca771467e0e2a1bcd07a268fd44dc 100644 (file)
@@ -206,6 +206,7 @@ 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 ff8ccbf480012771581f760e95c207c35cf4e3ce..34f17a2f647a72baebfc5666fad00912c712b442 100644 (file)
@@ -370,6 +370,7 @@ 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 d8a17e7e33de66870bae1014980137f0ef6a16dc..cbf4a42ddc3efcccc18e62f690d3da1d38ce9754 100644 (file)
@@ -194,6 +194,7 @@ static const struct tnl_pipeline_stage *r200_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 f88e5ebb7a17b7ca8797343185ade79efa54bd2c..927cc88fda0dddca2c473302f24ac1ec14a0d211 100644 (file)
@@ -135,6 +135,7 @@ 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 eaa6f46d9166a8e0eb6fb465ddcd2d3fe6a8dcb1..826a9f71dfe278abbb5fb59a2e780a889b85456d 100644 (file)
@@ -169,6 +169,7 @@ static const struct tnl_pipeline_stage *tdfx_pipeline[] = {
    &_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
index d76a0ed6c62593cf7aecc31802f3fcdd0b73c39b..4e9df208bf4477b705589582ba26e570d1116d2d 100644 (file)
@@ -1658,6 +1658,7 @@ static const struct tnl_pipeline_stage *fx_pipeline[] = {
    &_tnl_texture_transform_stage,
    &_tnl_point_attenuation_stage,
 #if defined(FEATURE_NV_vertex_program) || defined(FEATURE_ARB_vertex_program)
+   &_tnl_arb_vertex_program_stage,
    &_tnl_vertex_program_stage,
 #endif
    &_tnl_render_stage,