Module: wine Branch: master Commit: 8bdfb41e26fa8731c9dbbf5dc962dc932f2a46c6 URL: https://source.winehq.org/git/wine.git/?a=commit;h=8bdfb41e26fa8731c9dbbf5dc...
Author: Derek Lesho dlesho@codeweavers.com Date: Mon Jul 12 15:02:44 2021 -0400
vulkan-1/tests: Add tests for VK_KHR_external_memory_win32.
Signed-off-by: Derek Lesho dlesho@codeweavers.com Signed-off-by: Zebediah Figura zfigura@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/vulkan-1/tests/vulkan.c | 341 ++++++++++++++++++++++++++++++++++++++++ dlls/winevulkan/make_vulkan | 5 +- dlls/winevulkan/vulkan_thunks.c | 12 ++ dlls/winevulkan/vulkan_thunks.h | 16 ++ include/wine/vulkan.h | 43 +++++ 5 files changed, 415 insertions(+), 2 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=8bdfb41e26fa8731c9dbb...