[Mesa-dev] [PATCH 09/53] intel/fs: Fix Gen4-5 FB write AA data payload munging for non-EOT writes.

Matt Turner mattst88 at gmail.com
Fri May 25 18:37:14 UTC 2018


On Thu, May 24, 2018 at 2:55 PM, Jason Ekstrand <jason at jlekstrand.net> wrote:
> From: Francisco Jerez <currojerez at riseup.net>

Okay, I think the problem this patch is fixing is that previously we
would unconditionally execute the fire_fb_write() to send the AA data,
and conditionally execute the fire_fb_write() that does not.

But we actually want to send one or the other, and never both.

With that explanation in the commit message,

Reviewed-by: Matt Turner <mattst88 at gmail.com>


More information about the mesa-dev mailing list