summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorKristian H. Kristensen <hoegsberg@google.com>2020-04-07 12:36:20 -0700
committerMarge Bot <eric+marge@anholt.net>2020-09-21 22:51:05 +0000
commite80758405c770cb2b47059d9bd336d9115c7899e (patch)
tree584322fe50beff5e974bd5728baa202d5427273a /meson_options.txt
parentcc3bf00cc26ddb991b4036a9911299e7d122115b (diff)
turnip: Add kgsl backend
Lacking a bit around fences and wsi integration, but there's enough here to actually drive the GPU. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4479>
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index a0cf4abca92..bf031eeb11f 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -170,6 +170,12 @@ option(
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(
+ 'freedreno-kgsl',
+ type : 'boolean',
+ value : false,
+ description : 'use kgsl backend for freedreno vulkan driver',
+)
+option(
'shader-cache',
type : 'combo',
value : 'auto',