mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 22:08:26 +02:00
rusticl: enable freedreno by default
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:
parent
103887766c
commit
3eb50679bb
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue