mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Christian Melki <christian.melki@t2data.com>
To: ptxdist@pengutronix.de
Cc: p.zabel@pengutronix.de
Subject: [ptxdist] [PATCH 1/2] mesalib: Version bump. 24.0.9 -> 24.1.3
Date: Fri, 12 Jul 2024 22:11:03 +0200	[thread overview]
Message-ID: <20240712201104.719615-1-christian.melki@t2data.com> (raw)

Bunch of changes, but doesn't look overly drastic.
https://docs.mesa3d.org/relnotes/24.1.0.html
https://docs.mesa3d.org/relnotes/24.1.1.html
https://docs.mesa3d.org/relnotes/24.1.2.html
https://docs.mesa3d.org/relnotes/24.1.3.html

* Fix changed options.

Signed-off-by: Christian Melki <christian.melki@t2data.com>
---
 rules/mesalib.make | 17 +++++++++++------
 1 file changed, 11 insertions(+), 6 deletions(-)

diff --git a/rules/mesalib.make b/rules/mesalib.make
index ace43e5c9..66e34444c 100644
--- a/rules/mesalib.make
+++ b/rules/mesalib.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_MESALIB) += mesalib
 #
 # Paths and names
 #
-MESALIB_VERSION	:= 24.0.9
-MESALIB_MD5	:= 1c6a4b1a259f002aa800084e5f254ec8
+MESALIB_VERSION	:= 24.1.3
+MESALIB_MD5	:= 2783fc23b425a254c0c4f753a66cbfb6
 MESALIB		:= mesa-$(MESALIB_VERSION)
 MESALIB_SUFFIX	:= tar.xz
 MESALIB_URL	:= \
@@ -165,7 +165,9 @@ MESALIB_CONF_OPT	:= \
 	-Dexecmem=true \
 	-Dexpat=enabled \
 	-Dfreedreno-kmds=msm \
+	-Dgallium-d3d10-dll-name=libgallium_d3d10 \
 	-Dgallium-d3d10umd=false \
+	-Dgallium-d3d12-graphics=disabled \
 	-Dgallium-d3d12-video=disabled \
 	-Dgallium-drivers=$(subst $(space),$(comma),$(MESALIB_GALLIUM_DRIVERS-y)) \
 	-Dgallium-extra-hud=$(call ptx/truefalse, PTXCONF_MESALIB_EXTENDED_HUD) \
@@ -175,22 +177,24 @@ MESALIB_CONF_OPT	:= \
 	-Dgallium-rusticl=false \
 	-Dgallium-va=$(call ptx/endis, PTXCONF_MESALIB_VA)d \
 	-Dgallium-vdpau=disabled \
-	-Dgallium-windows-dll-name=libgallium_wgl \
+	-Dgallium-wgl-dll-name=libgallium_wgl \
 	-Dgallium-xa=disabled \
 	-Dgbm=$(call ptx/endis, PTXCONF_MESALIB_GBM)d \
 	-Dgbm-backends-path= \
 	-Dgles-lib-suffix= \
 	-Dgles1=$(call ptx/endis, PTXCONF_MESALIB_GLES1)d \
 	-Dgles2=$(call ptx/endis, PTXCONF_MESALIB_GLES2)d \
-	-Dglvnd=false \
+	-Dglvnd=disabled \
 	-Dglvnd-vendor-name= \
 	-Dglx=$(call ptx/ifdef, PTXCONF_MESALIB_GLX, dri, disabled) \
 	-Dglx-direct=true \
 	-Dglx-read-only-text=false \
 	-Dgpuvis=false \
 	-Dimagination-srv=false \
+	-Dinstall-intel-clc=false \
 	-Dinstall-intel-gpu-tests=false \
-	-Dintel-clc=disabled \
+	-Dintel-clc=auto \
+	-Dintel-rt=auto \
 	-Dlibunwind=disabled \
 	-Dllvm=$(call ptx/endis, PTXCONF_MESALIB_LLVM)d \
 	-Dlmsensors=$(call ptx/endis, PTXCONF_MESALIB_LMSENSORS)d \
@@ -198,7 +202,6 @@ MESALIB_CONF_OPT	:= \
 	-Dmin-windows-version=8 \
 	-Dmoltenvk-dir= \
 	-Domx-libs-path=/usr/lib/dri \
-	-Dopencl-external-clang-headers=disabled \
 	-Dopencl-spirv=false \
 	-Dopengl=$(call ptx/truefalse, PTXCONF_MESALIB_OPENGL) \
 	-Dosmesa=false \
@@ -214,8 +217,10 @@ MESALIB_CONF_OPT	:= \
 	-Dshared-glapi=enabled \
 	-Dshared-llvm=enabled \
 	-Dspirv-to-dxil=false \
+	-Dsplit-debug=disabled \
 	-Dsse2=true \
 	-Dstatic-libclc=[] \
+	-Dteflon=false \
 	-Dtools=[] \
 	-Dva-libs-path=/usr/lib/dri \
 	-Dvalgrind=disabled \
-- 
2.34.1




             reply	other threads:[~2024-07-12 20:11 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-12 20:11 Christian Melki [this message]
2024-07-12 20:11 ` [ptxdist] [PATCH 2/2] host-mesalib: Follow target mesalib option changes Christian Melki

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=20240712201104.719615-1-christian.melki@t2data.com \
    --to=christian.melki@t2data.com \
    --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