mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 09:38:07 +02:00
radv: Don't init gfx preamble without gfx support.
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33963>
This commit is contained in:
parent
d2e69dc734
commit
098770ec51
1 changed files with 1 additions and 1 deletions
|
|
@ -1356,7 +1356,7 @@ radv_CreateDevice(VkPhysicalDevice physicalDevice, const VkDeviceCreateInfo *pCr
|
|||
}
|
||||
}
|
||||
|
||||
if (!(instance->debug_flags & RADV_DEBUG_NO_IBS))
|
||||
if (pdev->info.has_graphics && !(instance->debug_flags & RADV_DEBUG_NO_IBS))
|
||||
radv_create_gfx_preamble(device);
|
||||
|
||||
if (!device->vk.disable_internal_cache) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue