mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 11:40:10 +01:00
meson: add freedreno (turnip) Vulkan to arm64 defaults
On Aarch64 enable freedreno Vulkan driver (turnip) by default. It is stable enough to be enabled by default on the relevant platform. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33462>
This commit is contained in:
parent
f921b42c8c
commit
6f3062dffa
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', 'panfrost']
|
||||
_vulkan_drivers = ['swrast', 'intel', 'panfrost', 'freedreno']
|
||||
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