Joshua Ashton : winevulkan: Implement VK_EXT_calibrated_timestamps.

Alexandre Julliard julliard at winehq.org
Fri Jul 24 17:05:11 CDT 2020


Module: wine
Branch: master
Commit: 8bd62231c3ab222c07063cb340e26c3c76ff4229
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=8bd62231c3ab222c07063cb340e26c3c76ff4229

Author: Joshua Ashton <joshua at 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 at froggi.es>
Signed-off-by: Liam Middlebrook <lmiddlebrook at nvidia.com>
Signed-off-by: Alexandre Julliard <julliard at 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=8bd62231c3ab222c07063cb340e26c3c76ff4229



More information about the wine-cvs mailing list