New commits:
commit ae3fe98ba29a6014b74ad9728ee1f433a6aab842
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>
if [[ "$MESA_RUSTICL" == "y" ]] ;then
+ local AVAILABLE_MESA_RUSTICL_DRIVERS &&
+ AVAILABLE_MESA_RUSTICL_DRIVERS="asahi" &&
+ if [[ "${MESA_BRANCH}" == "scm" ]]; then
+ AVAILABLE_MESA_RUSTICL_DRIVERS="${AVAILABLE_MESA_RUSTICL_DRIVERS}
radeonsi"
+ fi &&
+
config_query_multi MESA_RUSTICL_DRIVERS "Which drivers to enable with
rusticl by default?" \
auto \
- asahi
+ ${AVAILABLE_MESA_RUSTICL_DRIVERS}
fi &&
# EGL requires DRI, which is only enabled if gallium is enabled
diff --git a/graphics-libs/mesa/HISTORY b/graphics-libs/mesa/HISTORY
index bef5f9f..3902f68 100644
--- a/graphics-libs/mesa/HISTORY
+++ b/graphics-libs/mesa/HISTORY
@@ -1,3 +1,7 @@
+2025-04-23 Pavel Vinogradov <public AT sourcemage.org>
+ * BUILD, CONFIGURE: scm branch doesn't have gallium-opencl anymore,
+ but does have radeonsi rusticl driver
+
2025-04-16 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 25.0.4
[[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (ae3fe98ba29a6014b74ad9728ee1f433a6aab842),
Pavel Vinogradov, 04/23/2025