Skip to content

nvk: Go wide for query copies

Faith Ekstrand requested to merge gfxstrand/mesa:nvk/query-copies into main

There's no reason why we're doing a single invocation and a loop in the shader. We may as well let it parallelize on the off chance that there's more than a few queries to copy.

Merge request reports