aboutsummaryrefslogtreecommitdiffstats
path: root/src/intel
diff options
context:
space:
mode:
authorNanley Chery <[email protected]>2016-03-14 11:11:50 -0700
committerNanley Chery <[email protected]>2016-03-16 10:57:19 -0700
commitf33866ae0a4279af03997fa3fa7a47e2eb7ec8fe (patch)
tree866069f2c905e89adca7173e24be230bce3c2295 /src/intel
parent5647de8ba56d8b4f2247eecc2cfcb3ec596dafe1 (diff)
anv/blit: Remove completed finishme for VkFilter
This task was finished as of: d9079648d0f1c380929dea0f3a447ddfdf5dcd27. Signed-off-by: Nanley Chery <[email protected]> Reviewed-by: Jason Ekstrand <[email protected]>
Diffstat (limited to 'src/intel')
-rw-r--r--src/intel/vulkan/anv_meta_blit.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/intel/vulkan/anv_meta_blit.c b/src/intel/vulkan/anv_meta_blit.c
index 09e2dbb2918..b83fa684ffd 100644
--- a/src/intel/vulkan/anv_meta_blit.c
+++ b/src/intel/vulkan/anv_meta_blit.c
@@ -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++) {