-
5deeaf1b
by Giovanni Mascellani at 2026-06-04T15:16:35+02:00
tests/hlsl: Account for a bug on Windows AMD d3d9 in uninitialized-varyings.shader_test.
-
1dbcc656
by Giovanni Mascellani at 2026-06-04T15:26:21+02:00
tests/shader_runner_d3d12: Create X32G8X24 SRVs as views of D32S8X24 textures.
The current behavior doesn't raise any validation error, but
causes a device loss on both my Windows AMD systems. This change
works around the issue.
-
8f545d4b
by Giovanni Mascellani at 2026-06-04T15:27:38+02:00
tests/hlsl: Account for a bug on Windows AMD d3d9 in shader-point-size.shader_test.