aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/out/vulkan/context.c
diff options
context:
space:
mode:
authorGravatar Niklas Haas <git@haasn.xyz>2017-09-29 00:36:46 +0200
committerGravatar Martin Herkt <652892+lachs0r@users.noreply.github.com>2017-12-25 00:47:53 +0100
commitf2f91cf570ad6736a62192f2cb36b6c2887a0fda (patch)
treebd6237760eddc3c2642555d455d80230cd5a9257 /video/out/vulkan/context.c
parent5feaaba0fd27af34ee1fef12545f1dd96ebefddd (diff)
vo_gpu: vulkan: add a vk_signal abstraction
This combines VkSemaphores and VkEvents into a common umbrella abstraction which can resolve to either. We aggressively try to prefer VkEvents over VkSemaphores whenever the conditions are met (1. we can unsignal the semaphore, i.e. it comes from the same frame; and 2. it comes from the same queue).
Diffstat (limited to 'video/out/vulkan/context.c')
0 files changed, 0 insertions, 0 deletions