Skip to Content.
Sympa Menu

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

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 (d7ad45d83e98f6a064dca6258dddfe1bbfeafc5d)
  • Date: Mon, 11 Aug 2025 19:49:16 +0000

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

graphics-libs/mesa/CONFIGURE | 5 +----
graphics-libs/mesa/HISTORY | 4 ++++
2 files changed, 5 insertions(+), 4 deletions(-)

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

graphics-libs/mesa: added freedreno and radeonsi as
available rusticl drivers for all branches

diff --git a/graphics-libs/mesa/CONFIGURE b/graphics-libs/mesa/CONFIGURE
index 11dd575..1107058 100755
--- a/graphics-libs/mesa/CONFIGURE
+++ b/graphics-libs/mesa/CONFIGURE
@@ -236,10 +236,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" &&
- if [[ "${MESA_BRANCH}" == "scm" ]]; then
- AVAILABLE_MESA_RUSTICL_DRIVERS="${AVAILABLE_MESA_RUSTICL_DRIVERS}
radeonsi"
- fi &&
+ AVAILABLE_MESA_RUSTICL_DRIVERS="asahi freedreno radeonsi" &&

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 8b55ae7..8c6e07b 100644
--- a/graphics-libs/mesa/HISTORY
+++ b/graphics-libs/mesa/HISTORY
@@ -1,3 +1,7 @@
+2025-08-11 Pavel Vinogradov <public AT sourcemage.org>
+ * CONFIGURE: added freedreno and radeonsi as available rusticl
drivers for
+ all branches
+
2025-08-06 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 25.2.0
* BUILD, CONFIGURE: removeed gallium-nine, gallium-xa, gallium-opencl
and


  • [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (d7ad45d83e98f6a064dca6258dddfe1bbfeafc5d), Pavel Vinogradov, 08/11/2025

Archive powered by MHonArc 2.6.24.

Top of Page