diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2001-03-21 16:47:33 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2001-03-21 16:47:33 +0000 |
commit | 1639518b64297b393d8eed79a2a5ff4ec89d8efd (patch) | |
tree | 17c3cfd53fb62651c3a779dd52044f88bca69df4 /src/mesa | |
parent | 935d5e5daacd363f38ee6f020b6681a2b96e0198 (diff) |
minor updates for 3.5
Diffstat (limited to 'src/mesa')
-rw-r--r-- | src/mesa/drivers/glide/fxsetup.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/mesa/drivers/glide/fxsetup.c b/src/mesa/drivers/glide/fxsetup.c index dc2db8e319..ae98976b1b 100644 --- a/src/mesa/drivers/glide/fxsetup.c +++ b/src/mesa/drivers/glide/fxsetup.c @@ -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: |