[Git][wine/vkd3d][master] 5 commits: tests/shader_runner_gl: Allow unused input elements.
Henri Verbeet pushed to branch master at wine / vkd3d Commits: b2de5b5b by Henri Verbeet at 2026-02-23T16:38:49+01:00 tests/shader_runner_gl: Allow unused input elements. Somewhat like commit 4a4bf9f77b2ebc1e1fc883a4ed90e40f50cc1462 for the Vulkan runner, although with the difference that the GL runner was already keeping track of strides in vbo_info[]. - - - - - 9e218b48 by Anna (navi) Figueiredo Gomes at 2026-02-23T16:38:49+01:00 vkd3d-shader/tpf: Recognize the SV_ClipDistance and SV_CullDistance semantics. Signed-off-by: Anna (navi) Figueiredo Gomes <agomes@codeweavers.com> - - - - - 3416ca4f by Anna (navi) Figueiredo Gomes at 2026-02-23T16:38:49+01:00 tests/hlsl_d3d12: Add a Clip/Cull reflection test. - - - - - 805c109d by Anna (navi) Figueiredo Gomes at 2026-02-23T16:38:49+01:00 vkd3d-shader/hlsl: Group clip/cull registers together exclusively. - - - - - 9421dad3 by Anna (navi) Figueiredo Gomes at 2026-02-23T16:38:49+01:00 vkd3d-shader/tpf: Check the semantic index for clip/cull semantics. - - - - - 6 changed files: - libs/vkd3d-shader/hlsl_codegen.c - libs/vkd3d-shader/tpf.c - tests/hlsl/clip-cull-distance-1.shader_test - tests/hlsl/clip-cull-distance-2.shader_test - tests/hlsl_d3d12.c - tests/shader_runner_gl.c View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/5c355b5963ef7a51eb152a8f15445... -- View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/5c355b5963ef7a51eb152a8f15445... You're receiving this email because of your account on gitlab.winehq.org.
participants (1)
-
Henri Verbeet (@hverbeet)