anv/cmd_buffer: Handle MCS identical to CCS_E in compute_aux_usage
authorJason Ekstrand <jason.ekstrand@intel.com>
Sat, 24 Feb 2018 04:45:26 +0000 (20:45 -0800)
committerJason Ekstrand <jason.ekstrand@intel.com>
Thu, 1 Mar 2018 22:07:58 +0000 (14:07 -0800)
commita0a319f16ef376d957ae9b5f3979a4e7745a554a
tree38485139e7daaad8d629647f812ada66e019faa3
parentd0f701d2f1fb76b9e004c5551c33f53042df98d2
anv/cmd_buffer: Handle MCS identical to CCS_E in compute_aux_usage

This doesn't actually do anything because att_state->fast_clear is
determined based on the return value of anv_layout_to_fast_clear_type
which currently returns NONE for multisampled images.

Reviewed-by: Samuel Iglesias Gonsálvez <siglesias@igalia.com>
src/intel/vulkan/genX_cmd_buffer.c