Skip to content

aux/tc: implement draw merging with drawids

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

In the course of profiling minecraft I discovered that it uses sequential draws with drawids that can be merged.

Unfortunately, minecraft is resistant to any sort of benchmarking with its wildly fluctuating fps, so I'm unable to see exactly how much this helps.

Merge request reports