https://bugs.winehq.org/show_bug.cgi?id=40110 Bug ID: 40110 Summary: d3d10core:device and d3d11:d3d11 regression Product: Wine Version: 1.9.3 Hardware: x86 OS: Windows Status: NEW Severity: normal Priority: P2 Component: directx-d3d Assignee: wine-bugs(a)winehq.org Reporter: fgouget(a)codeweavers.com Since the commits below, my fg-acer64 test machine is getting new failures on Windows 8, in both 32 and 64 bits. fg-acer64 is an Acer laptop with an i5-3317U processor and HD Graphics 4000 integrated graphics. d3d10core:device failures: device.c:4858: Test failed: Got unexpected color 0xff0000ff at (0, 0), expected 0xffffffff. device.c:4858: Test failed: Got unexpected color 0xff00ffff at (1, 0), expected 0xff000000. device.c:4858: Test failed: Got unexpected color 0xff00ff00 at (2, 0), expected 0xff000000. device.c:4858: Test failed: Got unexpected color 0xffffff00 at (3, 0), expected 0xff000000. device.c:4858: Test failed: Got unexpected color 0xffff0000 at (0, 1), expected 0xffffff00. device.c:4858: Test failed: Got unexpected color 0xffff00ff at (1, 1), expected 0xff0000ff. device.c:4858: Test failed: Got unexpected color 0xff000000 at (2, 1), expected 0xff00ffff. device.c:4858: Test failed: Got unexpected color 0xff7f7f7f at (3, 1), expected 0x00000000. device.c:4858: Test failed: Got unexpected color 0xffffffff at (0, 2), expected 0xff7f7f7f. device.c:4858: Test failed: Got unexpected color 0xffffffff at (1, 2), expected 0xffff0000. device.c:4858: Test failed: Got unexpected color 0xffffffff at (2, 2), expected 0xffff00ff. device.c:4858: Test failed: Got unexpected color 0xff000000 at (3, 2), expected 0xff7f7f7f. device.c:4858: Test failed: Got unexpected color 0xff000000 at (1, 3), expected 0xffffffff. device.c:4858: Test failed: Got unexpected color 0xff000000 at (3, 3), expected 0x00000000. d3d11:d3d11 failures: d3d11.c:4508: Test failed: Got unexpected color 0xff0000ff at (0, 0), expected 0xffffffff. d3d11.c:4508: Test failed: Got unexpected color 0xff00ffff at (1, 0), expected 0xff000000. d3d11.c:4508: Test failed: Got unexpected color 0xff00ff00 at (2, 0), expected 0xff000000. d3d11.c:4508: Test failed: Got unexpected color 0xffffff00 at (3, 0), expected 0xff000000. d3d11.c:4508: Test failed: Got unexpected color 0xffff0000 at (0, 1), expected 0xffffff00. d3d11.c:4508: Test failed: Got unexpected color 0xffff00ff at (1, 1), expected 0xff0000ff. d3d11.c:4508: Test failed: Got unexpected color 0xff000000 at (2, 1), expected 0xff00ffff. d3d11.c:4508: Test failed: Got unexpected color 0xff7f7f7f at (3, 1), expected 0x00000000. d3d11.c:4508: Test failed: Got unexpected color 0xffffffff at (0, 2), expected 0xff7f7f7f. d3d11.c:4508: Test failed: Got unexpected color 0xffffffff at (1, 2), expected 0xffff0000. d3d11.c:4508: Test failed: Got unexpected color 0xffffffff at (2, 2), expected 0xffff00ff. d3d11.c:4508: Test failed: Got unexpected color 0xff000000 at (3, 2), expected 0xff7f7f7f. d3d11.c:4508: Test failed: Got unexpected color 0xff000000 at (1, 3), expected 0xffffffff. d3d11.c:4508: Test failed: Got unexpected color 0xff000000 at (3, 3), expected 0x00000000. The results on test.winehq.org: https://test.winehq.org/data/tests/d3d10core:device.html https://test.winehq.org/data/tests/d3d11:d3d11.html commit 50a8d3f6d2c0bce11aefa94a0b7fa53951d0defe Author: Józef Kucia <jkucia(a)codeweavers.com> Date: Tue Jan 19 22:28:12 2016 +0100 d3d10core/tests: Port test_copy_subresource_region() from d3d11. Signed-off-by: Józef Kucia <jkucia(a)codeweavers.com> Signed-off-by: Henri Verbeet <hverbeet(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> commit c161543c8678125b00972282208035ad710ff648 Author: Józef Kucia <jkucia(a)codeweavers.com> Date: Tue Jan 19 22:28:11 2016 +0100 d3d11/tests: Add test for ID3D11DeviceContext::CopySubresourceRegion(). Based on test_update_subresource(). Signed-off-by: Józef Kucia <jkucia(a)codeweavers.com> Signed-off-by: Henri Verbeet <hverbeet(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.