[Mesa-dev] [PATCH 0/5] i965: ASTC5x5 workaround
Ilia Mirkin
imirkin at alum.mit.edu
Fri Dec 1 17:37:54 UTC 2017
On Fri, Dec 1, 2017 at 12:19 PM, <kevin.rogovin at intel.com> wrote:
> From: Kevin Rogovin <kevin.rogovin at intel.com>
>
> This patch series implements a needed workaround for Gen9 for ASTC5x5
> sampler reads. The crux of the work around is to make sure that the
> sampler does not read an ASTC5x5 texture and a surface with an auxilary
> buffer without having a texture cache invalidate between such accesses.
Presumably anv needs something like this too? What happens if you have
a single draw which samples from both an ASTC5x5 texture and one with
an aux buffer? [Just curious.]
More information about the mesa-dev
mailing list