[Git][wine/vkd3d][master] 2 commits: tests/hlsl: Test loading from a swizzled texture.
Henri Verbeet pushed to branch master at wine / vkd3d Commits: 16f67849 by Giovanni Mascellani at 2026-06-09T12:58:14+02:00 tests/hlsl: Test loading from a swizzled texture. - - - - - 48278d3c by Giovanni Mascellani at 2026-06-09T13:09:07+02:00 tests/hlsl: Test GatherCmp{Green,Blue,Alpha}() with a SRV swizzle. The current test works on Windows on the CI only because we use a sufficiently old WARP version (1.0.16.1). Starting from 1.0.17.0 compare gathering from channels other than red stops working, and the change is explicitly mentioned in the changelog, so we can assume it's intentional. Therefore we stop assuming that GatherCmp{Green,Blue,Alpha}() will automatically the red component and introduce an explicit SRV swizzle to make that happen. - - - - - 9 changed files: - tests/hlsl/gather-cmp.shader_test - tests/hlsl/texture-load.shader_test - tests/shader_runner.c - tests/shader_runner.h - tests/shader_runner_d3d12.c - tests/shader_runner_gl.c - tests/shader_runner_metal.m - tests/shader_runner_vulkan.c - tests/vulkan_utils.h View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/dbc6523f0c6f235629f1b89759c96... -- View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/dbc6523f0c6f235629f1b89759c96... You're receiving this email because of your account on gitlab.winehq.org. Manage all notifications: https://gitlab.winehq.org/-/profile/notifications | Help: https://gitlab.winehq.org/help
participants (1)
-
Henri Verbeet (@hverbeet)