Skip to content

nvk: Implement Queries

Faith Ekstrand requested to merge gfxstrand/mesa:nvk/queries into nouveau/vk

This is mostly working, I think. I still need to implement compute shader invocation queries (that probably requires more MME) and figure out why vkCmdCopyQueryPoolResults() with VK_QUERY_RESULT_WAIT_BIT doesn't work properly. I'm probably just missing some flushes somewhere.

Edited by Faith Ekstrand

Merge request reports