Module: vkd3d Branch: master Commit: 9ea84ae8c91741418a7e0ab0b46887fd358b7d3c URL: https://gitlab.winehq.org/wine/vkd3d/-/commit/9ea84ae8c91741418a7e0ab0b46887... Author: Zebediah Figura <zfigura(a)codeweavers.com> Date: Tue Feb 21 17:46:36 2023 -0600 tests/shader_runner: Use the global test_options structure. Inspired by a patch by Giovanni Mascellani. --- tests/d3d12.c | 2 ++ tests/d3d12_crosstest.h | 25 ------------------------ tests/d3d12_invalid_usage.c | 2 ++ tests/hlsl_d3d12.c | 2 ++ tests/shader_runner.c | 46 ++++++++++++++++---------------------------- tests/shader_runner.h | 10 +++++----- tests/shader_runner_d3d11.c | 42 ++++++---------------------------------- tests/shader_runner_d3d12.c | 5 ++--- tests/shader_runner_d3d9.c | 20 +++---------------- tests/shader_runner_vulkan.c | 4 ++-- tests/utils.h | 30 +++++++++++++++++++++++++++++ 11 files changed, 71 insertions(+), 117 deletions(-)