Skip to content

zink/query: refactor the xfb split buffers/query pools

Dave Airlie requested to merge airlied/mesa:zink-query-refactor into main

This grew a bit.

First it refactors the buffers/queries into a single namespace, moves all the XFB queries into using a single pool maps the buffers up front for getting results, and finally only reset the query range in use instead of the big hammer.

Edited by Dave Airlie

Merge request reports