Re: [Mesa-dev] [PATCH 00/15] anv: implement KHR_sampler_ycbcr_conversion

2017-09-18 Thread Jason Ekstrand
I may review some more tomorrow but I think I'm getting close to done. I would not mind at all seeing a v2 at this point. On September 15, 2017 9:11:51 AM Lionel Landwerlin wrote: Hi all, This series implements KHR_sampler_ycbcr_conversion (and KHR_bind_memory2 as requirement) for the An

Re: [Mesa-dev] [PATCH 00/15] anv: implement KHR_sampler_ycbcr_conversion

2017-09-15 Thread Jason Ekstrand
On Fri, Sep 15, 2017 at 7:10 AM, Lionel Landwerlin < lionel.g.landwer...@intel.com> wrote: > Hi all, > > This series implements KHR_sampler_ycbcr_conversion (and > KHR_bind_memory2 as requirement) for the Anv driver. Apologies for > this series which is a bit invasive as it needs to introduce the

[Mesa-dev] [PATCH 00/15] anv: implement KHR_sampler_ycbcr_conversion

2017-09-15 Thread Lionel Landwerlin
Hi all, This series implements KHR_sampler_ycbcr_conversion (and KHR_bind_memory2 as requirement) for the Anv driver. Apologies for this series which is a bit invasive as it needs to introduce the concept of planes in core parts of the driver. I've tried to split up format/descriptor/image changes