dri/nouveau: Re-emit the BO state when coming back from a software fallback.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user