* [ptxdist] [PATCH] mesalib: version bump 26.0.6 -> 26.1.1
@ 2026-05-21 14:45 Philipp Zabel
2026-05-27 21:55 ` [ptxdist] [APPLIED] " Michael Olbrich
0 siblings, 1 reply; 2+ messages in thread
From: Philipp Zabel @ 2026-05-21 14:45 UTC (permalink / raw)
To: ptxdist; +Cc: Philipp Zabel
https://docs.mesa3d.org/relnotes/26.1.0.html
https://docs.mesa3d.org/relnotes/26.1.1.html
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
---
rules/host-mesalib.make | 4 +++-
rules/mesalib.make | 6 ++++--
2 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/rules/host-mesalib.make b/rules/host-mesalib.make
index dc116517e170..74eb6891b878 100644
--- a/rules/host-mesalib.make
+++ b/rules/host-mesalib.make
@@ -25,8 +25,9 @@ HOST_MESALIB_MESON_CROSS_FILE := $(call ptx/get-alternative, config/meson, mesal
HOST_MESALIB_CONF_TOOL := meson
HOST_MESALIB_CONF_OPT := \
$(HOST_MESON_OPT) \
- -Dallow-kcmp=enabled \
+ -Dallow-broken-lto=false \
-Dallow-fallback-for=[] \
+ -Dallow-kcmp=enabled \
-Damd-use-llvm=false \
-Damdgpu-virtio=false \
-Dandroid-libbacktrace=disabled \
@@ -80,6 +81,7 @@ HOST_MESALIB_CONF_OPT := \
-Dinstall-precomp-compiler=true \
-Dintel-elk=true \
-Dintel-rt=disabled \
+ -Dintel-virtio-experimental=false \
-Dlegacy-wayland=[] \
-Dlibgbm-external=false \
-Dlibunwind=disabled \
diff --git a/rules/mesalib.make b/rules/mesalib.make
index fecc793582ac..9ffa9e043305 100644
--- a/rules/mesalib.make
+++ b/rules/mesalib.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_MESALIB) += mesalib
#
# Paths and names
#
-MESALIB_VERSION := 26.0.6
-MESALIB_SHA256 := 1d3c3b8a8363b8cc354175bb4a684ad8b035211cc1d6fa17aeb9b9623c513f89
+MESALIB_VERSION := 26.1.1
+MESALIB_SHA256 := 8bd36c031cc6d0edfec04617527609454ee3a09ad53bdf983b45fc2c1e129b2e
MESALIB := mesa-$(MESALIB_VERSION)
MESALIB_SUFFIX := tar.xz
MESALIB_URL := \
@@ -206,6 +206,7 @@ MESALIB_MESON_CROSS_FILE := $(call ptx/get-alternative, config/meson, mesalib-cr
MESALIB_CONF_TOOL := meson
MESALIB_CONF_OPT := \
$(CROSS_MESON_USR) \
+ -Dallow-broken-lto=false \
-Dallow-fallback-for=[] \
-Dallow-kcmp=enabled \
-Damd-use-llvm=true \
@@ -261,6 +262,7 @@ MESALIB_CONF_OPT := \
-Dinstall-precomp-compiler=false \
-Dintel-elk=true \
-Dintel-rt=disabled \
+ -Dintel-virtio-experimental=false \
-Dlegacy-wayland=[] \
-Dlibgbm-external=false \
-Dlibunwind=disabled \
--
2.47.3
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [ptxdist] [APPLIED] mesalib: version bump 26.0.6 -> 26.1.1
2026-05-21 14:45 [ptxdist] [PATCH] mesalib: version bump 26.0.6 -> 26.1.1 Philipp Zabel
@ 2026-05-27 21:55 ` Michael Olbrich
0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2026-05-27 21:55 UTC (permalink / raw)
To: ptxdist; +Cc: Philipp Zabel
Thanks, applied as 8ba956b20a8cd1acd371ee2fc3ed6f78e36d5764.
Michael
[sent from post-receive hook]
On Wed, 27 May 2026 23:55:03 +0200, Philipp Zabel <p.zabel@pengutronix.de> wrote:
> https://docs.mesa3d.org/relnotes/26.1.0.html
> https://docs.mesa3d.org/relnotes/26.1.1.html
>
> Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
> Message-Id: <20260521144515.1296090-1-p.zabel@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
>
> diff --git a/rules/host-mesalib.make b/rules/host-mesalib.make
> index dc116517e170..74eb6891b878 100644
> --- a/rules/host-mesalib.make
> +++ b/rules/host-mesalib.make
> @@ -25,8 +25,9 @@ HOST_MESALIB_MESON_CROSS_FILE := $(call ptx/get-alternative, config/meson, mesal
> HOST_MESALIB_CONF_TOOL := meson
> HOST_MESALIB_CONF_OPT := \
> $(HOST_MESON_OPT) \
> - -Dallow-kcmp=enabled \
> + -Dallow-broken-lto=false \
> -Dallow-fallback-for=[] \
> + -Dallow-kcmp=enabled \
> -Damd-use-llvm=false \
> -Damdgpu-virtio=false \
> -Dandroid-libbacktrace=disabled \
> @@ -80,6 +81,7 @@ HOST_MESALIB_CONF_OPT := \
> -Dinstall-precomp-compiler=true \
> -Dintel-elk=true \
> -Dintel-rt=disabled \
> + -Dintel-virtio-experimental=false \
> -Dlegacy-wayland=[] \
> -Dlibgbm-external=false \
> -Dlibunwind=disabled \
> diff --git a/rules/mesalib.make b/rules/mesalib.make
> index fecc793582ac..9ffa9e043305 100644
> --- a/rules/mesalib.make
> +++ b/rules/mesalib.make
> @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_MESALIB) += mesalib
> #
> # Paths and names
> #
> -MESALIB_VERSION := 26.0.6
> -MESALIB_SHA256 := 1d3c3b8a8363b8cc354175bb4a684ad8b035211cc1d6fa17aeb9b9623c513f89
> +MESALIB_VERSION := 26.1.1
> +MESALIB_SHA256 := 8bd36c031cc6d0edfec04617527609454ee3a09ad53bdf983b45fc2c1e129b2e
> MESALIB := mesa-$(MESALIB_VERSION)
> MESALIB_SUFFIX := tar.xz
> MESALIB_URL := \
> @@ -206,6 +206,7 @@ MESALIB_MESON_CROSS_FILE := $(call ptx/get-alternative, config/meson, mesalib-cr
> MESALIB_CONF_TOOL := meson
> MESALIB_CONF_OPT := \
> $(CROSS_MESON_USR) \
> + -Dallow-broken-lto=false \
> -Dallow-fallback-for=[] \
> -Dallow-kcmp=enabled \
> -Damd-use-llvm=true \
> @@ -261,6 +262,7 @@ MESALIB_CONF_OPT := \
> -Dinstall-precomp-compiler=false \
> -Dintel-elk=true \
> -Dintel-rt=disabled \
> + -Dintel-virtio-experimental=false \
> -Dlegacy-wayland=[] \
> -Dlibgbm-external=false \
> -Dlibunwind=disabled \
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-05-27 21:55 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-05-21 14:45 [ptxdist] [PATCH] mesalib: version bump 26.0.6 -> 26.1.1 Philipp Zabel
2026-05-27 21:55 ` [ptxdist] [APPLIED] " Michael Olbrich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox