https://bugs.winehq.org/show_bug.cgi?id=54068
Bug ID: 54068 Summary: ddraw:ddraw1, ddraw:ddraw2, ddraw:ddraw4, ddraw:ddraw7 - test_cursor_clipping() gets an unexpected clip rect on Windows 10 2004+ Product: Wine Version: unspecified Hardware: x86-64 OS: Windows Status: NEW Severity: normal Priority: P2 Component: d3d Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com
ddraw:ddraw1, ddraw:ddraw2, ddraw:ddraw4, ddraw:ddraw7 - test_cursor_clipping() gets an unexpected clip rect on Windows 10 2004+:
ddraw1.c:14351: Test failed: Expect clip rect (0,0)-(1920,1080), got (0,0)-(1536,864).
See https://test.winehq.org/data/patterns.html#ddraw:ddraw1 https://test.winehq.org/data/patterns.html#ddraw:ddraw2 https://test.winehq.org/data/patterns.html#ddraw:ddraw4 https://test.winehq.org/data/patterns.html#ddraw:ddraw7
This failure happens systematically on Windows 10 2004 to 22H2 running on QEmu's virtual GPU. However it does not happen on : * Windows 11. * Dual-monitor configurations. * Windows 10 with an AMD RX550 GPU (via PCI passthrough).