Skip to content

vulkan/dispatch_table: add an uncompacted version of the table

Mike Blumenkrantz requested to merge zmike/mesa:dispatch into main

What does this MR do and why?

vulkan/dispatch_table: add an uncompacted version of the table

this is a bandaid fix that allows users (zink) to actually call the
functions intended to be called. the real fix would be to figure out
which extensions are enabled on the device and then only GPA the
functions associated with those extensions

that's too hard though so I'm slapping some flex tape on it

cc: mesa-stable

fixes #10513

Merge request reports