20:27 fdobridge: <p​homes> how do I do full test runs of nvk? Like the one that found an issue with VK_KHR_draw_indirect_count?
20:29 mhenning: phomes: Not sure what issue you're talking about, but common vulkan test suite is https://github.com/KhronosGroup/VK-GL-CTS
20:36 fdobridge: <g​ouz> @phomes follow the guidelines in https://github.com/KhronosGroup/VK-GL-CTS/blob/main/external/vulkancts/README.md
20:36 fdobridge: <g​ouz> you need to run vk-default tests
20:39 fdobridge: <p​homes> mhenning: the context is https://gitlab.freedesktop.org/nouveau/mesa/-/merge_requests/153#note_1639418 I run tests with e.g. "deqp-vk --deqp-case=*renderpass.indirect_draw.indexed.indirect_draw_count*". Is a full run just running all of vk-default.txt?
20:39 fdobridge: <p​homes> oh, you answered my question while I was typing it. Thanks 🙂
20:48 anholt: phomes: you're going to want https://crates.io/crates/deqp-runner for managing a full run, though.
21:07 fdobridge: <p​homes> anholt: thank you. Running that now