radeonsi: convert the framebuffer state to atom-based
[mesa.git] / src / gallium / drivers / radeonsi / si_hw_context.c
index 3437f59d60bfbe0663faa14d538740a108ea828c..21a683ff5f76023a40f7d263e9e02f1c2013e0cf 100644 (file)
@@ -176,6 +176,7 @@ void si_begin_new_cs(struct si_context *ctx)
                r600_resume_nontimer_queries(&ctx->b);
        }
 
+       ctx->framebuffer.atom.dirty = true;
        si_all_descriptors_begin_new_cs(ctx);
 
        ctx->b.initial_gfx_cs_size = ctx->b.rings.gfx.cs->cdw;