-
e5081a1b
by Shaun Ren at 2025-10-16T14:26:47+02:00
tests/shader_runner: Add a "compile shader model" require directive.
This directive requires specific shader models to be tested for
compilation, bypassing the default behaviour where only one version from
each shader model set (SM1-3, SM4-5, SM6) is compiled.
-
b5e2e1dd
by Shaun Ren at 2025-10-16T14:27:29+02:00
vkd3d-shader/ir: Determine the correct writemask for destinations with fixed masks.
-
27f0475d
by Shaun Ren at 2025-10-16T14:29:11+02:00
vkd3d-shader/ir: Keep source swizzles for registers with fixed masks in temp_allocator_set_src().