Re: [Mesa-dev] [PATCH] intel/isl/gen6: Fix combined depth stencil alignment

2017-05-16 Thread Chad Versace
On Mon 15 May 2017, Jason Ekstrand wrote: > All combined depth stencil buffers (even those with just stencil) > require a 4x4 alignment on Sandy Bridge. The only depth/stencil buffer > type that requires 4x2 is separate stencil. > --- > src/intel/isl/isl_gen6.c | 14 +++--- > 1 file

Re: [Mesa-dev] [PATCH] intel/isl/gen6: Fix combined depth stencil alignment

2017-05-16 Thread Jason Ekstrand
+chad On Mon, May 15, 2017 at 1:52 PM, Jason Ekstrand wrote: > All combined depth stencil buffers (even those with just stencil) > require a 4x4 alignment on Sandy Bridge. The only depth/stencil buffer > type that requires 4x2 is separate stencil. > --- >

[Mesa-dev] [PATCH] intel/isl/gen6: Fix combined depth stencil alignment

2017-05-15 Thread Jason Ekstrand
All combined depth stencil buffers (even those with just stencil) require a 4x4 alignment on Sandy Bridge. The only depth/stencil buffer type that requires 4x2 is separate stencil. --- src/intel/isl/isl_gen6.c | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git