mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH 1/6] glslang: version bump 11.4.0 -> 11.5.0
@ 2021-07-26  7:44 Philipp Zabel
  2021-07-26  7:44 ` [ptxdist] [PATCH 2/6] shaderc: version bump 2021.0 -> 2021.1 Philipp Zabel
                   ` (5 more replies)
  0 siblings, 6 replies; 11+ messages in thread
From: Philipp Zabel @ 2021-07-26  7:44 UTC (permalink / raw)
  To: ptxdist

Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
---
 rules/glslang.make | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/rules/glslang.make b/rules/glslang.make
index 18dfa4b39e42..76ee41ba4357 100644
--- a/rules/glslang.make
+++ b/rules/glslang.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_GLSLANG) += glslang
 #
 # Paths and names
 #
-GLSLANG_VERSION		:= 11.4.0
-GLSLANG_MD5		:= 40780ba8c5475482c047027487e56466
+GLSLANG_VERSION		:= 11.5.0
+GLSLANG_MD5		:= 6c86e1a5d65815a707af3bead744804c
 GLSLANG			:= glslang-$(GLSLANG_VERSION)
 GLSLANG_SUFFIX		:= tar.gz
 GLSLANG_URL		:= https://github.com/KhronosGroup/glslang/archive/$(GLSLANG_VERSION).$(GLSLANG_SUFFIX)
-- 
2.30.2


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de


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

* [ptxdist] [PATCH 2/6] shaderc: version bump 2021.0 -> 2021.1
  2021-07-26  7:44 [ptxdist] [PATCH 1/6] glslang: version bump 11.4.0 -> 11.5.0 Philipp Zabel
@ 2021-07-26  7:44 ` Philipp Zabel
  2021-07-27  6:21   ` [ptxdist] [APPLIED] " Michael Olbrich
  2021-07-26  7:44 ` [ptxdist] [PATCH 3/6] spirv-tools: version bump 2021.1 -> 2021.2 Philipp Zabel
                   ` (4 subsequent siblings)
  5 siblings, 1 reply; 11+ messages in thread
From: Philipp Zabel @ 2021-07-26  7:44 UTC (permalink / raw)
  To: ptxdist

Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
---
 rules/shaderc.make | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/rules/shaderc.make b/rules/shaderc.make
index aff32ce21d60..ee0f4f478265 100644
--- a/rules/shaderc.make
+++ b/rules/shaderc.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_SHADERC) += shaderc
 #
 # Paths and names
 #
-SHADERC_VERSION			:= v2021.0
-SHADERC_MD5			:= 0391f2345f0cfdd6a9995535606d66b3
+SHADERC_VERSION			:= v2021.1
+SHADERC_MD5			:= ebb17b2cb26d2e6b6eadfe0ebac48921
 SHADERC				:= shaderc-$(SHADERC_VERSION)
 SHADERC_SUFFIX			:= tar.gz
 SHADERC_URL			:= \
-- 
2.30.2


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de


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

* [ptxdist] [PATCH 3/6] spirv-tools: version bump 2021.1 -> 2021.2
  2021-07-26  7:44 [ptxdist] [PATCH 1/6] glslang: version bump 11.4.0 -> 11.5.0 Philipp Zabel
  2021-07-26  7:44 ` [ptxdist] [PATCH 2/6] shaderc: version bump 2021.0 -> 2021.1 Philipp Zabel
@ 2021-07-26  7:44 ` Philipp Zabel
  2021-07-27  6:21   ` [ptxdist] [APPLIED] " Michael Olbrich
  2021-07-26  7:44 ` [ptxdist] [PATCH 4/6] vulkan-loader: version bump 1.2.176.0 -> 1.2.182.0 Philipp Zabel
                   ` (3 subsequent siblings)
  5 siblings, 1 reply; 11+ messages in thread
From: Philipp Zabel @ 2021-07-26  7:44 UTC (permalink / raw)
  To: ptxdist

Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
---
 rules/spirv-tools.make | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/rules/spirv-tools.make b/rules/spirv-tools.make
index f26eaeaef8a3..ad9f931790a3 100644
--- a/rules/spirv-tools.make
+++ b/rules/spirv-tools.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_SPIRV_TOOLS) += spirv-tools
 #
 # Paths and names
 #
-SPIRV_TOOLS_VERSION	:= 2021.1
-SPIRV_TOOLS_MD5		:= 0ce8a1a505e541d8842266f0ac7df299
+SPIRV_TOOLS_VERSION	:= 2021.2
+SPIRV_TOOLS_MD5		:= 05973a3023181f7eee8228911d8abf29
 SPIRV_TOOLS		:= spirv-tools-$(SPIRV_TOOLS_VERSION)
 SPIRV_TOOLS_SUFFIX	:= tar.gz
 SPIRV_TOOLS_URL		:= https://github.com/KhronosGroup/SPIRV-Tools/archive/v$(SPIRV_TOOLS_VERSION).$(SPIRV_TOOLS_SUFFIX)
@@ -24,8 +24,8 @@ SPIRV_TOOLS_DIR		:= $(BUILDDIR)/$(SPIRV_TOOLS)
 SPIRV_TOOLS_LICENSE	:= Apache-2.0
 SPIRV_TOOLS_LICENSE_FILES := file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57
 
-SPIRV_HEADERS_VERSION	:= 2021-04-14-gdafead1765f6
-SPIRV_HEADERS_MD5	:= 93cdc69c2d0cb9f097541c1bac0fde0d
+SPIRV_HEADERS_VERSION	:= 2021-06-16-g07f259e68af3
+SPIRV_HEADERS_MD5	:= 4a2bf8e2d1fc8041c77046d5d64d6044
 SPIRV_HEADERS_SUFFIX	:= tar.gz
 SPIRV_HEADERS_URL	:= https://github.com/KhronosGroup/SPIRV-Headers/archive/$(SPIRV_HEADERS_VERSION).$(SPIRV_HEADERS_SUFFIX)
 SPIRV_HEADERS_SOURCE	:= $(SRCDIR)/spirv-headers-$(SPIRV_HEADERS_VERSION).$(SPIRV_HEADERS_SUFFIX)
-- 
2.30.2


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de


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

* [ptxdist] [PATCH 4/6] vulkan-loader: version bump 1.2.176.0 -> 1.2.182.0
  2021-07-26  7:44 [ptxdist] [PATCH 1/6] glslang: version bump 11.4.0 -> 11.5.0 Philipp Zabel
  2021-07-26  7:44 ` [ptxdist] [PATCH 2/6] shaderc: version bump 2021.0 -> 2021.1 Philipp Zabel
  2021-07-26  7:44 ` [ptxdist] [PATCH 3/6] spirv-tools: version bump 2021.1 -> 2021.2 Philipp Zabel
@ 2021-07-26  7:44 ` Philipp Zabel
  2021-07-26 10:26   ` Michael Olbrich
  2021-07-26  7:44 ` [ptxdist] [PATCH 5/6] vulkan-tools: version bump 1.2.176.1 " Philipp Zabel
                   ` (2 subsequent siblings)
  5 siblings, 1 reply; 11+ messages in thread
From: Philipp Zabel @ 2021-07-26  7:44 UTC (permalink / raw)
  To: ptxdist

Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
---
 rules/vulkan-loader.make | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/rules/vulkan-loader.make b/rules/vulkan-loader.make
index 75d9a4e93806..b8c6b4d1653b 100644
--- a/rules/vulkan-loader.make
+++ b/rules/vulkan-loader.make
@@ -14,7 +14,7 @@ PACKAGES-$(PTXCONF_VULKAN_LOADER) += vulkan-loader
 #
 # Paths and names
 #
-VULKAN_LOADER_VERSION	:= 1.2.176.0
+VULKAN_LOADER_VERSION	:= 1.2.182.0
 VULKAN_LOADER_MD5	:= 14a12562de940ae2da447b569328a362
 VULKAN_LOADER		:= vulkan-loader-$(VULKAN_LOADER_VERSION)
 VULKAN_LOADER_SUFFIX	:= tar.gz
@@ -24,7 +24,7 @@ VULKAN_LOADER_DIR	:= $(BUILDDIR)/$(VULKAN_LOADER)
 VULKAN_LOADER_LICENSE	:= Apache-2.0
 VULKAN_LOADER_LICENSE_FILES := file://LICENSE.txt;md5=7dbefed23242760aa3475ee42801c5ac
 
-VULKAN_HEADERS_VERSION	:= 1.2.176.0
+VULKAN_HEADERS_VERSION	:= 1.2.182.0
 VULKAN_HEADERS_MD5	:= 559ebf75a95c7c1762dcc48525d20684
 VULKAN_HEADERS_SUFFIX	:= tar.gz
 VULKAN_HEADERS_URL	:= https://github.com/KhronosGroup/Vulkan-Headers/archive/sdk-$(VULKAN_HEADERS_VERSION).$(VULKAN_HEADERS_SUFFIX)
-- 
2.30.2


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de


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

* [ptxdist] [PATCH 5/6] vulkan-tools: version bump 1.2.176.1 -> 1.2.182.0
  2021-07-26  7:44 [ptxdist] [PATCH 1/6] glslang: version bump 11.4.0 -> 11.5.0 Philipp Zabel
                   ` (2 preceding siblings ...)
  2021-07-26  7:44 ` [ptxdist] [PATCH 4/6] vulkan-loader: version bump 1.2.176.0 -> 1.2.182.0 Philipp Zabel
@ 2021-07-26  7:44 ` Philipp Zabel
  2021-07-26  7:44 ` [ptxdist] [PATCH 6/6] vulkan-validationlayers: " Philipp Zabel
  2021-07-27  6:21 ` [ptxdist] [APPLIED] glslang: version bump 11.4.0 -> 11.5.0 Michael Olbrich
  5 siblings, 0 replies; 11+ messages in thread
From: Philipp Zabel @ 2021-07-26  7:44 UTC (permalink / raw)
  To: ptxdist

Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
---
 rules/vulkan-tools.make | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rules/vulkan-tools.make b/rules/vulkan-tools.make
index 626ece72361f..518d0e13d9ec 100644
--- a/rules/vulkan-tools.make
+++ b/rules/vulkan-tools.make
@@ -14,7 +14,7 @@ PACKAGES-$(PTXCONF_VULKAN_TOOLS) += vulkan-tools
 #
 # Paths and names
 #
-VULKAN_TOOLS_VERSION	:= 1.2.176.0
+VULKAN_TOOLS_VERSION	:= 1.2.182.0
 VULKAN_TOOLS_MD5	:= 7328fe88db71d84a706fbd887bcb6eef
 VULKAN_TOOLS		:= vulkan-tools-$(VULKAN_TOOLS_VERSION)
 VULKAN_TOOLS_SUFFIX	:= tar.gz
-- 
2.30.2


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de


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

* [ptxdist] [PATCH 6/6] vulkan-validationlayers: version bump 1.2.176.1 -> 1.2.182.0
  2021-07-26  7:44 [ptxdist] [PATCH 1/6] glslang: version bump 11.4.0 -> 11.5.0 Philipp Zabel
                   ` (3 preceding siblings ...)
  2021-07-26  7:44 ` [ptxdist] [PATCH 5/6] vulkan-tools: version bump 1.2.176.1 " Philipp Zabel
@ 2021-07-26  7:44 ` Philipp Zabel
  2021-07-27  6:21 ` [ptxdist] [APPLIED] glslang: version bump 11.4.0 -> 11.5.0 Michael Olbrich
  5 siblings, 0 replies; 11+ messages in thread
From: Philipp Zabel @ 2021-07-26  7:44 UTC (permalink / raw)
  To: ptxdist

Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
---
 rules/vulkan-validationlayers.make | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rules/vulkan-validationlayers.make b/rules/vulkan-validationlayers.make
index a5bfdc43f38b..269394d07f07 100644
--- a/rules/vulkan-validationlayers.make
+++ b/rules/vulkan-validationlayers.make
@@ -14,7 +14,7 @@ PACKAGES-$(PTXCONF_VULKAN_VALIDATIONLAYERS) += vulkan-validationlayers
 #
 # Paths and names
 #
-VULKAN_VALIDATIONLAYERS_VERSION	:= 1.2.176.1
+VULKAN_VALIDATIONLAYERS_VERSION	:= 1.2.182.0
 VULKAN_VALIDATIONLAYERS_MD5	:= 5acaada71600b29fa0b940bf9ceffcab
 VULKAN_VALIDATIONLAYERS		:= vulkan-validationlayers-$(VULKAN_VALIDATIONLAYERS_VERSION)
 VULKAN_VALIDATIONLAYERS_SUFFIX	:= tar.gz
-- 
2.30.2


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de


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

* Re: [ptxdist] [PATCH 4/6] vulkan-loader: version bump 1.2.176.0 -> 1.2.182.0
  2021-07-26  7:44 ` [ptxdist] [PATCH 4/6] vulkan-loader: version bump 1.2.176.0 -> 1.2.182.0 Philipp Zabel
@ 2021-07-26 10:26   ` Michael Olbrich
  2021-07-26 10:53     ` Philipp Zabel
  0 siblings, 1 reply; 11+ messages in thread
From: Michael Olbrich @ 2021-07-26 10:26 UTC (permalink / raw)
  To: Philipp Zabel; +Cc: ptxdist

On Mon, Jul 26, 2021 at 09:44:27AM +0200, Philipp Zabel wrote:
> Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
> ---
>  rules/vulkan-loader.make | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/rules/vulkan-loader.make b/rules/vulkan-loader.make
> index 75d9a4e93806..b8c6b4d1653b 100644
> --- a/rules/vulkan-loader.make
> +++ b/rules/vulkan-loader.make
> @@ -14,7 +14,7 @@ PACKAGES-$(PTXCONF_VULKAN_LOADER) += vulkan-loader
>  #
>  # Paths and names
>  #
> -VULKAN_LOADER_VERSION	:= 1.2.176.0
> +VULKAN_LOADER_VERSION	:= 1.2.182.0

No md5 changes? That looks wrong. The next 2 patches as well.

Michael

>  VULKAN_LOADER_MD5	:= 14a12562de940ae2da447b569328a362
>  VULKAN_LOADER		:= vulkan-loader-$(VULKAN_LOADER_VERSION)
>  VULKAN_LOADER_SUFFIX	:= tar.gz
> @@ -24,7 +24,7 @@ VULKAN_LOADER_DIR	:= $(BUILDDIR)/$(VULKAN_LOADER)
>  VULKAN_LOADER_LICENSE	:= Apache-2.0
>  VULKAN_LOADER_LICENSE_FILES := file://LICENSE.txt;md5=7dbefed23242760aa3475ee42801c5ac
>  
> -VULKAN_HEADERS_VERSION	:= 1.2.176.0
> +VULKAN_HEADERS_VERSION	:= 1.2.182.0
>  VULKAN_HEADERS_MD5	:= 559ebf75a95c7c1762dcc48525d20684
>  VULKAN_HEADERS_SUFFIX	:= tar.gz
>  VULKAN_HEADERS_URL	:= https://github.com/KhronosGroup/Vulkan-Headers/archive/sdk-$(VULKAN_HEADERS_VERSION).$(VULKAN_HEADERS_SUFFIX)
> -- 
> 2.30.2
> 
> 
> _______________________________________________
> ptxdist mailing list
> ptxdist@pengutronix.de
> To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de
> 

-- 
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 |

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de


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

* Re: [ptxdist] [PATCH 4/6] vulkan-loader: version bump 1.2.176.0 -> 1.2.182.0
  2021-07-26 10:26   ` Michael Olbrich
@ 2021-07-26 10:53     ` Philipp Zabel
  0 siblings, 0 replies; 11+ messages in thread
From: Philipp Zabel @ 2021-07-26 10:53 UTC (permalink / raw)
  To: Michael Olbrich; +Cc: ptxdist

On Mon, 2021-07-26 at 12:26 +0200, Michael Olbrich wrote:
> On Mon, Jul 26, 2021 at 09:44:27AM +0200, Philipp Zabel wrote:
> > Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
> > ---
> >  rules/vulkan-loader.make | 4 ++--
> >  1 file changed, 2 insertions(+), 2 deletions(-)
> > 
> > diff --git a/rules/vulkan-loader.make b/rules/vulkan-loader.make
> > index 75d9a4e93806..b8c6b4d1653b 100644
> > --- a/rules/vulkan-loader.make
> > +++ b/rules/vulkan-loader.make
> > @@ -14,7 +14,7 @@ PACKAGES-$(PTXCONF_VULKAN_LOADER) += vulkan-loader
> >  #
> >  # Paths and names
> >  #
> > -VULKAN_LOADER_VERSION	:= 1.2.176.0
> > +VULKAN_LOADER_VERSION	:= 1.2.182.0
> 
> No md5 changes? That looks wrong. The next 2 patches as well.

Failed to transfer updated md5sums from test BSP, fixed in v2.

regards
Philipp

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de


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

* Re: [ptxdist] [APPLIED] glslang: version bump 11.4.0 -> 11.5.0
  2021-07-26  7:44 [ptxdist] [PATCH 1/6] glslang: version bump 11.4.0 -> 11.5.0 Philipp Zabel
                   ` (4 preceding siblings ...)
  2021-07-26  7:44 ` [ptxdist] [PATCH 6/6] vulkan-validationlayers: " Philipp Zabel
@ 2021-07-27  6:21 ` Michael Olbrich
  5 siblings, 0 replies; 11+ messages in thread
From: Michael Olbrich @ 2021-07-27  6:21 UTC (permalink / raw)
  To: ptxdist; +Cc: Philipp Zabel

Thanks, applied as 5586ff6371d9e499439520ed8262b47dc9ba0cee.

Michael

[sent from post-receive hook]

On Tue, 27 Jul 2021 08:21:52 +0200, Philipp Zabel <p.zabel@pengutronix.de> wrote:
> Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
> Message-Id: <20210726074429.4658-1-p.zabel@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/glslang.make b/rules/glslang.make
> index 18dfa4b39e42..76ee41ba4357 100644
> --- a/rules/glslang.make
> +++ b/rules/glslang.make
> @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_GLSLANG) += glslang
>  #
>  # Paths and names
>  #
> -GLSLANG_VERSION		:= 11.4.0
> -GLSLANG_MD5		:= 40780ba8c5475482c047027487e56466
> +GLSLANG_VERSION		:= 11.5.0
> +GLSLANG_MD5		:= 6c86e1a5d65815a707af3bead744804c
>  GLSLANG			:= glslang-$(GLSLANG_VERSION)
>  GLSLANG_SUFFIX		:= tar.gz
>  GLSLANG_URL		:= https://github.com/KhronosGroup/glslang/archive/$(GLSLANG_VERSION).$(GLSLANG_SUFFIX)

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de


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

* Re: [ptxdist] [APPLIED] shaderc: version bump 2021.0 -> 2021.1
  2021-07-26  7:44 ` [ptxdist] [PATCH 2/6] shaderc: version bump 2021.0 -> 2021.1 Philipp Zabel
@ 2021-07-27  6:21   ` Michael Olbrich
  0 siblings, 0 replies; 11+ messages in thread
From: Michael Olbrich @ 2021-07-27  6:21 UTC (permalink / raw)
  To: ptxdist; +Cc: Philipp Zabel

Thanks, applied as 5e26aadc9d568e9cd83a630864ce373a031b7753.

Michael

[sent from post-receive hook]

On Tue, 27 Jul 2021 08:21:54 +0200, Philipp Zabel <p.zabel@pengutronix.de> wrote:
> Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
> Message-Id: <20210726074429.4658-2-p.zabel@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/shaderc.make b/rules/shaderc.make
> index aff32ce21d60..ee0f4f478265 100644
> --- a/rules/shaderc.make
> +++ b/rules/shaderc.make
> @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_SHADERC) += shaderc
>  #
>  # Paths and names
>  #
> -SHADERC_VERSION			:= v2021.0
> -SHADERC_MD5			:= 0391f2345f0cfdd6a9995535606d66b3
> +SHADERC_VERSION			:= v2021.1
> +SHADERC_MD5			:= ebb17b2cb26d2e6b6eadfe0ebac48921
>  SHADERC				:= shaderc-$(SHADERC_VERSION)
>  SHADERC_SUFFIX			:= tar.gz
>  SHADERC_URL			:= \

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de


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

* Re: [ptxdist] [APPLIED] spirv-tools: version bump 2021.1 -> 2021.2
  2021-07-26  7:44 ` [ptxdist] [PATCH 3/6] spirv-tools: version bump 2021.1 -> 2021.2 Philipp Zabel
@ 2021-07-27  6:21   ` Michael Olbrich
  0 siblings, 0 replies; 11+ messages in thread
From: Michael Olbrich @ 2021-07-27  6:21 UTC (permalink / raw)
  To: ptxdist; +Cc: Philipp Zabel

Thanks, applied as 08c8143434568c462d3bf23911172e47d1a6be60.

Michael

[sent from post-receive hook]

On Tue, 27 Jul 2021 08:21:55 +0200, Philipp Zabel <p.zabel@pengutronix.de> wrote:
> Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
> Message-Id: <20210726074429.4658-3-p.zabel@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/spirv-tools.make b/rules/spirv-tools.make
> index f26eaeaef8a3..ad9f931790a3 100644
> --- a/rules/spirv-tools.make
> +++ b/rules/spirv-tools.make
> @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_SPIRV_TOOLS) += spirv-tools
>  #
>  # Paths and names
>  #
> -SPIRV_TOOLS_VERSION	:= 2021.1
> -SPIRV_TOOLS_MD5		:= 0ce8a1a505e541d8842266f0ac7df299
> +SPIRV_TOOLS_VERSION	:= 2021.2
> +SPIRV_TOOLS_MD5		:= 05973a3023181f7eee8228911d8abf29
>  SPIRV_TOOLS		:= spirv-tools-$(SPIRV_TOOLS_VERSION)
>  SPIRV_TOOLS_SUFFIX	:= tar.gz
>  SPIRV_TOOLS_URL		:= https://github.com/KhronosGroup/SPIRV-Tools/archive/v$(SPIRV_TOOLS_VERSION).$(SPIRV_TOOLS_SUFFIX)
> @@ -24,8 +24,8 @@ SPIRV_TOOLS_DIR		:= $(BUILDDIR)/$(SPIRV_TOOLS)
>  SPIRV_TOOLS_LICENSE	:= Apache-2.0
>  SPIRV_TOOLS_LICENSE_FILES := file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57
>  
> -SPIRV_HEADERS_VERSION	:= 2021-04-14-gdafead1765f6
> -SPIRV_HEADERS_MD5	:= 93cdc69c2d0cb9f097541c1bac0fde0d
> +SPIRV_HEADERS_VERSION	:= 2021-06-16-g07f259e68af3
> +SPIRV_HEADERS_MD5	:= 4a2bf8e2d1fc8041c77046d5d64d6044
>  SPIRV_HEADERS_SUFFIX	:= tar.gz
>  SPIRV_HEADERS_URL	:= https://github.com/KhronosGroup/SPIRV-Headers/archive/$(SPIRV_HEADERS_VERSION).$(SPIRV_HEADERS_SUFFIX)
>  SPIRV_HEADERS_SOURCE	:= $(SRCDIR)/spirv-headers-$(SPIRV_HEADERS_VERSION).$(SPIRV_HEADERS_SUFFIX)

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de


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

end of thread, other threads:[~2021-07-27  6:23 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-26  7:44 [ptxdist] [PATCH 1/6] glslang: version bump 11.4.0 -> 11.5.0 Philipp Zabel
2021-07-26  7:44 ` [ptxdist] [PATCH 2/6] shaderc: version bump 2021.0 -> 2021.1 Philipp Zabel
2021-07-27  6:21   ` [ptxdist] [APPLIED] " Michael Olbrich
2021-07-26  7:44 ` [ptxdist] [PATCH 3/6] spirv-tools: version bump 2021.1 -> 2021.2 Philipp Zabel
2021-07-27  6:21   ` [ptxdist] [APPLIED] " Michael Olbrich
2021-07-26  7:44 ` [ptxdist] [PATCH 4/6] vulkan-loader: version bump 1.2.176.0 -> 1.2.182.0 Philipp Zabel
2021-07-26 10:26   ` Michael Olbrich
2021-07-26 10:53     ` Philipp Zabel
2021-07-26  7:44 ` [ptxdist] [PATCH 5/6] vulkan-tools: version bump 1.2.176.1 " Philipp Zabel
2021-07-26  7:44 ` [ptxdist] [PATCH 6/6] vulkan-validationlayers: " Philipp Zabel
2021-07-27  6:21 ` [ptxdist] [APPLIED] glslang: version bump 11.4.0 -> 11.5.0 Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox