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/mga/mga_xmesa.c | |
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/mga/mga_xmesa.c')
-rw-r--r-- | src/mesa/drivers/dri/mga/mga_xmesa.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/mga/mga_xmesa.c b/src/mesa/drivers/dri/mga/mga_xmesa.c index ff8ccbf4800..34f17a2f647 100644 --- a/src/mesa/drivers/dri/mga/mga_xmesa.c +++ b/src/mesa/drivers/dri/mga/mga_xmesa.c @@ -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 */ |