Skip to content

zink: dynamic vertex state

Mike Blumenkrantz requested to merge zmike/mesa:zink-dynamic_vertex_state into master

This substantially reduces the number of pipeline objects created.

One minor (pre-existing) issue that's more obviously exposed here: sometimes gallium passes 0 as a vertex buffer stride, and that's prohibited by spec.

Merge request reports