From 7d33053e47c8e70a1530d810babab6294ae19782 Mon Sep 17 00:00:00 2001 From: Aapo Tahkola Date: Sat, 30 Apr 2005 11:06:14 +0000 Subject: r300 side support for fixed function pipeline. This isnt functional with current Mesa. --- src/mesa/drivers/dri/r300/r300_context.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (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 856445acf1..42c80e7ced 100644 --- a/src/mesa/drivers/dri/r300/r300_context.c +++ b/src/mesa/drivers/dri/r300/r300_context.c @@ -62,7 +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; +int hw_tcl_on=1; /* Extension strings exported by the R300 driver. */ @@ -109,7 +109,7 @@ static const struct tnl_pipeline_stage *r300_pipeline[] = { /* Try and go straight to t&l */ - //&_r300_tcl_stage, + &_r300_tcl_stage, /* Catch any t&l fallbacks */ -- cgit v1.2.3