From c4e1fd5a7f429c4ba3a10ace3346e2e40cf20361 Mon Sep 17 00:00:00 2001 From: Aapo Tahkola Date: Tue, 19 Apr 2005 03:12:30 +0000 Subject: Fixes for bugs that were nailed down when compairing against software vertex shading. --- src/mesa/drivers/dri/r300/r300_context.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/mesa/drivers/dri/r300/r300_context.c') diff --git a/src/mesa/drivers/dri/r300/r300_context.c b/src/mesa/drivers/dri/r300/r300_context.c index 80f53ee719..429a795ffa 100644 --- a/src/mesa/drivers/dri/r300/r300_context.c +++ b/src/mesa/drivers/dri/r300/r300_context.c @@ -62,6 +62,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #include "utils.h" #include "xmlpool.h" /* for symbolic values of enum-type options */ +int hw_vertprog_on=1; /* Extension strings exported by the R300 driver. */ @@ -118,7 +119,7 @@ static const struct tnl_pipeline_stage *r300_pipeline[] = { &_tnl_fog_coordinate_stage, &_tnl_texgen_stage, &_tnl_texture_transform_stage, - //&_tnl_vertex_program_stage, + &_tnl_vertex_program_stage, /* Try again to go to tcl? * - no good for asymmetric-twoside (do with multipass) -- cgit v1.2.3