Skip to content

zink: break out draw dispatch into separate functions

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

this is much easier to read and is going to greatly simplify the eventual multidraw implementation which will be dropped in

also it allows moving conditionals outside of loops to very slightly improve drawoverhead performance (with multidraw)

Merge request reports