Skip to content

zink: pipeline statistics queries

Mike Blumenkrantz requested to merge zmike/mesa:zink-pipe_stats into master

this is the last "feature" for queries, after which point the refactoring can commence in an attempt to make things less awful and prep for serializing results through compute shaders like more competent drivers do

at present, due to the suboptimal batching infrastructure, compute queries are strapped onto the existing codebase like an outboard motor, complete with random flushes and stalls because we absolutely don't care about performance 👍

Merge request reports

Loading