From 4ba5fa6a3aa12f4f971678b0dff3c6e398cee6bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?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 --- 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 e4ce3af..56fa664 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); -- 1.9.1