Skip to Content.
Sympa Menu

sm-commit - [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (0806026deeb6867772df5a43e0c47e62282dc22f)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org, sm-commit AT lists.sourcemage.org
  • Subject: [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (0806026deeb6867772df5a43e0c47e62282dc22f)
  • Date: Sun, 30 Aug 2026 23:22:54 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

graphics-libs/mesa/CONFIGURE | 2 +-
graphics-libs/mesa/HISTORY | 3 +++
2 files changed, 4 insertions(+), 1 deletion(-)

New commits:
commit 0806026deeb6867772df5a43e0c47e62282dc22f
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

graphics-libs/mesa: fixed a typo in available
rusticl drivers list
(radeonsl -> radeonsi)

diff --git a/graphics-libs/mesa/CONFIGURE b/graphics-libs/mesa/CONFIGURE
index 5688be8..a5ab91b 100755
--- a/graphics-libs/mesa/CONFIGURE
+++ b/graphics-libs/mesa/CONFIGURE
@@ -237,7 +237,7 @@ if [ -n "$MESA_GALLIUM" ] && ! list_find "$MESA_GALLIUM"
none ;then

if [[ "$MESA_RUSTICL" == "y" ]] ;then
local AVAILABLE_MESA_RUSTICL_DRIVERS &&
- AVAILABLE_MESA_RUSTICL_DRIVERS="asahi freedreno radeons] panfrost" &&
+ AVAILABLE_MESA_RUSTICL_DRIVERS="asahi freedreno radeonsi panfrost" &&

config_query_multi MESA_RUSTICL_DRIVERS "Which drivers to enable with
rusticl by default?" \
auto \
diff --git a/graphics-libs/mesa/HISTORY b/graphics-libs/mesa/HISTORY
index 02e125a..a564c8a 100644
--- a/graphics-libs/mesa/HISTORY
+++ b/graphics-libs/mesa/HISTORY
@@ -1,3 +1,6 @@
+2026-08-30 Pavel Vinogradov <public AT sourcemage.org>
+ * CONFIGURE: fixed a typo in rusticl available drivers (radeonsl ->
radeonsi)
+
2026-08-20 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 26.2.1



  • [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (0806026deeb6867772df5a43e0c47e62282dc22f), Pavel Vinogradov, 08/30/2026

Archive powered by MHonArc 2.6.24.

Top of Page