-
31136ead
by Henri Verbeet at 2025-08-21T15:29:27+02:00
tests/shader_runner: Use read_f32() to parse "uniform" directives.
-
a0837486
by Henri Verbeet at 2025-08-21T15:29:27+02:00
tests/shader_runner: Use read_f64() to parse "uniform" directives.
-
0b8abe75
by Petrichor Park at 2025-08-21T15:29:27+02:00
tests: Normalise NAN values in compare_float() and compare_double().
I.e., ignore the mantissa/payload of NAN values.
-
ea6104cf
by Petrichor Park at 2025-08-21T15:29:27+02:00
tests/hlsl: Add some tests for the frexp() intrinsic.
-
d964d55b
by Petrichor Park at 2025-08-21T15:29:27+02:00
vkd3d-shader/hlsl: Implement the frexp() intrinsic.