dri/nouveau: Re-emit the BO state when coming back from a software fallback.

This commit is contained in:
Francisco Jerez
2010-10-31 22:05:16 +01:00
parent 4a282629c2
commit a84bd587c6

View File

@@ -327,10 +327,12 @@ nouveau_fallback(struct gl_context *ctx, enum nouveau_fallback mode)
nctx->fallback = MAX2(HWTNL, mode);
if (mode < SWRAST)
if (mode < SWRAST) {
nouveau_state_emit(ctx);
else
nouveau_bo_state_emit(ctx);
} else {
FIRE_RING(context_chan(ctx));
}
}
static void