Re: [Mesa-dev] [v3 04/19] intel/isl/gen6: Allow arrayed stencil

2017-05-17 Thread Nanley Chery
On Mon, May 15, 2017 at 03:07:54PM +0300, Topi Pohjolainen wrote:
> Nothing prevents arrayed stencil surfaces even though hardware
> doesn't support mipmapping.
> 
> Signed-off-by: Topi Pohjolainen 
> ---
>  src/intel/isl/isl.c | 1 -
>  1 file changed, 1 deletion(-)
> 

This patch is
Reviewed-by: Nanley Chery 
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev


[Mesa-dev] [v3 04/19] intel/isl/gen6: Allow arrayed stencil

2017-05-15 Thread Topi Pohjolainen
Nothing prevents arrayed stencil surfaces even though hardware
doesn't support mipmapping.

Signed-off-by: Topi Pohjolainen 
---
 src/intel/isl/isl.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/intel/isl/isl.c b/src/intel/isl/isl.c
index f89f351..dbaf22e 100644
--- a/src/intel/isl/isl.c
+++ b/src/intel/isl/isl.c
@@ -457,7 +457,6 @@ isl_choose_array_pitch_span(const struct isl_device *dev,
   *the storage for LODs other than LOD 0 is not needed.
   */
  assert(info->levels == 1);
- assert(phys_level0_sa->array_len == 1);
  return ISL_ARRAY_PITCH_SPAN_COMPACT;
   } else {
  if ((ISL_DEV_GEN(dev) == 5 || ISL_DEV_GEN(dev) == 6) &&
-- 
2.9.3

___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev