anv/cmd_buffer: Remove extra resolve for certain depth buffers
authorNanley Chery <nanley.g.chery@intel.com>
Tue, 31 Jan 2017 19:36:22 +0000 (11:36 -0800)
committerNanley Chery <nanley.g.chery@intel.com>
Thu, 2 Mar 2017 21:17:55 +0000 (13:17 -0800)
commit6326f0f4be60a85061ad294d2122caa0be2ef3ce
treea6119a7b179236246f111efd8442777aa70ad200
parentea744912b3fb2fe4a4d74dcb4f7bc8a07a8c6cf5
anv/cmd_buffer: Remove extra resolve for certain depth buffers

Due to recent commits, the sampler now bypasses the auxiliary HiZ buffer
when reading from a depth image subresource that is in the general
layout. Remove this unneeded resolve.

Signed-off-by: Nanley Chery <nanley.g.chery@intel.com>
Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
src/intel/vulkan/genX_cmd_buffer.c