Re: [Mesa-dev] [PATCH 00/11] intel/isl: Add support for HiZ and stencil on gen6

2017-06-01 Thread Pohjolainen, Topi
On Tue, May 30, 2017 at 05:55:09PM -0700, Jason Ekstrand wrote: > This little series adds support to ISL for gen6 HiZ ans stencil via a new > isl_dim_layout enum value. Unfortunately, I couldn't easily add the new > layout without doing a little refactoring. The way ISL likes to calculate > surfa

[Mesa-dev] [PATCH 00/11] intel/isl: Add support for HiZ and stencil on gen6

2017-05-30 Thread Jason Ekstrand
This little series adds support to ISL for gen6 HiZ ans stencil via a new isl_dim_layout enum value. Unfortunately, I couldn't easily add the new layout without doing a little refactoring. The way ISL likes to calculate surface layouts today is fairly heavily based on the needs of 2D array textur