Re: [Mesa-dev] [PATCH 3/3] anv/image: Disable HiZ for depth buffer arrays

2017-01-06 Thread Nanley Chery
On Fri, Jan 06, 2017 at 03:08:12PM -0800, Jason Ekstrand wrote: > 2017-01-06 14:46 GMT-08:00 Nanley Chery : > > > We currently don't perform clears or resolves on multiple array layers > > with HiZ. > > > > Glancing through the code, it looks like you're right. I'm not even sure > that you can d

Re: [Mesa-dev] [PATCH 3/3] anv/image: Disable HiZ for depth buffer arrays

2017-01-06 Thread Jason Ekstrand
2017-01-06 14:46 GMT-08:00 Nanley Chery : > We currently don't perform clears or resolves on multiple array layers > with HiZ. > Glancing through the code, it looks like you're right. I'm not even sure that you can do layered HiZ clears and/or resolves with the HZ op; you'd probably have to do i

[Mesa-dev] [PATCH 3/3] anv/image: Disable HiZ for depth buffer arrays

2017-01-06 Thread Nanley Chery
We currently don't perform clears or resolves on multiple array layers with HiZ. Cc: mesa-sta...@lists.freedesktop.org Signed-off-by: Nanley Chery --- src/intel/vulkan/anv_image.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/intel/vulkan/anv_image.c b/src/intel/vulkan/anv_image.c in