About Social Code
aboutsummaryrefslogtreecommitdiff
path: root/meson.options
diff options
context:
space:
mode:
authorKarol Herbst <kherbst@redhat.com>2025-04-20 13:52:33 +0200
committerMarge Bot <emma+marge@anholt.net>2025-04-23 01:56:22 +0000
commit93484bf38ab08052f1240839720fcd7246328254 (patch)
tree4c063549193e1762faebcc06b77da7a74027a182 /meson.options
parent6f080ac5324b7cf1d394ea1a08a8002be74326f6 (diff)
rusticl: allow packagers to enable radeonsi by default
Radeonsi hasn't yet passed conformance, so it's not part of the auto set at this point in time. But this will allow distribution to enable it if they feel comfortable enough, or to disable it again, if it causes too many problems. Acked-by: Marek Olšák <marek.olsak@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34621>
Diffstat (limited to 'meson.options')
-rw-r--r--meson.options2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.options b/meson.options
index 3dcbcfd7116..48e5b810920 100644
--- a/meson.options
+++ b/meson.options
@@ -156,7 +156,7 @@ option(
option(
'gallium-rusticl-enable-drivers',
type : 'array',
- value : ['auto', 'asahi'],
+ value : ['auto', 'asahi', 'radeonsi'],
description : 'List of gallium drivers for which rusticl will be enabled ' +
'by default',
)