https://bugs.winehq.org/show_bug.cgi?id=52917 Bug ID: 52917 Summary: d3d11:d3d11 - test_ps_cs_uav_binding() fails in Wine on cw-rx460 Product: Wine Version: unspecified Hardware: x86-64 OS: Linux Status: NEW Severity: normal Priority: P2 Component: directx-d3d Assignee: wine-bugs(a)winehq.org Reporter: fgouget(a)codeweavers.com Distribution: --- d3d11:d3d11's test_ps_cs_uav_binding() fails in Wine on the cw-rx460 machine: d3d11.c:22459: Test failed: Got 0.00000000e+000, expected 1.00000000e+000 at (0, 0), sub-resource 0. d3d11.c:22465: Test failed: Got 0.00000000e+000, expected 1.00000000e+000 at (0, 0), sub-resource 0. d3d11.c:22470: Test failed: Got 1.00000000e+000, expected 2.00000000e+000 at (0, 0), sub-resource 0. d3d11.c:22478: Test failed: Got 1.00000000e+000, expected 2.00000000e+000 at (0, 0), sub-resource 0. d3d11.c:22481: Test failed: Got 2.00000000e+000, expected 4.00000000e+000 at (0, 0), sub-resource 0. https://test.winehq.org/data/patterns.html#d3d11:d3d11 d3d11:d3d11 already had a cw-rx460-specific failure in Wine (see bug 52563) but a bisect shows that this group of failures started with this commit: commit 444a513de0a0b704c210d41cc7c185588d899db9 Author: Zebediah Figura <zfigura(a)codeweavers.com> Date: Fri Apr 22 15:42:54 2022 -0500 wined3d: Clear the texture BO when loading textures into WINED3D_LOCATION_BUFFER. Signed-off-by: Zebediah Figura <zfigura(a)codeweavers.com> Signed-off-by: Henri Verbeet <hverbeet(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> I disabled CSMT with WINE_D3D_CONFIG=csmt=0 just in case but I still got this new set of failures. -- 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.