Module: wine Branch: master Commit: 011fabb2c43d13402ea18b6ea7be3669b5e6c7a8 URL: https://source.winehq.org/git/wine.git/?a=commit;h=011fabb2c43d13402ea18b6ea...
Author: Paul Gofman pgofman@codeweavers.com Date: Mon May 3 13:26:27 2021 +0300
winex11.drv: Handle Vulkan surface creation with NULL hwnd.
Signed-off-by: Paul Gofman pgofman@codeweavers.com Signed-off-by: RĂ©mi Bernon rbernon@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/vulkan-1/tests/vulkan.c | 112 +++++++++++++++++++++++++++++++++++++++++-- dlls/winex11.drv/vulkan.c | 38 +++++++++++---- dlls/winex11.drv/window.c | 18 +++++++ dlls/winex11.drv/x11drv.h | 1 + 4 files changed, 158 insertions(+), 11 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=011fabb2c43d13402ea18...