Skip to content

gallium: Add a PIPE_CAP_QUERY_PIPELINE_STATISTICS_SINGLE capability and query type

Kenneth Graunke requested to merge kwg/mesa:st-pipestat-single into master

Here's a better version that doesn't break compatibility for anyone, actually has a cap bit so drivers can choose to implement single-query or all-11-queries, and is actually simpler.

This one writes the single query value in result->u64 instead of an index into the struct, which avoids a lot of complexity.

Merge request reports