Skip to content

zink: optimize shader variants

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

this significantly reduces overhead for apps (e.g., superposition) which always use a "non-standard" shader variant by avoiding the need to ever do variant lookups

Merge request reports