minor updates for 3.5

This commit is contained in:
Brian Paul 2001-03-21 16:47:33 +00:00
parent 935d5e5daa
commit 1639518b64

View file

@ -1050,10 +1050,6 @@ fxSetupTexture_NoLock(GLcontext * ctx)
fprintf(stderr, "fxmesa: fxSetupTexture(...)\n");
}
/* Disable multipass texturing.
*/
ctx->Driver.MultipassFunc = 0;
/* Texture Combine, Color Combine and Alpha Combine.
*/
tex2Denabled = (ctx->Texture._ReallyEnabled & TEXTURE0_2D);
@ -1076,7 +1072,7 @@ fxSetupTexture_NoLock(GLcontext * ctx)
fprintf(stderr, "fxmesa: enabling fake multitexture\n");
fxSetupTextureSingleTMU_NoLock(ctx, 0);
ctx->Driver.MultipassFunc = fxMultipassTexture;
/*ctx->Driver.MultipassFunc = fxMultipassTexture;*/
}
break;
default: