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