anv/blit: Remove completed finishme for VkFilter
This task was finished as of:
d9079648d0.
Signed-off-by: Nanley Chery <nanley.g.chery@intel.com>
Reviewed-by: Jason Ekstrand <jason.ekstrand@intel.com>
This commit is contained in:
@@ -366,8 +366,6 @@ void anv_CmdBlitImage(
|
||||
assert(src_image->samples == 1);
|
||||
assert(dest_image->samples == 1);
|
||||
|
||||
anv_finishme("respect VkFilter");
|
||||
|
||||
meta_prepare_blit(cmd_buffer, &saved_state);
|
||||
|
||||
for (unsigned r = 0; r < regionCount; r++) {
|
||||
|
||||
Reference in New Issue
Block a user