anv/cmd_buffer: Enable stencil-only HZ clears
authorNanley Chery <nanley.g.chery@intel.com>
Wed, 28 Sep 2016 23:00:52 +0000 (16:00 -0700)
committerNanley Chery <nanley.g.chery@intel.com>
Fri, 18 Nov 2016 20:12:55 +0000 (12:12 -0800)
commit9db5cc829f6bd7ba09f3bf0bf057b7162d05d037
tree726ff8ef85f946fd498f821ab9b890a6940573c1
parent37c07d64b4d52e7053c6228dfaedbb1fbee74abf
anv/cmd_buffer: Enable stencil-only HZ clears

The HZ sequence modifies less state than the blorp path and requires
less CPU time to generate the necessary packets.

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