summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorBoris Brezillon <boris.brezillon@collabora.com>2019-07-16 19:20:49 +0200
committerMarge Bot <eric+marge@anholt.net>2021-06-22 14:07:34 +0000
commitd970fe2e9d6a8e9997a0ce212146d62013b3b455 (patch)
tree12b5bb63b1b7d9c3261e131b176b238608da9dfb /meson_options.txt
parent20b22efdcb72ddadb1a64e6f4dcf4f1fe4ec5b29 (diff)
panfrost: Add a Vulkan driver for Midgard/Bifrost GPUs
Based on turnip. Signed-off-by: Boris Brezillon <boris.brezillon@collabora.com> Acked-by: Kristian H. Kristensen <hoegsberg@google.com> Acked-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl> Acked-by: Jason Ekstrand <jason@jlekstrand.net> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11139>
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 54e15e9f850..1e0986b5eba 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -184,7 +184,7 @@ option(
'vulkan-drivers',
type : 'array',
value : ['auto'],
- choices : ['auto', 'amd', 'broadcom', 'freedreno', 'intel', 'swrast', 'virtio-experimental'],
+ choices : ['auto', 'amd', 'broadcom', 'freedreno', 'intel', 'panfrost', 'swrast', 'virtio-experimental'],
description : 'List of vulkan drivers to build. If this is set to auto all drivers applicable to the target OS/architecture will be built'
)
option(