summaryrefslogtreecommitdiffstats
path: root/src/vulkan/wsi/wsi_common_private.h
diff options
context:
space:
mode:
authorJason Ekstrand <[email protected]>2017-11-16 09:30:16 -0800
committerJason Ekstrand <[email protected]>2017-12-04 10:04:19 -0800
commitad4c60d6b87eb92191c638bf52ad38e7dd59f627 (patch)
tree2a0baf312d20a48f378a1066dd8664b3b9e602de /src/vulkan/wsi/wsi_common_private.h
parent393aa3f6c929fdbcaa599597e28a3206aa09dcc2 (diff)
vulkan/wsi: Move prime blitting into queue_present
This lets us save a QueueSubmit and it also makes prime a lot less X11-specific. Also, it means we can only wait on the semaphores once instead of on every blit. Reviewed-by: Dave Airlie <[email protected]>
Diffstat (limited to 'src/vulkan/wsi/wsi_common_private.h')
-rw-r--r--src/vulkan/wsi/wsi_common_private.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/vulkan/wsi/wsi_common_private.h b/src/vulkan/wsi/wsi_common_private.h
index ff8ca2a4b20..28abf6c232e 100644
--- a/src/vulkan/wsi/wsi_common_private.h
+++ b/src/vulkan/wsi/wsi_common_private.h
@@ -64,11 +64,4 @@ void
wsi_destroy_image(const struct wsi_swapchain *chain,
struct wsi_image *image);
-VkResult
-wsi_prime_image_blit_to_linear(const struct wsi_swapchain *chain,
- struct wsi_image *image,
- VkQueue queue,
- uint32_t waitSemaphoreCount,
- const VkSemaphore *pWaitSemaphores);
-
#endif /* WSI_COMMON_PRIVATE_H */