anv/cmd_buffer: Add a mark_image_written helper
authorJason Ekstrand <jason.ekstrand@intel.com>
Mon, 27 Nov 2017 16:35:12 +0000 (08:35 -0800)
committerJason Ekstrand <jason.ekstrand@intel.com>
Fri, 9 Feb 2018 00:35:31 +0000 (16:35 -0800)
commit571ed588ac5385a1c145d210a1c7b334e04c40ce
tree353246f65be432ca0eb2d142692b97f6e62a5515
parent9876d6f0efd0484e7f0b2b69b91763bdfb9b19a3
anv/cmd_buffer: Add a mark_image_written helper

Currently, this helper does nothing but we call it every place where an
image is written through the render pipeline.  This will allow us to
properly mark the aux state so that we can handle resolves correctly.

Reviewed-by: Topi Pohjolainen <topi.pohjolainen@intel.com>
Reviewed-by: Nanley Chery <nanley.g.chery@intel.com>
src/intel/vulkan/anv_blorp.c
src/intel/vulkan/anv_cmd_buffer.c
src/intel/vulkan/anv_genX.h
src/intel/vulkan/anv_private.h
src/intel/vulkan/genX_cmd_buffer.c