anv/cmd_buffer: honor pending clear views for depth/stencil attachments
authorIago Toral Quiroga <itoral@igalia.com>
Wed, 28 Feb 2018 08:44:18 +0000 (09:44 +0100)
committerIago Toral Quiroga <itoral@igalia.com>
Mon, 2 Apr 2018 07:53:24 +0000 (09:53 +0200)
commit31881079af7cbd3cb0b0395c93802e45569cd9e5
tree4456003f4815b9a54b32ff8dc9bdbc2273fc67ca
parentf60c5fc17e23ee12b7ae0e0d81a6c606a94faee6
anv/cmd_buffer: honor pending clear views for depth/stencil attachments

v2: rebased on top of subpass rework.

v3: rebased

v4:
 - rebased
 - reset pending clear views in one go rather one bit at a time (Caio)

Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
src/intel/vulkan/genX_cmd_buffer.c