mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] mesalib: version bump 22.0.4 -> 22.1.1
@ 2022-06-07  8:19 Philipp Zabel
  2022-06-20  6:19 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Philipp Zabel @ 2022-06-07  8:19 UTC (permalink / raw)
  To: ptxdist; +Cc: Philipp Zabel

Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
---
 rules/host-mesalib.make | 3 +++
 rules/mesalib.make      | 7 +++++--
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/rules/host-mesalib.make b/rules/host-mesalib.make
index f2122c7f0e5b..a60766232acf 100644
--- a/rules/host-mesalib.make
+++ b/rules/host-mesalib.make
@@ -34,6 +34,7 @@ HOST_MESALIB_CONF_OPT	:= \
 	-Degl-native-platform=auto \
 	-Dexecmem=true \
 	-Dfreedreno-kgsl=false \
+	-Dfreedreno-virtio=false \
 	-Dgallium-d3d10umd=false \
 	-Dgallium-drivers= \
 	-Dgallium-extra-hud=false \
@@ -54,7 +55,9 @@ HOST_MESALIB_CONF_OPT	:= \
 	-Dglx=disabled \
 	-Dglx-direct=false \
 	-Dglx-read-only-text=false \
+	-Dimagination-srv=false \
 	-Dinstall-intel-gpu-tests=false \
+	-Dintel-clc=disabled \
 	-Dlibunwind=disabled \
 	-Dllvm=disabled \
 	-Dlmsensors=disabled \
diff --git a/rules/mesalib.make b/rules/mesalib.make
index ae7652eae369..ba644f897ef5 100644
--- a/rules/mesalib.make
+++ b/rules/mesalib.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_MESALIB) += mesalib
 #
 # Paths and names
 #
-MESALIB_VERSION	:= 22.0.4
-MESALIB_MD5	:= 9dc7c0fb775d19fb14673464e4f2fd84
+MESALIB_VERSION	:= 22.1.1
+MESALIB_MD5	:= 56d5b4145097ff3b5807a2b16b52d8cf
 MESALIB		:= mesa-$(MESALIB_VERSION)
 MESALIB_SUFFIX	:= tar.xz
 MESALIB_URL	:= \
@@ -147,6 +147,7 @@ MESALIB_CONF_OPT	:= \
 	-Degl-native-platform=auto \
 	-Dexecmem=true \
 	-Dfreedreno-kgsl=false \
+	-Dfreedreno-virtio=false \
 	-Dgallium-d3d10umd=false \
 	-Dgallium-drivers=$(subst $(space),$(comma),$(MESALIB_GALLIUM_DRIVERS-y)) \
 	-Dgallium-extra-hud=$(call ptx/truefalse, PTXCONF_MESALIB_EXTENDED_HUD) \
@@ -167,7 +168,9 @@ MESALIB_CONF_OPT	:= \
 	-Dglx=$(call ptx/ifdef, PTXCONF_MESALIB_GLX, dri, disabled) \
 	-Dglx-direct=true \
 	-Dglx-read-only-text=false \
+	-Dimagination-srv=false \
 	-Dinstall-intel-gpu-tests=false \
+	-Dintel-clc=disabled \
 	-Dlibunwind=disabled \
 	-Dllvm=disabled \
 	-Dlmsensors=$(call ptx/endis, PTXCONF_MESALIB_LMSENSORS)d \
-- 
2.30.2




^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [ptxdist] [APPLIED] mesalib: version bump 22.0.4 -> 22.1.1
  2022-06-07  8:19 [ptxdist] [PATCH] mesalib: version bump 22.0.4 -> 22.1.1 Philipp Zabel
@ 2022-06-20  6:19 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2022-06-20  6:19 UTC (permalink / raw)
  To: ptxdist; +Cc: Philipp Zabel

Thanks, applied as fe8f0c962f77c38d4d703cae575e1ea8be1fb631.

Michael

[sent from post-receive hook]

On Mon, 20 Jun 2022 08:19:21 +0200, Philipp Zabel <p.zabel@pengutronix.de> wrote:
> Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
> Message-Id: <20220607081910.887776-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 f2122c7f0e5b..a60766232acf 100644
> --- a/rules/host-mesalib.make
> +++ b/rules/host-mesalib.make
> @@ -34,6 +34,7 @@ HOST_MESALIB_CONF_OPT	:= \
>  	-Degl-native-platform=auto \
>  	-Dexecmem=true \
>  	-Dfreedreno-kgsl=false \
> +	-Dfreedreno-virtio=false \
>  	-Dgallium-d3d10umd=false \
>  	-Dgallium-drivers= \
>  	-Dgallium-extra-hud=false \
> @@ -54,7 +55,9 @@ HOST_MESALIB_CONF_OPT	:= \
>  	-Dglx=disabled \
>  	-Dglx-direct=false \
>  	-Dglx-read-only-text=false \
> +	-Dimagination-srv=false \
>  	-Dinstall-intel-gpu-tests=false \
> +	-Dintel-clc=disabled \
>  	-Dlibunwind=disabled \
>  	-Dllvm=disabled \
>  	-Dlmsensors=disabled \
> diff --git a/rules/mesalib.make b/rules/mesalib.make
> index ae7652eae369..ba644f897ef5 100644
> --- a/rules/mesalib.make
> +++ b/rules/mesalib.make
> @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_MESALIB) += mesalib
>  #
>  # Paths and names
>  #
> -MESALIB_VERSION	:= 22.0.4
> -MESALIB_MD5	:= 9dc7c0fb775d19fb14673464e4f2fd84
> +MESALIB_VERSION	:= 22.1.1
> +MESALIB_MD5	:= 56d5b4145097ff3b5807a2b16b52d8cf
>  MESALIB		:= mesa-$(MESALIB_VERSION)
>  MESALIB_SUFFIX	:= tar.xz
>  MESALIB_URL	:= \
> @@ -147,6 +147,7 @@ MESALIB_CONF_OPT	:= \
>  	-Degl-native-platform=auto \
>  	-Dexecmem=true \
>  	-Dfreedreno-kgsl=false \
> +	-Dfreedreno-virtio=false \
>  	-Dgallium-d3d10umd=false \
>  	-Dgallium-drivers=$(subst $(space),$(comma),$(MESALIB_GALLIUM_DRIVERS-y)) \
>  	-Dgallium-extra-hud=$(call ptx/truefalse, PTXCONF_MESALIB_EXTENDED_HUD) \
> @@ -167,7 +168,9 @@ MESALIB_CONF_OPT	:= \
>  	-Dglx=$(call ptx/ifdef, PTXCONF_MESALIB_GLX, dri, disabled) \
>  	-Dglx-direct=true \
>  	-Dglx-read-only-text=false \
> +	-Dimagination-srv=false \
>  	-Dinstall-intel-gpu-tests=false \
> +	-Dintel-clc=disabled \
>  	-Dlibunwind=disabled \
>  	-Dllvm=disabled \
>  	-Dlmsensors=$(call ptx/endis, PTXCONF_MESALIB_LMSENSORS)d \



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-06-20  6:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-07  8:19 [ptxdist] [PATCH] mesalib: version bump 22.0.4 -> 22.1.1 Philipp Zabel
2022-06-20  6:19 ` [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