Module: vkd3d Branch: master Commit: 66bc2672a1c64e4b933ff157446c95eb91b81fb2 URL: https://source.winehq.org/git/vkd3d.git/?a=commit;h=66bc2672a1c64e4b933ff157... Author: Conor McCarthy <cmccarthy(a)codeweavers.com> Date: Mon Jan 17 14:14:22 2022 +1000 vkd3d: Implement ID3D12CommandQueue_GetClockCalibration(). Extends vkd3d_instance_create_info with struct vkd3d_host_time_domain_info to allow host ticks per second to be changed from the default 10000000. Signed-off-by: Conor McCarthy <cmccarthy(a)codeweavers.com> Signed-off-by: Henri Verbeet <hverbeet(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- include/vkd3d.h | 12 ++++++++ libs/vkd3d/command.c | 59 ++++++++++++++++++++++++++++++++++++-- libs/vkd3d/device.c | 71 ++++++++++++++++++++++++++++++++++++++++++++++ libs/vkd3d/vkd3d_private.h | 4 +++ libs/vkd3d/vulkan_procs.h | 6 ++++ tests/d3d12.c | 4 --- 6 files changed, 150 insertions(+), 6 deletions(-) Diff: https://source.winehq.org/git/vkd3d.git/?a=commitdiff;h=66bc2672a1c64e4b933f...