rusticl: add freedreno alias for RUSTICL_ENABLE
`RUSTICL_ENABLE=msm` isn't first thought usually, let's support the `freedreno` alias. Suggested-by: Karol Herbst <kherbst@redhat.com> Reviewed-by: Karol Herbst <kherbst@redhat.com> Signed-off-by: David Heidelberg <david.heidelberg@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26642>
This commit is contained in:
committed by
Marge Bot
parent
f1817ab7e0
commit
53b01459fd
@@ -75,6 +75,7 @@ fn get_enabled_devs() -> HashMap<String, u32> {
|
||||
|
||||
let driver_str = match driver_str[0] {
|
||||
"llvmpipe" | "lp" => "swrast",
|
||||
"freedreno" => "msm",
|
||||
a => a,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user