Skip to content

iris: move iris_vtable to a global struct

Mike Blumenkrantz requested to merge zmike/mesa:ci-global_vtable into master

instead of inlining this into every context, now a static struct is used based on hardware generation detected on creation of the first iris_screen struct

fix kwg/mesa#6 (closed)

Merge request reports