From a71d4445b4c1666702f308a4ef462f5722ad4b80 Mon Sep 17 00:00:00 2001 From: Daniel Borca Date: Thu, 8 Jan 2004 07:37:21 +0000 Subject: envvars to control run-time --- src/mesa/drivers/glide/fxvbtmp.h | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'src/mesa/drivers/glide/fxvbtmp.h') diff --git a/src/mesa/drivers/glide/fxvbtmp.h b/src/mesa/drivers/glide/fxvbtmp.h index 9e46f75595..188a71263a 100644 --- a/src/mesa/drivers/glide/fxvbtmp.h +++ b/src/mesa/drivers/glide/fxvbtmp.h @@ -248,16 +248,16 @@ static void TAG(interp)( GLcontext *ctx, } if (IND & SETUP_TMU0) { - INTERP_F( t, - dst->tmuvtx[0].sow, - out->tmuvtx[0].sow * wout, + INTERP_F( t, + dst->tmuvtx[0].sow, + out->tmuvtx[0].sow * wout, in->tmuvtx[0].sow * win ); INTERP_F( t, dst->tmuvtx[0].tow, - out->tmuvtx[0].tow * wout, + out->tmuvtx[0].tow * wout, in->tmuvtx[0].tow * win ); if (IND & SETUP_PTEX) { - INTERP_F( t, + INTERP_F( t, dst->tmuvtx[0].oow, out->tmuvtx[0].oow * wout, in->tmuvtx[0].oow * win ); @@ -265,16 +265,16 @@ static void TAG(interp)( GLcontext *ctx, } if (IND & SETUP_TMU1) { - INTERP_F( t, - dst->tmuvtx[1].sow, - out->tmuvtx[1].sow * wout, + INTERP_F( t, + dst->tmuvtx[1].sow, + out->tmuvtx[1].sow * wout, in->tmuvtx[1].sow * win ); INTERP_F( t, dst->tmuvtx[1].tow, - out->tmuvtx[1].tow * wout, + out->tmuvtx[1].tow * wout, in->tmuvtx[1].tow * win ); if (IND & SETUP_PTEX) { - INTERP_F( t, + INTERP_F( t, dst->tmuvtx[1].oow, out->tmuvtx[1].oow * wout, in->tmuvtx[1].oow * win ); -- cgit v1.2.3