Skip to content

nvk: set device info before use in nvk_get_device_extensions

Thomas Andersen requested to merge phomes/mesa:device-info into nvk/main

nvk_get_device_extensions uses device->info to enable extensions only for supported device architectures.

Only info is needed, but it seemed cleaner to keep all the three changed lines together.

Merge request reports