https://bugs.winehq.org/show_bug.cgi?id=50945
Bug ID: 50945 Summary: StretchBlt may produce incorrect results Product: Wine Version: 6.5 Hardware: x86-64 OS: Linux Status: NEW Severity: normal Priority: P2 Component: gdi32 Assignee: wine-bugs@winehq.org Reporter: zzhang@codeweavers.com Distribution: ---
In the attached program, test 26, 28, 36, 37, 38 doesn't produce the same results on Wine as Windows.
Test 26: Set source DC layout flag as LAYOUT_RTL | LAYOUT_BITMAPORIENTATIONPRESERVED Test 28: Set source DC layout flag as LAYOUT_RTL | LAYOUT_BITMAPORIENTATIONPRESERVED with mirrored x Test 36: Source with mirrored x with offset Test 37: Source with mirrored y with offset Test 38: Source with mirrored x and y with offset
Run the test program and click left to advance test cases and click right to go back. Compare the results on Windows and on Wine.
https://bugs.winehq.org/show_bug.cgi?id=50945
--- Comment #1 from Zhiyi Zhang zzhang@codeweavers.com --- Created attachment 69763 --> https://bugs.winehq.org/attachment.cgi?id=69763 test program
https://bugs.winehq.org/show_bug.cgi?id=50945
--- Comment #2 from Zhiyi Zhang zzhang@codeweavers.com --- Created attachment 69764 --> https://bugs.winehq.org/attachment.cgi?id=69764 test case 26
https://bugs.winehq.org/show_bug.cgi?id=50945
--- Comment #3 from Zhiyi Zhang zzhang@codeweavers.com --- Created attachment 69765 --> https://bugs.winehq.org/attachment.cgi?id=69765 test case 28
https://bugs.winehq.org/show_bug.cgi?id=50945
--- Comment #4 from Zhiyi Zhang zzhang@codeweavers.com --- Created attachment 69766 --> https://bugs.winehq.org/attachment.cgi?id=69766 test case 36
https://bugs.winehq.org/show_bug.cgi?id=50945
--- Comment #5 from Zhiyi Zhang zzhang@codeweavers.com --- Created attachment 69767 --> https://bugs.winehq.org/attachment.cgi?id=69767 test case 37
https://bugs.winehq.org/show_bug.cgi?id=50945
--- Comment #6 from Zhiyi Zhang zzhang@codeweavers.com --- Created attachment 69768 --> https://bugs.winehq.org/attachment.cgi?id=69768 test case 38