tests/shader-runner: Make geometry shaders optional.
This allows the Vulkan runner to execute in environments which do not support geometry shaders, most notably MoltenVK. In particular, that enables SM<4 shaders to run in such environments
Merge request reports
Activity
In principle I don't have an issue with this MR, but note that 4553b2a0 added the geometry shader capability for the SV_PrimitiveID usage in rasteriser-ordered-views.shader_test, while geometry.shader_test doesn't end up actually executing on the Vulkan runner because the vkd3d-shader HLSL support isn't there.
Right, I completely overlooked that comment. I pushed something that should fix this problem. It is probably not an ideal solution, since from the point of view of the shader runner ROV.shader_test is not really using geometry shaders. Needing that capability is rather a quirk of how Vulkan works. The correct solution would probably be adding yet another shader runner capability, called e.g.
primitiveid-in-pixel-shader
, which is satisfied withgeometryShader
on the Vulkan runner. I can do that if you want, but it looks a bit excessive.Yes, I know that the Vulkan runner is not going to execute geometry shaders, but I hope this will eventually be solved. Also, the point of this MR is not to run geometry shaders tests, but rather to run all the other tests which are currently excluded because of an irrelevant feature (on MoltenVK, at least).
added 1 commit
- 53c5b6e8 - tests/shader-runner: Make geometry shaders optional.
added 15 commits
-
53c5b6e8...7f834f57 - 14 commits from branch
wine:master
- bc351f4b - tests/shader-runner: Make geometry shaders optional.
-
53c5b6e8...7f834f57 - 14 commits from branch