From d7c8c7bd9da1ba18e18d867523d813d980146e9a Mon Sep 17 00:00:00 2001 From: Jason Ekstrand Date: Sat, 11 Nov 2017 12:31:54 -0800 Subject: 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 Reviewed-by: Nanley Chery --- src/intel/blorp/blorp.h | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'src/intel/blorp/blorp.h') diff --git a/src/intel/blorp/blorp.h b/src/intel/blorp/blorp.h index 7caa5f6c246..a1dd57118bb 100644 --- a/src/intel/blorp/blorp.h +++ b/src/intel/blorp/blorp.h @@ -203,17 +203,6 @@ blorp_ccs_resolve(struct blorp_batch *batch, enum isl_format format, enum blorp_fast_clear_op resolve_op); -/* Resolves subresources of the image subresource range specified in the - * binding table. - */ -void -blorp_ccs_resolve_attachment(struct blorp_batch *batch, - const uint32_t binding_table_offset, - struct blorp_surf * const surf, - const uint32_t level, const uint32_t num_layers, - const enum isl_format format, - const enum blorp_fast_clear_op resolve_op); - void blorp_mcs_partial_resolve(struct blorp_batch *batch, struct blorp_surf *surf, -- cgit v1.2.3