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: N

[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