Re: [Mesa-dev] [PATCH 1/3] anv/cmd_buffer: Fix arrayed depth/stencil attachments

2017-01-06 Thread Jason Ekstrand
Reviewed-by: Jason Ekstrand On Fri, Jan 6, 2017 at 2:46 PM, Nanley Chery wrote: > Enable multiple layers of the depth/stencil buffers to be accessible. > > Fixes the crucible test, func.depthstencil.arrayed_clear. > > Cc: mesa-sta...@lists.freedesktop.org > Signed-off-by: Nanley Chery > --- >

[Mesa-dev] [PATCH 1/3] anv/cmd_buffer: Fix arrayed depth/stencil attachments

2017-01-06 Thread Nanley Chery
Enable multiple layers of the depth/stencil buffers to be accessible. Fixes the crucible test, func.depthstencil.arrayed_clear. Cc: mesa-sta...@lists.freedesktop.org Signed-off-by: Nanley Chery --- src/intel/vulkan/genX_cmd_buffer.c | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-)