https://bugs.winehq.org/show_bug.cgi?id=52862 Bug ID: 52862 Summary: The 64-bit d3dcompiler_43:hlsl_d3d9, d3dcompiler_46:hlsl_d3d9 and d3dcompiler_47:hlsl_d3d9 fail in Wine on cw-gtx560 Product: Wine Version: unspecified Hardware: x86-64 OS: Linux Status: NEW Severity: normal Priority: P2 Component: directx-d3d-util Assignee: wine-bugs(a)winehq.org Reporter: fgouget(a)codeweavers.com Distribution: --- d3dcompiler_43:hlsl_d3d9, d3dcompiler_46:hlsl_d3d9 and d3dcompiler_47:hlsl_d3d9 have the same failures in Wine on cw-gtx560: hlsl_d3d9.c:469: Test failed: Test 0: Got unexpected value {0.00000000e+000, 0.00000000e+000, 0.00000000e+000, 0.00000000e+000}. hlsl_d3d9.c:469: Test failed: Test 1: Got unexpected value {0.00000000e+000, 0.00000000e+000, 0.00000000e+000, 0.00000000e+000}. hlsl_d3d9.c:469: Test failed: Test 2: Got unexpected value {0.00000000e+000, 0.00000000e+000, 0.00000000e+000, 0.00000000e+000}. hlsl_d3d9.c:469: Test failed: Test 3: Got unexpected value {0.00000000e+000, 0.00000000e+000, 0.00000000e+000, 0.00000000e+000}. hlsl_d3d9.c:469: Test failed: Test 4: Got unexpected value {0.00000000e+000, 0.00000000e+000, 0.00000000e+000, 0.00000000e+000}. hlsl_d3d9.c:469: Test failed: Test 5: Got unexpected value {0.00000000e+000, 0.00000000e+000, 0.00000000e+000, 0.00000000e+000}. hlsl_d3d9.c:469: Test failed: Test 6: Got unexpected value {0.00000000e+000, 0.00000000e+000, 0.00000000e+000, 0.00000000e+000}. hlsl_d3d9.c:469: Test failed: Test 7: Got unexpected value {0.00000000e+000, 0.00000000e+000, 0.00000000e+000, 0.00000000e+000}. hlsl_d3d9.c:521: Test failed: Got unexpected value {0.00000000e+000, 0.00000000e+000, 0.00000000e+000, 0.00000000e+000}. hlsl_d3d9.c:735: Test failed: Got unexpected value {0.00000000e+000, 0.00000000e+000, 0.00000000e+000, 0.00000000e+000}. hlsl_d3d9.c:940: Test failed: Got unexpected value {0.00000000e+000, 0.00000000e+000, 0.00000000e+000, 0.00000000e+000}. https://test.winehq.org/data/patterns.html#d3dcompiler_43:hlsl_d3d9 https://test.winehq.org/data/patterns.html#d3dcompiler_46:hlsl_d3d9 https://test.winehq.org/data/patterns.html#d3dcompiler_47:hlsl_d3d9 In each case only the wow64 build has failures. All three started failing after this commit: commit 6a062afb75c1e026614403312f2e13207e359634 Author: Zebediah Figura <zfigura(a)codeweavers.com> Date: Thu Mar 3 20:25:26 2022 -0600 d3dcompiler: Implement D3DCompile2() using vkd3d_shader_compile(). Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=51713 Signed-off-by: Zebediah Figura <zfigura(a)codeweavers.com> Signed-off-by: Matteo Bruni <mbruni(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.