Re: [Mesa-dev] [PATCH 14/15] anv: enable multiple planes per image/imageView

2017-09-19 Thread Jason Ekstrand
On Tue, Sep 19, 2017 at 7:39 AM, Lionel Landwerlin < lionel.g.landwer...@intel.com> wrote: > On 16/09/17 00:06, Jason Ekstrand wrote: > > > > On Fri, Sep 15, 2017 at 7:11 AM, Lionel Landwerlin < > lionel.g.landwer...@intel.com> wrote: > >> This change introduce the concept of planes for image & vi

Re: [Mesa-dev] [PATCH 14/15] anv: enable multiple planes per image/imageView

2017-09-19 Thread Lionel Landwerlin
On 16/09/17 00:06, Jason Ekstrand wrote: On Fri, Sep 15, 2017 at 7:11 AM, Lionel Landwerlin mailto:lionel.g.landwer...@intel.com>> wrote: This change introduce the concept of planes for image & views. It matches the planes available in new formats. We also refactor depth & sten

Re: [Mesa-dev] [PATCH 14/15] anv: enable multiple planes per image/imageView

2017-09-15 Thread Jason Ekstrand
On Fri, Sep 15, 2017 at 7:11 AM, Lionel Landwerlin < lionel.g.landwer...@intel.com> wrote: > This change introduce the concept of planes for image & views. It > matches the planes available in new formats. > > We also refactor depth & stencil support through the usage of planes > for the sake of u