Re: [Mesa-dev] [PATCH 4/6] intel/isl: Handle HiZ and CCS tiling more directly

2016-09-07 Thread Chad Versace
On Fri 02 Sep 2016, Jason Ekstrand wrote: > The HiZ and CCS tiling formats are always used for HiZ and CCS surfaces > respectively. There's no reason why we should go through filter_tiling and > it's much easier to always get HiZ and CCS right if we just handle them > directly. > --- > src/intel/

Re: [Mesa-dev] [PATCH 4/6] intel/isl: Handle HiZ and CCS tiling more directly

2016-09-06 Thread Jason Ekstrand
On Tue, Sep 6, 2016 at 7:18 AM, Pohjolainen, Topi < topi.pohjolai...@gmail.com> wrote: > On Fri, Sep 02, 2016 at 03:50:45PM -0700, Jason Ekstrand wrote: > > The HiZ and CCS tiling formats are always used for HiZ and CCS surfaces > > respectively. There's no reason why we should go through filter_

Re: [Mesa-dev] [PATCH 4/6] intel/isl: Handle HiZ and CCS tiling more directly

2016-09-06 Thread Pohjolainen, Topi
On Fri, Sep 02, 2016 at 03:50:45PM -0700, Jason Ekstrand wrote: > The HiZ and CCS tiling formats are always used for HiZ and CCS surfaces > respectively. There's no reason why we should go through filter_tiling and > it's much easier to always get HiZ and CCS right if we just handle them > directl

[Mesa-dev] [PATCH 4/6] intel/isl: Handle HiZ and CCS tiling more directly

2016-09-02 Thread Jason Ekstrand
The HiZ and CCS tiling formats are always used for HiZ and CCS surfaces respectively. There's no reason why we should go through filter_tiling and it's much easier to always get HiZ and CCS right if we just handle them directly. --- src/intel/isl/isl.c | 18 -- src/intel/isl/