New commits:
commit ae0841fc5250503f8aa3da2f1b2517c479c093b1
Author: Pavel Vinogradov <public AT sourcemaage.org>
Commit: Pavel Vinogradov <public AT sourcemaage.org>
graphics-libs/mesa: removed swr-arches for scm branch
diff --git a/graphics-libs/mesa/BUILD b/graphics-libs/mesa/BUILD
index b74e7d8..d7c7024 100755
--- a/graphics-libs/mesa/BUILD
+++ b/graphics-libs/mesa/BUILD
@@ -25,7 +25,7 @@ local gallium=${MESA_GALLIUM//none} &&
local dri=${MESA_DRI//none} &&
if [[ "${MESA_BRANCH}" == "stable" ]]; then
- OPTS+=" dri-drivers=${dri// /,}"
+ OPTS+=" dri-drivers=${dri// /,} swr-arches=${MESA_ARCH// /,}"
fi &&
. $GRIMOIRE/config_query_multi.function &&
. $GRIMOIRE/MESON_CONFIGURE &&
@@ -40,6 +39,7 @@ fi &&
# should be deleted when stable release with no DRI drivers will be out.
if [[ "${MESA_BRANCH}" == "stable" ]]; then
local AVAILABLE_DRI="" &&
+ MESA_DRI=${MESA_DRI/swrast/} &&
# Gallium support
@@ -99,7 +101,6 @@ config_query_multi MESA_TOOLS "which tools to build" \
nir \
nouveau \
xvmc &&
-config_query_multi MESA_ARCH "which arch" avx avx2 knl skx &&
config_query_multi MESA_OMX "OMax support" auto disabled tizonia bellagio
# strip any leading spaces from the driver lists
diff --git a/graphics-libs/mesa/HISTORY b/graphics-libs/mesa/HISTORY
index 9b605c5..82b39384 100644
--- a/graphics-libs/mesa/HISTORY
+++ b/graphics-libs/mesa/HISTORY
@@ -1,3 +1,7 @@
+2021-12-14 Pavel Vinogradov <public AT sourcemage.org>
+ * BUILD, CONFIGURE: swr-arches is no longer an option in scm branch,
+ more cleanups
+
2021-12-05 Pavel Vinogradov <public AT sourcemage.org>
* CONFIGURE, BUILD: adapted to no DRI drivers build (scm branch),
some cleanups
[SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (ae0841fc5250503f8aa3da2f1b2517c479c093b1),
Pavel Vinogradov, 12/14/2021