summaryrefslogtreecommitdiffstats
path: root/src/intel/vulkan/anv_meta.h
diff options
context:
space:
mode:
authorNanley Chery <[email protected]>2016-03-11 16:26:28 -0800
committerNanley Chery <[email protected]>2016-03-16 10:56:46 -0700
commitb487acc489afc277a7611f14e7319bc7340e7777 (patch)
tree24aa1482e9e4694f4fc382244ebd11e5ccbca07b /src/intel/vulkan/anv_meta.h
parent1a0c63b8804812081d660642539bb411dc560992 (diff)
Revert "anv/meta: Make meta_emit_blit() public"
This reverts commit f39168392243d6dacefbc8708b764c5978ff24df. Some conflicts had to be resolved in order for this revert to be successful. Signed-off-by: Nanley Chery <[email protected]> Reviewed-by: Jason Ekstrand <[email protected]>
Diffstat (limited to 'src/intel/vulkan/anv_meta.h')
-rw-r--r--src/intel/vulkan/anv_meta.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/intel/vulkan/anv_meta.h b/src/intel/vulkan/anv_meta.h
index 5616252b5a4..6bd5c1dfba2 100644
--- a/src/intel/vulkan/anv_meta.h
+++ b/src/intel/vulkan/anv_meta.h
@@ -108,17 +108,6 @@ void
anv_meta_end_blit2d(struct anv_cmd_buffer *cmd_buffer,
struct anv_meta_saved_state *save);
-void
-meta_emit_blit(struct anv_cmd_buffer *cmd_buffer,
- struct anv_image *src_image,
- struct anv_image_view *src_iview,
- VkOffset3D src_offset,
- VkExtent3D src_extent,
- struct anv_image *dest_image,
- struct anv_image_view *dest_iview,
- VkOffset3D dest_offset,
- VkExtent3D dest_extent,
- VkFilter blit_filter);
#ifdef __cplusplus
}
#endif