Module: wine Branch: master Commit: 3fcec7cf7853bb60267bee324d0ef8a22eb5edf9 URL: https://source.winehq.org/git/wine.git/?a=commit;h=3fcec7cf7853bb60267bee324... Author: Roderick Colenbrander <thunderbird2k(a)gmail.com> Date: Wed Mar 14 23:39:40 2018 -0700 winevulkan: Support various device extensions. Signed-off-by: Roderick Colenbrander <thunderbird2k(a)gmail.com> Signed-off-by: Józef Kucia <jkucia(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/winevulkan/make_vulkan | 49 ++++++- dlls/winevulkan/vulkan_thunks.c | 313 ++++++++++++++++++++++++++++------------ dlls/winevulkan/vulkan_thunks.h | 98 +++++++++---- include/wine/vulkan.h | 81 +++++++++++ 4 files changed, 419 insertions(+), 122 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=3fcec7cf7853bb60267be...