mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 17:20:10 +01:00
meson: build panvk by default on arm
PanVK on V10 GPUs has reached production quality, so let's enable building it by default now. Acked-by: Boris Brezillon <boris.brezillon@collabora.com> Reviewed-by: Daniel Stone <None> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33262>
This commit is contained in:
parent
ff9cf7a222
commit
8fb48ad4f7
1 changed files with 1 additions and 1 deletions
|
|
@ -230,7 +230,7 @@ if _vulkan_drivers.contains('auto')
|
|||
if host_machine.cpu_family().startswith('x86')
|
||||
_vulkan_drivers = ['amd', 'intel', 'intel_hasvk', 'nouveau', 'swrast']
|
||||
elif ['arm', 'aarch64'].contains(host_machine.cpu_family())
|
||||
_vulkan_drivers = ['swrast', 'intel']
|
||||
_vulkan_drivers = ['swrast', 'intel', 'panfrost']
|
||||
elif ['mips', 'mips64', 'ppc', 'ppc64', 'riscv32', 'riscv64'].contains(host_machine.cpu_family())
|
||||
_vulkan_drivers = ['amd', 'swrast']
|
||||
elif ['loongarch64'].contains(host_machine.cpu_family())
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue