We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
=== GRVK 0.5.0 === I/00000BDC/grInitAndEnumerateGpus: app "Battlefield" (01000000), engine "Frostbite" (00C00000), api 00018000 I/00000BDC/quirkInit: enabled 0x4 W/00000BDC/grInitAndEnumerateGpus: unhandled alloc callbacks I/00000BDC/grCreateDevice: 1002:67DF "AMD RADV POLARIS10" (Vulkan 1.2.199, driver 21.99.99) I/00000BDC/grCreateDevice: DMA queue remapped to compute queue 1 E/00000BDC/grCreateDevice: vkCreateDevice failed (-7) E/00000BDC/grCreateDevice: missing extension. make sure your Vulkan driver supports: E/00000BDC/grCreateDevice: - VK_EXT_custom_border_color E/00000BDC/grCreateDevice: - VK_EXT_extended_dynamic_state E/00000BDC/grCreateDevice: - VK_EXT_shader_demote_to_helper_invocation E/00000BDC/grCreateDevice: - VK_KHR_dynamic_rendering E/00000BDC/grCreateDevice: - VK_KHR_swapchain
The text was updated successfully, but these errors were encountered:
You need the latest git version of mesa. Stable versions don't have dynamic rendering yet. "Vulkan version" is basically meaningless.
Sorry, something went wrong.
It should work if you get the very latest mesa-git. VK_KHR_dynamic_rendering only landed yesterday in RADV.
VK_KHR_dynamic_rendering
Yeah, issue was on my end
No branches or pull requests
=== GRVK 0.5.0 ===
I/00000BDC/grInitAndEnumerateGpus: app "Battlefield" (01000000), engine "Frostbite" (00C00000), api 00018000
I/00000BDC/quirkInit: enabled 0x4
W/00000BDC/grInitAndEnumerateGpus: unhandled alloc callbacks
I/00000BDC/grCreateDevice: 1002:67DF "AMD RADV POLARIS10" (Vulkan 1.2.199, driver 21.99.99)
I/00000BDC/grCreateDevice: DMA queue remapped to compute queue 1
E/00000BDC/grCreateDevice: vkCreateDevice failed (-7)
E/00000BDC/grCreateDevice: missing extension. make sure your Vulkan driver supports:
E/00000BDC/grCreateDevice: - VK_EXT_custom_border_color
E/00000BDC/grCreateDevice: - VK_EXT_extended_dynamic_state
E/00000BDC/grCreateDevice: - VK_EXT_shader_demote_to_helper_invocation
E/00000BDC/grCreateDevice: - VK_KHR_dynamic_rendering
E/00000BDC/grCreateDevice: - VK_KHR_swapchain
The text was updated successfully, but these errors were encountered: