From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Fri, 28 Aug 2026 11:02:13 +0200 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1wzsTU-0086Jy-0v for lore@lore.pengutronix.de; Fri, 28 Aug 2026 11:02:13 +0200 Received: from [127.0.0.1] (helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1wzsTU-00061E-EN; Fri, 28 Aug 2026 11:02:12 +0200 Received: from mx1.white.stw.pengutronix.de ([2a0a:edc0:0:b01:1d::107]) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1wzsTB-000617-1g for ptxdist@pengutronix.de; Fri, 28 Aug 2026 11:01:53 +0200 Received: from drehscheibe.grey.stw.pengutronix.de (drehscheibe.grey.stw.pengutronix.de [IPv6:2a0a:edc0:0:c01:1d::a2]) (Authenticated sender: relay-from-drehscheibe.grey.stw.pengutronix.de) by mx1.white.stw.pengutronix.de (Postfix) with ESMTPSA id BDB21200F53; Fri, 28 Aug 2026 11:01:49 +0200 (CEST) Received: from dude05.red.stw.pengutronix.de ([2a0a:edc0:0:1101:1d::54]) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1wzsT7-003juM-28; Fri, 28 Aug 2026 11:01:49 +0200 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.98.2) (envelope-from ) id 1wzsT7-00000003QCF-2Xj1; Fri, 28 Aug 2026 11:01:49 +0200 Date: Fri, 28 Aug 2026 11:01:49 +0200 From: Michael Olbrich To: Philipp Zabel Message-ID: References: <20260826071742.237318-1-p.zabel@pengutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260826071742.237318-1-p.zabel@pengutronix.de> X-Sent-From: Pengutronix Hildesheim X-URL: http://www.pengutronix.de/ X-IRC: #ptxdist @freenode X-Accept-Language: de,en X-Accept-Content-Type: text/plain Subject: Re: [ptxdist] [PATCH] mesalib: version bump 26.1.6 -> 26.2.1 X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: ptxdist@pengutronix.de Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false On Wed, Aug 26, 2026 at 09:17:42AM +0200, Philipp Zabel wrote: > https://docs.mesa3d.org/relnotes/26.2.0.html > https://docs.mesa3d.org/relnotes/26.2.1.html > > -off-by: Philipp Zabel I suppose this should be "Signed-off-by: ..."? Michael > --- > rules/host-mesalib.make | 5 +++++ > rules/mesalib.make | 9 +++++++-- > 2 files changed, 12 insertions(+), 2 deletions(-) > > diff --git a/rules/host-mesalib.make b/rules/host-mesalib.make > index 74eb6891b878..22a2f664bf56 100644 > --- a/rules/host-mesalib.make > +++ b/rules/host-mesalib.make > @@ -95,13 +95,16 @@ HOST_MESALIB_CONF_OPT := \ > -Dmicrosoft-clc=disabled \ > -Dmin-windows-version=8 \ > -Dmoltenvk-dir= \ > + -Dnvk-build-id='' \ > -Dopengl=true \ > + -Dpanfrost-rust=false \ > -Dperfetto=false \ > -Dplatform-sdk-version=25 \ > -Dplatforms= \ > -Dprecomp-compiler=$(call ptx/ifdef, PTXCONF_HOST_MESALIB_CLC,enabled,auto) \ > -Dradeonsi-build-id='' \ > -Dradv-build-id='' \ > + -Dradv-u_trace=false \ > -Dshader-cache=disabled \ > -Dshader-cache-default=true \ > -Dshader-cache-max-size=1G \ > @@ -114,6 +117,7 @@ HOST_MESALIB_CONF_OPT := \ > -Dsysprof=false \ > -Dteflon=false \ > -Dtools=$(subst $(space),$(comma),$(HOST_MESALIB_TOOLS-y)) \ > + -Dtu-build-id='' \ > -Dunversion-libgallium=false \ > -Dva-libs-path=/usr/lib/dri \ > -Dvalgrind=disabled \ > @@ -124,6 +128,7 @@ HOST_MESALIB_CONF_OPT := \ > -Dvulkan-drivers=[] \ > -Dvulkan-icd-dir=/etc/vulkan/icd.d \ > -Dvulkan-layers=[] \ > + -Dvulkan-loader-rpath='' \ > -Dvulkan-manifest-per-architecture=true \ > -Dxlib-lease=disabled \ > -Dxmlconfig=disabled \ > diff --git a/rules/mesalib.make b/rules/mesalib.make > index 7c7c1b5e9bb4..8a68c010496d 100644 > --- a/rules/mesalib.make > +++ b/rules/mesalib.make > @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_MESALIB) += mesalib > # > # Paths and names > # > -MESALIB_VERSION := 26.1.6 > -MESALIB_SHA256 := 5296b88a0f1e012e2cb9ada150a2bbadf728ca81e5a4fb2ab43c83a4d2158606 > +MESALIB_VERSION := 26.2.1 > +MESALIB_SHA256 := c47e81bddc4760360a41ac3c5acec38acb81f9d750ecef47e7f3adc7021a4442 > MESALIB := mesa-$(MESALIB_VERSION) > MESALIB_SUFFIX := tar.xz > MESALIB_URL := \ > @@ -276,13 +276,16 @@ MESALIB_CONF_OPT := \ > -Dmicrosoft-clc=disabled \ > -Dmin-windows-version=8 \ > -Dmoltenvk-dir= \ > + -Dnvk-build-id='' \ > -Dopengl=$(call ptx/truefalse, PTXCONF_MESALIB_OPENGL) \ > + -Dpanfrost-rust=false \ > -Dperfetto=false \ > -Dplatform-sdk-version=25 \ > -Dplatforms=$(subst $(space),$(comma),$(MESALIBS_EGL_PLATFORMS-y)) \ > -Dprecomp-compiler=$(call ptx/ifdef, PTXCONF_MESALIB_CLC,system,auto) \ > -Dradeonsi-build-id='' \ > -Dradv-build-id='' \ > + -Dradv-u_trace=false \ > -Dshader-cache=$(call ptx/endis, PTXCONF_MESALIB_SHADER_CACHE)d \ > -Dshader-cache-default=true \ > -Dshader-cache-max-size=1G \ > @@ -295,6 +298,7 @@ MESALIB_CONF_OPT := \ > -Dsysprof=false \ > -Dteflon=$(call ptx/truefalse, PTXCONF_MESALIB_TEFLON) \ > -Dtools=[] \ > + -Dtu-build-id='' \ > -Dunversion-libgallium=false \ > -Dva-libs-path=/usr/lib/dri \ > -Dvalgrind=disabled \ > @@ -305,6 +309,7 @@ MESALIB_CONF_OPT := \ > -Dvulkan-drivers=$(subst $(space),$(comma),$(MESALIB_VULKAN_DRIVERS-y)) \ > -Dvulkan-icd-dir=/etc/vulkan/icd.d \ > -Dvulkan-layers=$(subst $(space),$(comma),$(MESALIB_VULKAN_LAYERS-y)) \ > + -Dvulkan-loader-rpath='' \ > -Dvulkan-manifest-per-architecture=true \ > -Dxlib-lease=$(call ptx/endis, PTXCONF_MESALIB_EGL_X11)d \ > -Dxmlconfig=$(call ptx/endis, PTXCONF_MESALIB_XMLCONFIG)d \ > -- > 2.47.3 > > > -- Pengutronix e.K. | | Steuerwalder Str. 21 | http://www.pengutronix.de/ | 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |