[Mesa-dev] [PATCH 0/3] anv: Prevent creation of invalid compressed textures

Nanley Chery nanleychery at gmail.com
Wed Nov 2 20:57:41 UTC 2016


On Wed, Nov 02, 2016 at 01:37:07PM -0700, Jason Ekstrand wrote:
> Series is
> 
> Reviewed-by: Jason Ekstrand <jason at jlekstrand.net>
> 

Thanks!

> On Thu, Sep 22, 2016 at 5:19 PM, Nanley Chery <nanleychery at gmail.com> wrote:
> 
> > This series prevents invalid compressed textures from being created in
> > the Vulkan driver. There aren't any Vulkan CTS tests for 1D compressed
> > textures, so no change has been observed in that test suite.
> >
> >
> > Nanley Chery (3):
> >   isl: Only allow Y-tiling for ASTC textures
> >   anv/formats: Disallow linear ASTC textures
> >   anv/formats: Disallow 1D compressed textures
> >
> >  src/intel/isl/isl_gen7.c       |  6 ++++++
> >  src/intel/vulkan/anv_formats.c | 15 +++++++++++++++
> >  2 files changed, 21 insertions(+)
> >
> > --
> > 2.10.0
> >
> > _______________________________________________
> > mesa-dev mailing list
> > mesa-dev at lists.freedesktop.org
> > https://lists.freedesktop.org/mailman/listinfo/mesa-dev
> >


More information about the mesa-dev mailing list