Józef Kucia : winevulkan: Generate code for supported core commands.
Module: wine Branch: master Commit: 6a2b92a15ac198fa09d050a63b4aa066c8d31f71 URL: https://source.winehq.org/git/wine.git/?a=commit;h=6a2b92a15ac198fa09d050a63... Author: Józef Kucia <jkucia(a)codeweavers.com> Date: Thu Jul 12 11:39:39 2018 +0200 winevulkan: Generate code for supported core commands. Generate thunks for core commands if command aliases are already supported. Signed-off-by: Józef Kucia <jkucia(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/vulkan-1/vulkan-1.spec | 38 +++---- dlls/winevulkan/make_vulkan | 9 +- dlls/winevulkan/vulkan_thunks.c | 233 ++++++++++++++++++++++++++++++++++++++++ dlls/winevulkan/vulkan_thunks.h | 74 +++++++++++++ dlls/winevulkan/winevulkan.spec | 38 +++---- include/wine/vulkan.h | 38 +++++++ 6 files changed, 389 insertions(+), 41 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=6a2b92a15ac198fa09d05...
participants (1)
-
Alexandre Julliard