From be536efe20d7d0969e6d5286fc488fcc1c403b63 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Marek=20Ol=C5=A1=C3=A1k?= Date: Tue, 8 Jul 2014 02:02:40 +0200 Subject: [PATCH] radeonsi: mark MSAA config state as dirty at the beginning of CS Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=81020 Reviewed-by: Alex Deucher --- src/gallium/drivers/radeonsi/si_hw_context.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gallium/drivers/radeonsi/si_hw_context.c b/src/gallium/drivers/radeonsi/si_hw_context.c index e4ce3af3bae..56fa6649882 100644 --- a/src/gallium/drivers/radeonsi/si_hw_context.c +++ b/src/gallium/drivers/radeonsi/si_hw_context.c @@ -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); -- 2.30.2