Skip to content

zink: Factor out instance setup a bit more

Mike Blumenkrantz requested to merge zmike/mesa:from_ajax into master

The VkInstance is really display state not screen state, as is the loader version. Factor this out a bit further so that zink_create_instance fills in a zink_instance_info. The latter struct still lives in the zink_screen for now but that'll move soon.

Reviewed-By: Mike Blumenkrantz michael.blumenkrantz@gmail.com

Merge request reports