intel/blorp: Drop blorp_resolve_ccs_attachment
authorJason Ekstrand <jason.ekstrand@intel.com>
Sat, 11 Nov 2017 20:31:54 +0000 (12:31 -0800)
committerJason Ekstrand <jason.ekstrand@intel.com>
Tue, 28 Nov 2017 00:22:13 +0000 (16:22 -0800)
commitd7c8c7bd9da1ba18e18d867523d813d980146e9a
tree6785ad8d828b31dea70addd7607418d4182a75d2
parent5bc2849af9a6e71b4b87d2b1e3f8037fa29e0972
intel/blorp: Drop blorp_resolve_ccs_attachment

The only reason why we needed that version was because the Vulkan driver
needed to be able to create the surface states so it could handle
indirect clear colors.  Now that blorp handles them natively, there's no
need for the extra entrypoint.

Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Reviewed-by: Nanley Chery <nanley.g.chery@intel.com>
src/intel/blorp/blorp.h
src/intel/blorp/blorp_clear.c