summaryrefslogtreecommitdiff
path: root/meson.build
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.build
parent0ad6bacb730a36bd2234e4f4be44220f9e241d05 (diff)
downloadmesa-080b05e29e1f04f22a776057631f4061cf7c1824.tar.gz
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.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 19a4a9d4dcb..0c3d0c762b8 100644
--- a/meson.build
+++ b/meson.build
@@ -236,6 +236,7 @@ with_gallium_swr = gallium_drivers.contains('swr')
with_gallium_lima = gallium_drivers.contains('lima')
with_gallium_zink = gallium_drivers.contains('zink')
with_gallium_d3d12 = gallium_drivers.contains('d3d12')
+with_gallium_asahi = gallium_drivers.contains('asahi')
with_gallium = gallium_drivers.length() != 0
with_gallium_kmsro = with_gallium_v3d or with_gallium_vc4 or with_gallium_etnaviv or with_gallium_panfrost or with_gallium_lima or with_gallium_freedreno