radeonsi: mark MSAA config state as dirty at the beginning of CS
authorMarek Olšák <marek.olsak@amd.com>
Tue, 8 Jul 2014 00:02:40 +0000 (02:02 +0200)
committerMarek Olšák <marek.olsak@amd.com>
Tue, 8 Jul 2014 18:46:23 +0000 (20:46 +0200)
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=81020

Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
src/gallium/drivers/radeonsi/si_hw_context.c

index e4ce3af3baeb4f8b7faab73dc8095189e4cb5787..56fa66498823a978a52ecb3bef73dd9dcda7d262 100644 (file)
@@ -160,6 +160,7 @@ void si_begin_new_cs(struct si_context *ctx)
        ctx->emitted.named.init = ctx->queued.named.init;
 
        ctx->framebuffer.atom.dirty = true;
+       ctx->msaa_config.dirty = true;
        ctx->b.streamout.enable_atom.dirty = true;
        si_all_descriptors_begin_new_cs(ctx);