Module: wine Branch: master Commit: 8bd62231c3ab222c07063cb340e26c3c76ff4229 URL: https://source.winehq.org/git/wine.git/?a=commit;h=8bd62231c3ab222c07063cb34...
Author: Joshua Ashton joshua@froggi.es Date: Sun Jul 19 08:35:44 2020 +0100
winevulkan: Implement VK_EXT_calibrated_timestamps.
Map performance counter to the appropriate monotonic clock used by ntdll/unix/sync.c
The performance counter timestamp clock won't be available under Mac and platforms without clock_gettime.
Signed-off-by: Joshua Ashton joshua@froggi.es Signed-off-by: Liam Middlebrook lmiddlebrook@nvidia.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/winevulkan/make_vulkan | 5 +- dlls/winevulkan/vulkan.c | 146 ++++++++++++++++++++++++++++++++++++++++ dlls/winevulkan/vulkan_thunks.c | 3 + dlls/winevulkan/vulkan_thunks.h | 6 ++ include/wine/vulkan.h | 23 +++++++ 5 files changed, 182 insertions(+), 1 deletion(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=8bd62231c3ab222c07063...