Skip to content

zink: merge qbo update copies when possible

Mike Blumenkrantz requested to merge zmike/mesa:zink-query into main

if a single query is being started and stopped frequently, update the internal qbo with a single copy call instead of one copy per result

not actually that useful in practice because of how query pools are shared, but could help somewhere in theory

Merge request reports

Loading