Skip to content

zink: flatten out draw templates a bit

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

having this be super granular was a neat idea, but really I don't care even a little bit about a driver that's weirdly implementing only dynamic vertex input or only dynamic state2

this massively cuts down the combinatorics and provides a more accurate gauge of driver feature levels, since this is the general level of support that they're likely to have

Merge request reports