Re: [Mesa-dev] [PATCH v2 5/7] intel/isl: Handle HiZ and CCS tiling more directly

2016-09-23 Thread Nanley Chery
On Mon, Sep 12, 2016 at 05:58:22PM -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 >

[Mesa-dev] [PATCH v2 5/7] intel/isl: Handle HiZ and CCS tiling more directly

2016-09-12 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. Signed-off-by: Jason Ekstrand Reviewed-by: