Skip to content

aux/tc: track whether queries have been terminated in a renderpass

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

on tilers it's important to know whether a query is ended mid-renderpass so that the query begin can occur inside/outside of the renderpass

Merge request reports