https://bugs.winehq.org/show_bug.cgi?id=49441
--- Comment #6 from Kevin Andrews kjandrews0@gmail.com --- After 6 hours of git bisect and compiling with 64bit support to test with the exact same configuration, (ccache is a huge help!):
145cfce1135a7e59cc4c89cd05b572403f188161 is the first bad commit commit 145cfce1135a7e59cc4c89cd05b572403f188161 Author: Zhiyi Zhang zzhang@codeweavers.com Date: Wed Jun 17 20:02:04 2020 +0800
winex11.drv: Add a Vulkan UUID property for GPUs.
A Vulkan UUID property is used to find the corresponding GPU in SetupAPI.
Signed-off-by: Zhiyi Zhang zzhang@codeweavers.com Signed-off-by: Liam Middlebrook lmiddlebrook@nvidia.com Signed-off-by: Alexandre Julliard julliard@winehq.org
dlls/winex11.drv/display.c | 15 +++++-- dlls/winex11.drv/x11drv.h | 2 + dlls/winex11.drv/xrandr.c | 99 ++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 113 insertions(+), 3 deletions(-)
Hopefully this should identify what needs changing... is there anything else I can try or help with?