rusticl: enable freedreno by default
Some checks are pending
macOS-CI / macOS-CI (dri) (push) Waiting to run
macOS-CI / macOS-CI (xlib) (push) Waiting to run

Having the RustiCL on FD8xx pass the CTS tests, enable freedreno by
default.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/40072>
This commit is contained in:
Dmitry Baryshkov 2026-02-24 16:51:48 +02:00 committed by Marge Bot
parent 103887766c
commit 3eb50679bb

View file

@ -67,7 +67,7 @@ fn get_enabled_devs() -> HashMap<String, u32> {
let default_devs: &[&str] = &[
#[cfg(any(rusticl_enable_asahi, rusticl_enable_auto))]
"asahi",
#[cfg(rusticl_enable_freedreno)]
#[cfg(any(rusticl_enable_freedreno, rusticl_enable_auto))]
"freedreno",
#[cfg(rusticl_enable_radeonsi)]
"radeonsi",