Giovanni Mascellani
cd64aa69c8
tests/shader_runner: Introduce a new tag system.
...
Mostly to be able to associate a version number to each tag and
get rid of all the foo<1.2.3 tags. The new system also has fixed
tag slots, rather than dealing with strings, so we don't have to
manually adjust the size of the `tags' array.
With the new system each tag can be present or not, and if it is
present it can have an associated version number (of the form
major.minor.patch). If the version is not available, it is set to
0.0.0. Each tag can be queried for existence and for comparison
with the version number.
2025-10-06 19:41:09 +02:00
Giovanni Mascellani
41515b7047
tests: Introduce get_llvm_driver_version().
2025-10-06 15:22:06 +02:00
Giovanni Mascellani
42016ab09c
tests: Introduce get_nvidia_driver_version().
2025-10-06 15:22:06 +02:00
Giovanni Mascellani
190033bb85
tests: Introduce get_mvk_driver_version().
2025-10-06 15:22:06 +02:00
Giovanni Mascellani
265d0fddb5
tests: Introduce get_mesa_driver_version().
2025-10-06 15:22:06 +02:00
Giovanni Mascellani
92837899cd
tests: Introduce get_vulkan_driver_version().
2025-10-06 15:22:06 +02:00
Elizabeth Figura
e312207124
tests/shader_runner: Add support for cube resources.
2025-06-26 17:38:55 +02:00
Elizabeth Figura
587c2dc76e
tests/shader_runner: Add support for 3D resources.
2025-06-26 17:31:34 +02:00
Giovanni Mascellani
7b4a29da81
tests: Mark a todo as resolved on MoltenVK 1.2.12.
...
Technically it is not, the Vulkan commands we're generating are
still not correct. But let's get rid of the failure message.
2025-04-03 20:28:31 +02:00
Conor McCarthy
a557ad0aea
tests/hlsl: Add a test for SV_RenderTargetArrayIndex.
2025-01-27 14:52:28 +01:00
Anna (navi) Figueiredo Gomes
d5ed4df254
tests/shader_runner: Add a "mesa<23.3" tag.
2024-12-19 20:34:55 +01:00
Giovanni Mascellani
3285d1ad8c
tests: Only destroy the device if the context has one in vulkan_test_context_destroy().
...
If vulkan_test_context_init_device() was never called, or failed to
create a device, the context won't have a device.
2024-10-10 19:53:18 +02:00
Conor McCarthy
fcb09be6e3
tests/shader-runner: Move the Vulkan helper functions to vulkan_utils.h.
2024-10-08 20:34:03 +02:00
Conor McCarthy
ce83628882
tests/shader-runner: Move struct vulkan_test_context to vulkan_utils.h.
2024-10-08 20:34:03 +02:00