anv/cmd_buffer: Disable CCS on gen7 color attachments upfront
authorNanley Chery <nanley.g.chery@intel.com>
Wed, 28 Jun 2017 16:35:08 +0000 (09:35 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Sun, 23 Jul 2017 03:12:10 +0000 (20:12 -0700)
commit8e532aa0281e0680bebd10c71bde9f35825fa0aa
treedde43cf9dbc9347c612668c4c5408e9d26d60039
parent9fd1f2aa3c4f8206ba1eb5d9c7973d4cfdb25afd
anv/cmd_buffer: Disable CCS on gen7 color attachments upfront

The next patch enables the use of CCS_D even when the color attachment
will not be fast-cleared. Catch the gen7 case early to simplify the
changes required.

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