diff options
author | Roland Scheidegger <[email protected]> | 2005-09-09 23:31:31 +0000 |
---|---|---|
committer | Roland Scheidegger <[email protected]> | 2005-09-09 23:31:31 +0000 |
commit | 036a99452d26167b70cadafb97b7e77ebdafd78c (patch) | |
tree | 157508d795c641fce55cfd8876e4edddcc8a4bc9 /src/mesa/drivers/dri/r300 | |
parent | a3dd2ce29e2d7f1003d420b49ec678500645e728 (diff) |
add _tnl_arb_vertex_program_stage to all drivers which already have _tnl_vertex_program_stage. Fixes crashes when using vertex programs. Tested on r200 only (fix by Keith Whitwell)
Diffstat (limited to 'src/mesa/drivers/dri/r300')
-rw-r--r-- | src/mesa/drivers/dri/r300/r300_context.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/r300/r300_context.c b/src/mesa/drivers/dri/r300/r300_context.c index f88e5ebb7a1..927cc88fda0 100644 --- a/src/mesa/drivers/dri/r300/r300_context.c +++ b/src/mesa/drivers/dri/r300/r300_context.c @@ -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? |