summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorFrank Binns <frank.binns@imgtec.com>2022-02-25 10:28:39 +0000
committerFrank Binns <frank.binns@imgtec.com>2022-03-22 15:04:55 +0000
commit8991e646411b73c1e03278267c80758e921f2352 (patch)
treec473fa0666deaabd186f7665124f39366560e9f9 /meson_options.txt
parent5d151ddfba2b434825c48d2eff222b15911fcb82 (diff)
pvr: Add a Vulkan driver for Imagination Technologies PowerVR Rogue GPUs
Co-authored-by: Rajnesh Kanwal <rajnesh.kanwal@imgtec.com> Co-authored-by: Karmjit Mahil <Karmjit.Mahil@imgtec.com> Co-authored-by: Simon Perretta <simon.perretta@imgtec.com> Co-authored-by: Alexander Wasey <Alexander.Wasey@imgtec.com> Signed-off-by: Frank Binns <frank.binns@imgtec.com> Signed-off-by: Rajnesh Kanwal <rajnesh.kanwal@imgtec.com> Signed-off-by: Karmjit Mahil <Karmjit.Mahil@imgtec.com> Signed-off-by: Simon Perretta <simon.perretta@imgtec.com> Signed-off-by: Alexander Wasey <Alexander.Wasey@imgtec.com> Acked-by: Jason Ekstrand <jason.ekstrand@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15243>
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt8
1 files changed, 7 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt
index e5df4735daa..9fe70b11c28 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -192,7 +192,7 @@ option(
'vulkan-drivers',
type : 'array',
value : ['auto'],
- choices : ['auto', 'amd', 'broadcom', 'freedreno', 'intel', 'panfrost', 'swrast', 'virtio-experimental'],
+ choices : ['auto', 'amd', 'broadcom', 'freedreno', 'imagination-experimental', '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(
@@ -202,6 +202,12 @@ option(
description : 'use kgsl backend for freedreno vulkan driver',
)
option(
+ 'imagination-srv',
+ type : 'boolean',
+ value : false,
+ description : 'Enable Services backend for Imagination Technologies vulkan driver',
+)
+option(
'shader-cache',
type : 'combo',
value : 'auto',