-
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.