[Mesa-dev] [PATCH] radeonsi: mark MSAA config state as dirty at the beginning of CS

Alex Deucher alexdeucher at gmail.com
Mon Jul 7 19:43:33 PDT 2014


On Mon, Jul 7, 2014 at 9:40 PM, Marek Olšák <maraeo at gmail.com> wrote:
> From: Marek Olšák <marek.olsak at amd.com>
>

You might want to mention the bug URL that this fixes when you push.

Reviewed-by: Alex Deucher <alexander.deucher at amd.com>

> ---
>  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
>
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/mesa-dev


More information about the mesa-dev mailing list