summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorAlyssa Rosenzweig <alyssa@rosenzweig.io>2021-04-21 01:06:41 +0530
committerAlyssa Rosenzweig <none>2021-05-02 17:54:05 -0400
commit080b05e29e1f04f22a776057631f4061cf7c1824 (patch)
tree2aa756abb9bba2fa483f1ec81cea6a18d293961b /meson_options.txt
parent0ad6bacb730a36bd2234e4f4be44220f9e241d05 (diff)
asahi: Add Gallium driver
Forked from noop, with some code from Panfrost. Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io> Acked-by: Jason Ekstrand <jason@jlekstrand.net> Acked-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10582>
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 d725761df70..496091852c5 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -67,7 +67,7 @@ option(
choices : [
'auto', 'kmsro', 'radeonsi', 'r300', 'r600', 'nouveau', 'freedreno',
'swrast', 'v3d', 'vc4', 'etnaviv', 'tegra', 'i915', 'svga', 'virgl',
- 'swr', 'panfrost', 'iris', 'lima', 'zink', 'd3d12'
+ 'swr', 'panfrost', 'iris', 'lima', 'zink', 'd3d12', 'asahi'
],
description : 'List of gallium drivers to build. If this is set to auto all drivers applicable to the target OS/architecture will be built'
)