-
02363088
by Giovanni Mascellani at 2025-06-05T15:50:01+02:00
tests/hlsl: Test minimum precision IDXTEMP registers.
-
bda2be34
by Giovanni Mascellani at 2025-06-05T15:50:04+02:00
vkd3d-shader/hlsl: Reject programs with group shared variables.
Currently the modifier is ignored and the program is miscompiled.
-
1d77d51c
by Giovanni Mascellani at 2025-06-05T15:50:04+02:00
tests/hlsl: Test some quirks of TGSMs with SM < 5.0.
I'm not specifically interested in that, but since I ran into
those idiosyncrasies while writing other TGSM tests I decided that
it might turn out useful to keep them.
-
87fe08fe
by Giovanni Mascellani at 2025-06-05T15:50:23+02:00
tests/hlsl: Test TGSMs with minimum precision unsigned integers.