Re: [Mesa-dev] [PATCH 00/13] anv: Add initial CCS support

2016-10-19 Thread Jason Ekstrand
On Wed, Oct 19, 2016 at 11:32 AM, Nanley Chery wrote: > On Sun, Sep 25, 2016 at 09:58:59AM -0700, Jason Ekstrand wrote: > > This little series adds the most basic of CCS support to the Vulkan > driver. > > It's restricted to being entirely within a renderpass and only on the > first > > mip level

Re: [Mesa-dev] [PATCH 00/13] anv: Add initial CCS support

2016-10-19 Thread Nanley Chery
On Sun, Sep 25, 2016 at 09:58:59AM -0700, Jason Ekstrand wrote: > This little series adds the most basic of CCS support to the Vulkan driver. > It's restricted to being entirely within a renderpass and only on the first > mip level and first array slice. However, it does get us started and set > u

[Mesa-dev] [PATCH 00/13] anv: Add initial CCS support

2016-09-25 Thread Jason Ekstrand
This little series adds the most basic of CCS support to the Vulkan driver. It's restricted to being entirely within a renderpass and only on the first mip level and first array slice. However, it does get us started and set up most of the infastructure we will need for both full compression and f