mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-03 00:40:09 +01:00
minor updates for 3.5
This commit is contained in:
parent
935d5e5daa
commit
1639518b64
1 changed files with 1 additions and 5 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue