Skip to content

zink: immediately return false when getting query result if it's not gonna happen

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

this is a small optimization for the no-wait case when unflushed usage exists since it's impossible for a qbo update to happen instantly

no functionality will be fixed by this, it's just a very minor optimization

Merge request reports