Re: [Piglit] [PATCH v4] framework: Add a vulkan tests profile

2018-11-07 Thread Dylan Baker
Quoting Neil Roberts (2018-11-05 02:04:44) > This searches for files named *.vk_shader_test in the tests/vulkan > directory and runs them with VkRunner. VkRunner is executed as an > external dependency. It is found either with the vkrunner:bin config > option, by setting the PIGLIT_VKRUNNER_BINARY

Re: [Piglit] [PATCH v4] framework: Add a vulkan tests profile

2018-11-05 Thread Samuel Iglesias Gonsálvez
This patch and the second patch of the v3 patch series are: Reviewed-by: Samuel Iglesias Gonsálvez Thanks, Sam On Monday, 5 November 2018 11:04:44 (CET) Neil Roberts wrote: > This searches for files named *.vk_shader_test in the tests/vulkan > directory and runs them with VkRunner. VkRunner is

[Piglit] [PATCH v4] framework: Add a vulkan tests profile

2018-11-05 Thread Neil Roberts
This searches for files named *.vk_shader_test in the tests/vulkan directory and runs them with VkRunner. VkRunner is executed as an external dependency. It is found either with the vkrunner:bin config option, by setting the PIGLIT_VKRUNNER_BINARY environment variable, or just in the search path.