Henri Verbeet pushed to branch master at wine / vkd3d
Commits: 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.
- - - - -
2 changed files:
- tests/shader_runner.c - tests/utils.h
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/2f260a344e7b7a8ebc4e8d781f37c...