mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] mesalib: version bump 22.3.6 -> 23.0.0
@ 2023-02-23 16:41 Philipp Zabel
  2023-03-06 16:21 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Philipp Zabel @ 2023-02-23 16:41 UTC (permalink / raw)
  To: ptxdist; +Cc: Philipp Zabel

https://lists.freedesktop.org/archives/mesa-dev/2023-February/225930.html

Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
---
Release notes are not up yet, I assume they should appear at
https://docs.mesa3d.org/relnotes/23.0.0.html shortly.
---
 rules/host-mesalib.make | 1 +
 rules/mesalib.in        | 4 ++++
 rules/mesalib.make      | 5 +++--
 3 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/rules/host-mesalib.make b/rules/host-mesalib.make
index 3617ded0c47a..adcd227d8e23 100644
--- a/rules/host-mesalib.make
+++ b/rules/host-mesalib.make
@@ -96,6 +96,7 @@ HOST_MESALIB_CONF_OPT	:= \
 	-Dvulkan-icd-dir=/etc/vulkan/icd.d \
 	-Dvulkan-layers=[] \
 	-Dxlib-lease=disabled \
+	-Dxmlconfig=disabled \
 	-Dzlib=enabled \
 	-Dzstd=disabled
 
diff --git a/rules/mesalib.in b/rules/mesalib.in
index 5e89907ed955..990a205fa550 100644
--- a/rules/mesalib.in
+++ b/rules/mesalib.in
@@ -262,5 +262,9 @@ config MESALIB_SHADER_CACHE
 	bool
 	prompt "enable shader cache"
 
+config MESALIB_XMLCONFIG
+	bool
+	prompt "build custom xmlconfig (driconf) support"
+
 endif
 
diff --git a/rules/mesalib.make b/rules/mesalib.make
index 61a325287c66..1f227cc60314 100644
--- a/rules/mesalib.make
+++ b/rules/mesalib.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_MESALIB) += mesalib
 #
 # Paths and names
 #
-MESALIB_VERSION	:= 22.3.6
-MESALIB_MD5	:= ed6e3e529f3ec8d802625d19cd44ea07
+MESALIB_VERSION	:= 23.0.0
+MESALIB_MD5	:= 86d15af0f92c5102005e57a28329bcb1
 MESALIB		:= mesa-$(MESALIB_VERSION)
 MESALIB_SUFFIX	:= tar.xz
 MESALIB_URL	:= \
@@ -217,6 +217,7 @@ MESALIB_CONF_OPT	:= \
 	-Dvulkan-icd-dir=/etc/vulkan/icd.d \
 	-Dvulkan-layers=$(subst $(space),$(comma),$(MESALIB_VULKAN_LAYERS-y)) \
 	-Dxlib-lease=$(call ptx/endis, PTXCONF_MESALIB_EGL_X11)d \
+	-Dxmlconfig=$(call ptx/endis, PTXCONF_MESALIB_XMLCONFIG)d \
 	-Dzlib=enabled \
 	-Dzstd=$(call ptx/endis, PTXCONF_MESALIB_SHADER_CACHE)d
 
-- 
2.30.2




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

* Re: [ptxdist] [APPLIED] mesalib: version bump 22.3.6 -> 23.0.0
  2023-02-23 16:41 [ptxdist] [PATCH] mesalib: version bump 22.3.6 -> 23.0.0 Philipp Zabel
@ 2023-03-06 16:21 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2023-03-06 16:21 UTC (permalink / raw)
  To: ptxdist; +Cc: Philipp Zabel

Thanks, applied as d4ec5ec42252de74d3f7aab7f500af4fce4df2c3.

Michael

[sent from post-receive hook]

On Mon, 06 Mar 2023 17:21:13 +0100, Philipp Zabel <p.zabel@pengutronix.de> wrote:
> https://lists.freedesktop.org/archives/mesa-dev/2023-February/225930.html
> 
> Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
> Message-Id: <20230223164122.2806712-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 3617ded0c47a..adcd227d8e23 100644
> --- a/rules/host-mesalib.make
> +++ b/rules/host-mesalib.make
> @@ -96,6 +96,7 @@ HOST_MESALIB_CONF_OPT	:= \
>  	-Dvulkan-icd-dir=/etc/vulkan/icd.d \
>  	-Dvulkan-layers=[] \
>  	-Dxlib-lease=disabled \
> +	-Dxmlconfig=disabled \
>  	-Dzlib=enabled \
>  	-Dzstd=disabled
>  
> diff --git a/rules/mesalib.in b/rules/mesalib.in
> index 5e89907ed955..990a205fa550 100644
> --- a/rules/mesalib.in
> +++ b/rules/mesalib.in
> @@ -262,5 +262,9 @@ config MESALIB_SHADER_CACHE
>  	bool
>  	prompt "enable shader cache"
>  
> +config MESALIB_XMLCONFIG
> +	bool
> +	prompt "build custom xmlconfig (driconf) support"
> +
>  endif
>  
> diff --git a/rules/mesalib.make b/rules/mesalib.make
> index 61a325287c66..1f227cc60314 100644
> --- a/rules/mesalib.make
> +++ b/rules/mesalib.make
> @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_MESALIB) += mesalib
>  #
>  # Paths and names
>  #
> -MESALIB_VERSION	:= 22.3.6
> -MESALIB_MD5	:= ed6e3e529f3ec8d802625d19cd44ea07
> +MESALIB_VERSION	:= 23.0.0
> +MESALIB_MD5	:= 86d15af0f92c5102005e57a28329bcb1
>  MESALIB		:= mesa-$(MESALIB_VERSION)
>  MESALIB_SUFFIX	:= tar.xz
>  MESALIB_URL	:= \
> @@ -217,6 +217,7 @@ MESALIB_CONF_OPT	:= \
>  	-Dvulkan-icd-dir=/etc/vulkan/icd.d \
>  	-Dvulkan-layers=$(subst $(space),$(comma),$(MESALIB_VULKAN_LAYERS-y)) \
>  	-Dxlib-lease=$(call ptx/endis, PTXCONF_MESALIB_EGL_X11)d \
> +	-Dxmlconfig=$(call ptx/endis, PTXCONF_MESALIB_XMLCONFIG)d \
>  	-Dzlib=enabled \
>  	-Dzstd=$(call ptx/endis, PTXCONF_MESALIB_SHADER_CACHE)d
>  



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

end of thread, other threads:[~2023-03-06 16:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-23 16:41 [ptxdist] [PATCH] mesalib: version bump 22.3.6 -> 23.0.0 Philipp Zabel
2023-03-06 16:21 ` [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