Mesa (main): meson: add crocus to default group of drivers for x86/x86_64

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Aug 31 11:51:30 UTC 2021


Module: Mesa
Branch: main
Commit: 451e97028ee2de8fb39ea3014df0d1d4019d3c50
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=451e97028ee2de8fb39ea3014df0d1d4019d3c50

Author: Filip Gawin <filip.gawin at zoho.com>
Date:   Tue Aug 31 00:29:50 2021 +0200

meson: add crocus to default group of drivers for x86/x86_64

Reviewed-by: Dave Airlie <airlied at redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12636>

---

 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meson.build b/meson.build
index 9a1ca57f4de..e2a909e1d8f 100644
--- a/meson.build
+++ b/meson.build
@@ -205,7 +205,7 @@ if gallium_drivers.contains('auto')
     if ['x86', 'x86_64'].contains(host_machine.cpu_family())
       gallium_drivers = [
         'r300', 'r600', 'radeonsi', 'nouveau', 'virgl', 'svga', 'swrast',
-        'iris'
+        'iris', 'crocus'
       ]
     elif ['arm', 'aarch64'].contains(host_machine.cpu_family())
       gallium_drivers = [



More information about the mesa-commit mailing list