diff options
author | Daniel Borca <[email protected]> | 2004-01-08 07:37:21 +0000 |
---|---|---|
committer | Daniel Borca <[email protected]> | 2004-01-08 07:37:21 +0000 |
commit | a71d4445b4c1666702f308a4ef462f5722ad4b80 (patch) | |
tree | bc295e39cdb508c8aa557d63d5c6264e9b880a98 /src/mesa/drivers/glide/fxvbtmp.h | |
parent | 1a2a1f039d8730aa45a1f41819a3f3827f905d10 (diff) |
envvars to control run-time
Diffstat (limited to 'src/mesa/drivers/glide/fxvbtmp.h')
-rw-r--r-- | src/mesa/drivers/glide/fxvbtmp.h | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/src/mesa/drivers/glide/fxvbtmp.h b/src/mesa/drivers/glide/fxvbtmp.h index 9e46f755957..188a71263a9 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 ); |