diff options
author | Brian Paul <[email protected]> | 2000-02-16 23:06:12 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2000-02-16 23:06:12 +0000 |
commit | 7a0f9dbb94947110ed47c3ba4befc2d9ffb1e8c8 (patch) | |
tree | 7f6660eeda1b814aa13bbd6f9d9761301fc95b5d /src/mesa/drivers/glide/fxtexman.c | |
parent | 27be87cdff9ecb4a4bdb938f31b7edf28d7cb570 (diff) |
updated with changes from DRI project CVS
Diffstat (limited to 'src/mesa/drivers/glide/fxtexman.c')
-rw-r--r-- | src/mesa/drivers/glide/fxtexman.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/glide/fxtexman.c b/src/mesa/drivers/glide/fxtexman.c index 280a2c574c9..87f309adc35 100644 --- a/src/mesa/drivers/glide/fxtexman.c +++ b/src/mesa/drivers/glide/fxtexman.c @@ -722,7 +722,7 @@ fxTMRestoreTextures_NoLock(fxMesaContext ctx) { if (ctx->glCtx->Texture.Unit[i].Current==tObj) { /* Force the texture onto the board, as it could be in use */ where=ti->whichTMU; - ti->whichTMU=FX_TMU_NONE; + fxTMMoveOutTM_NoLock(ctx, tObj); fxTMMoveInTM_NoLock(ctx, tObj, where); break; } |