Skip to content

d3d12: Don't accumulate timestamp queries

Jesse Natalie requested to merge jenatali/mesa:d3d12-timestamp-query into main

If an app re-issues a timestamp query a lot, but doesn't ever ask for the results, we could end up running off the end of our query heap. But we don't actually need to advance/accumulate, so just use a single entry in the heap.

Merge request reports