-
f05386e0
by Petrichor Park at 2025-03-10T15:12:25+01:00
tests/shader_runner: Allow controlling which shader models to run via command line.
Adds new flags --sm-min and --sm-max. They each take a shader model
identifier, with the same syntax as in the test harness. If either is
present, then it will only run tests within the (inclusive) range.
Omitting one allows anything as the min/max.
-
5a898254
by Giovanni Mascellani at 2025-03-10T15:12:33+01:00
tests/shader_runner: Allow selecting the executor.
-
d34f5fba
by Giovanni Mascellani at 2025-03-10T15:12:45+01:00
tests/shader_runner: Allow selecting the compiler.