mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Michael Olbrich <m.olbrich@pengutronix.de>
To: Philipp Zabel <p.zabel@pengutronix.de>
Cc: ptxdist@pengutronix.de
Subject: Re: [ptxdist] [PATCH] mesalib: version bump 26.1.6 -> 26.2.1
Date: Fri, 28 Aug 2026 11:01:49 +0200	[thread overview]
Message-ID: <apFOfcO7AGqWHi-7@pengutronix.de> (raw)
In-Reply-To: <20260826071742.237318-1-p.zabel@pengutronix.de>

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 <p.zabel@pengutronix.de>

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 |



      reply	other threads:[~2026-08-28  9:02 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-08-26  7:17 Philipp Zabel
2026-08-28  9:01 ` Michael Olbrich [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=apFOfcO7AGqWHi-7@pengutronix.de \
    --to=m.olbrich@pengutronix.de \
    --cc=p.zabel@pengutronix.de \
    --cc=ptxdist@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox