Skip to content

gallivm/st: add flags arg to get_query_result_resource api.

Dave Airlie requested to merge airlied/mesa:gallium-query-resource-flags into main

Currently this just has wait, but in order to get the right answer for vulkan partial, lavapipe/llvmpipe need to pass a partial flag through here in the future.

This just changes the API so that's possible.

Merge request reports