Module: vkd3d Branch: master Commit: 808ec288cfa95d3c4cdfad6082693d7044bfe794 URL: https://gitlab.winehq.org/wine/vkd3d/-/commit/808ec288cfa95d3c4cdfad6082693d...
Author: Francisco Casas fcasas@codeweavers.com Date: Mon Mar 4 12:53:30 2024 -0300
tests: Add failing test for clip.shader_test in SM1.
We are not properly translating texkill to spir-v since it is only considering the first component.
---
tests/hlsl/clip.shader_test | 6 ++++++ 1 file changed, 6 insertions(+)
diff --git a/tests/hlsl/clip.shader_test b/tests/hlsl/clip.shader_test index 1ebc0687..64ccb6b1 100644 --- a/tests/hlsl/clip.shader_test +++ b/tests/hlsl/clip.shader_test @@ -20,3 +20,9 @@ probe all rgba (9, 8, 7, 6) uniform 0 float4 9 0 7 6 todo(glsl) draw quad probe all rgba (9, 0, 7, 6) +uniform 0 float4 3 -8 3 0 +todo(glsl) draw quad +todo(sm<4) probe all rgba (9, 0, 7, 6) +uniform 0 float4 3 3 3 -1 +todo(glsl) draw quad +todo(sm<4) probe all rgba (9, 0, 7, 6)