mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH 1/9] glslang: version bump 1.3.280.0 -> 1.3.283.0
@ 2024-05-15 12:57 Philipp Zabel
  2024-05-15 12:57 ` [ptxdist] [PATCH 2/9] spirv-headers: " Philipp Zabel
                   ` (8 more replies)
  0 siblings, 9 replies; 18+ messages in thread
From: Philipp Zabel @ 2024-05-15 12:57 UTC (permalink / raw)
  To: ptxdist; +Cc: Philipp Zabel

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 21df9b9dcf23..0999df3e9de8 100644
--- a/rules/glslang.make
+++ b/rules/glslang.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_GLSLANG) += glslang
 #
 # Paths and names
 #
-GLSLANG_VERSION		:= 1.3.280.0
-GLSLANG_MD5		:= e6105068a700cdeb6d498bb982dcc570
+GLSLANG_VERSION		:= 1.3.283.0
+GLSLANG_MD5		:= 3fdeb75b8439f1d1008679dd9dae782c
 GLSLANG			:= glslang-$(GLSLANG_VERSION)
 GLSLANG_SUFFIX		:= tar.gz
 GLSLANG_URL		:= https://github.com/KhronosGroup/glslang/archive/vulkan-sdk-$(GLSLANG_VERSION).$(GLSLANG_SUFFIX)
-- 
2.39.2




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

* [ptxdist] [PATCH 2/9] spirv-headers: version bump 1.3.280.0 -> 1.3.283.0
  2024-05-15 12:57 [ptxdist] [PATCH 1/9] glslang: version bump 1.3.280.0 -> 1.3.283.0 Philipp Zabel
@ 2024-05-15 12:57 ` Philipp Zabel
  2024-05-21  9:58   ` [ptxdist] [APPLIED] " Michael Olbrich
  2024-05-15 12:57 ` [ptxdist] [PATCH 3/9] spirv-tools: " Philipp Zabel
                   ` (7 subsequent siblings)
  8 siblings, 1 reply; 18+ messages in thread
From: Philipp Zabel @ 2024-05-15 12:57 UTC (permalink / raw)
  To: ptxdist; +Cc: Philipp Zabel

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

diff --git a/rules/spirv-headers.make b/rules/spirv-headers.make
index aab2edd4029a..6d547d274929 100644
--- a/rules/spirv-headers.make
+++ b/rules/spirv-headers.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_SPIRV_HEADERS) += spirv-headers
 #
 # Paths and names
 #
-SPIRV_HEADERS_VERSION	:= 1.3.280.0
-SPIRV_HEADERS_MD5	:= 438892138fe25c123cdacd05eb4a4b17
+SPIRV_HEADERS_VERSION	:= 1.3.283.0
+SPIRV_HEADERS_MD5	:= 5f258f65b4526c053d9ca3cddc94e71b
 SPIRV_HEADERS		:= spirv-headers-$(SPIRV_HEADERS_VERSION)
 SPIRV_HEADERS_SUFFIX	:= tar.gz
 SPIRV_HEADERS_URL	:= https://github.com/KhronosGroup/SPIRV-Headers/archive/vulkan-sdk-$(SPIRV_HEADERS_VERSION).$(SPIRV_HEADERS_SUFFIX)
-- 
2.39.2




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

* [ptxdist] [PATCH 3/9] spirv-tools: version bump 1.3.280.0 -> 1.3.283.0
  2024-05-15 12:57 [ptxdist] [PATCH 1/9] glslang: version bump 1.3.280.0 -> 1.3.283.0 Philipp Zabel
  2024-05-15 12:57 ` [ptxdist] [PATCH 2/9] spirv-headers: " Philipp Zabel
@ 2024-05-15 12:57 ` Philipp Zabel
  2024-05-21  9:58   ` [ptxdist] [APPLIED] " Michael Olbrich
  2024-05-15 12:57 ` [ptxdist] [PATCH 4/9] volk: " Philipp Zabel
                   ` (6 subsequent siblings)
  8 siblings, 1 reply; 18+ messages in thread
From: Philipp Zabel @ 2024-05-15 12:57 UTC (permalink / raw)
  To: ptxdist; +Cc: Philipp Zabel

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

diff --git a/rules/spirv-tools.make b/rules/spirv-tools.make
index 9df598a84e75..c80d2fdf1646 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	:= 1.3.280.0
-SPIRV_TOOLS_MD5		:= d55af678b61667313d478db9399c09d4
+SPIRV_TOOLS_VERSION	:= 1.3.283.0
+SPIRV_TOOLS_MD5		:= c2dc7b5d6e9083974bc4659205a43931
 SPIRV_TOOLS		:= spirv-tools-$(SPIRV_TOOLS_VERSION)
 SPIRV_TOOLS_SUFFIX	:= tar.gz
 SPIRV_TOOLS_URL		:= https://github.com/KhronosGroup/SPIRV-Tools/archive/vulkan-sdk-$(SPIRV_TOOLS_VERSION).$(SPIRV_TOOLS_SUFFIX)
-- 
2.39.2




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

* [ptxdist] [PATCH 4/9] volk: version bump 1.3.280.0 -> 1.3.283.0
  2024-05-15 12:57 [ptxdist] [PATCH 1/9] glslang: version bump 1.3.280.0 -> 1.3.283.0 Philipp Zabel
  2024-05-15 12:57 ` [ptxdist] [PATCH 2/9] spirv-headers: " Philipp Zabel
  2024-05-15 12:57 ` [ptxdist] [PATCH 3/9] spirv-tools: " Philipp Zabel
@ 2024-05-15 12:57 ` Philipp Zabel
  2024-05-21  9:58   ` [ptxdist] [APPLIED] " Michael Olbrich
  2024-05-15 12:57 ` [ptxdist] [PATCH 5/9] vulkan-headers: " Philipp Zabel
                   ` (5 subsequent siblings)
  8 siblings, 1 reply; 18+ messages in thread
From: Philipp Zabel @ 2024-05-15 12:57 UTC (permalink / raw)
  To: ptxdist; +Cc: Philipp Zabel

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

diff --git a/rules/volk.make b/rules/volk.make
index 92e2a9f1d4ad..6c3ea71af6f2 100644
--- a/rules/volk.make
+++ b/rules/volk.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_VOLK) += volk
 #
 # Paths and names
 #
-VOLK_VERSION		:= 1.3.280.0
-VOLK_MD5		:= 2154f24cd28be1adcf48ac34cb0daa59
+VOLK_VERSION		:= 1.3.283.0
+VOLK_MD5		:= 41574b56a258bc6b8654879e5c363d5c
 VOLK			:= volk-$(VOLK_VERSION)
 VOLK_SUFFIX		:= tar.gz
 VOLK_URL		:= https://github.com/zeux/volk/archive/refs/tags/vulkan-sdk-$(VOLK_VERSION).$(VOLK_SUFFIX)
-- 
2.39.2




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

* [ptxdist] [PATCH 5/9] vulkan-headers: version bump 1.3.280.0 -> 1.3.283.0
  2024-05-15 12:57 [ptxdist] [PATCH 1/9] glslang: version bump 1.3.280.0 -> 1.3.283.0 Philipp Zabel
                   ` (2 preceding siblings ...)
  2024-05-15 12:57 ` [ptxdist] [PATCH 4/9] volk: " Philipp Zabel
@ 2024-05-15 12:57 ` Philipp Zabel
  2024-05-21  9:58   ` [ptxdist] [APPLIED] " Michael Olbrich
  2024-05-15 12:57 ` [ptxdist] [PATCH 6/9] vulkan-loader: " Philipp Zabel
                   ` (4 subsequent siblings)
  8 siblings, 1 reply; 18+ messages in thread
From: Philipp Zabel @ 2024-05-15 12:57 UTC (permalink / raw)
  To: ptxdist; +Cc: Philipp Zabel

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

diff --git a/rules/vulkan-headers.make b/rules/vulkan-headers.make
index 73d4969d1358..2e66b091f68e 100644
--- a/rules/vulkan-headers.make
+++ b/rules/vulkan-headers.make
@@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_VULKAN_HEADERS) += vulkan-headers
 # Paths and names
 #
 
-VULKAN_HEADERS_VERSION	:= 1.3.280.0
-VULKAN_HEADERS_MD5	:= 6a5ff0b86c072300fac88cfdd3996c75
+VULKAN_HEADERS_VERSION	:= 1.3.283.0
+VULKAN_HEADERS_MD5	:= 5d9916540db7cb0ca59d0146f0c638a1
 VULKAN_HEADERS		:= vulkan-headers-$(VULKAN_HEADERS_VERSION)
 VULKAN_HEADERS_SUFFIX	:= tar.gz
 VULKAN_HEADERS_URL	:= https://github.com/KhronosGroup/Vulkan-Headers/archive/vulkan-sdk-$(VULKAN_HEADERS_VERSION).$(VULKAN_HEADERS_SUFFIX)
-- 
2.39.2




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

* [ptxdist] [PATCH 6/9] vulkan-loader: version bump 1.3.280.0 -> 1.3.283.0
  2024-05-15 12:57 [ptxdist] [PATCH 1/9] glslang: version bump 1.3.280.0 -> 1.3.283.0 Philipp Zabel
                   ` (3 preceding siblings ...)
  2024-05-15 12:57 ` [ptxdist] [PATCH 5/9] vulkan-headers: " Philipp Zabel
@ 2024-05-15 12:57 ` Philipp Zabel
  2024-05-21  9:58   ` [ptxdist] [APPLIED] " Michael Olbrich
  2024-05-15 12:57 ` [ptxdist] [PATCH 7/9] vulkan-tools: " Philipp Zabel
                   ` (3 subsequent siblings)
  8 siblings, 1 reply; 18+ messages in thread
From: Philipp Zabel @ 2024-05-15 12:57 UTC (permalink / raw)
  To: ptxdist; +Cc: Philipp Zabel

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

diff --git a/rules/vulkan-loader.make b/rules/vulkan-loader.make
index 40a89591ebe4..161bdca98b2b 100644
--- a/rules/vulkan-loader.make
+++ b/rules/vulkan-loader.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_VULKAN_LOADER) += vulkan-loader
 #
 # Paths and names
 #
-VULKAN_LOADER_VERSION	:= 1.3.280.0
-VULKAN_LOADER_MD5	:= 282d32eab31abf5aa14ec59be8e8ae19
+VULKAN_LOADER_VERSION	:= 1.3.283.0
+VULKAN_LOADER_MD5	:= 80b9bfeba8132c76f897b3de300eaa70
 VULKAN_LOADER		:= vulkan-loader-$(VULKAN_LOADER_VERSION)
 VULKAN_LOADER_SUFFIX	:= tar.gz
 VULKAN_LOADER_URL	:= https://github.com/KhronosGroup/Vulkan-Loader/archive/vulkan-sdk-$(VULKAN_LOADER_VERSION).$(VULKAN_LOADER_SUFFIX)
@@ -48,6 +48,7 @@ VULKAN_LOADER_CONF_OPT	:= \
 	-DBUILD_WSI_WAYLAND_SUPPORT=$(call ptx/onoff, PTXCONF_VULKAN_LOADER_WAYLAND) \
 	-DBUILD_WSI_XCB_SUPPORT=$(call ptx/onoff, PTXCONF_VULKAN_LOADER_XCB) \
 	-DBUILD_WSI_XLIB_SUPPORT=OFF \
+	-DCODE_COVERAGE=OFF \
 	-DFALLBACK_CONFIG_DIRS=/etc/xdg \
 	-DFALLBACK_DATA_DIRS=/usr/local/share:/usr/share \
 	-DLOADER_CODEGEN=OFF \
-- 
2.39.2




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

* [ptxdist] [PATCH 7/9] vulkan-tools: version bump 1.3.280.0 -> 1.3.283.0
  2024-05-15 12:57 [ptxdist] [PATCH 1/9] glslang: version bump 1.3.280.0 -> 1.3.283.0 Philipp Zabel
                   ` (4 preceding siblings ...)
  2024-05-15 12:57 ` [ptxdist] [PATCH 6/9] vulkan-loader: " Philipp Zabel
@ 2024-05-15 12:57 ` Philipp Zabel
  2024-05-21  9:58   ` [ptxdist] [APPLIED] " Michael Olbrich
  2024-05-15 12:57 ` [ptxdist] [PATCH 8/9] vulkan-utility-libraries: " Philipp Zabel
                   ` (2 subsequent siblings)
  8 siblings, 1 reply; 18+ messages in thread
From: Philipp Zabel @ 2024-05-15 12:57 UTC (permalink / raw)
  To: ptxdist; +Cc: Philipp Zabel

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

diff --git a/rules/vulkan-tools.make b/rules/vulkan-tools.make
index 8b7c9624538c..78fdb0c5d57b 100644
--- a/rules/vulkan-tools.make
+++ b/rules/vulkan-tools.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_VULKAN_TOOLS) += vulkan-tools
 #
 # Paths and names
 #
-VULKAN_TOOLS_VERSION	:= 1.3.280.0
-VULKAN_TOOLS_MD5	:= f68e21f73b893d882e5f97959f489757
+VULKAN_TOOLS_VERSION	:= 1.3.283.0
+VULKAN_TOOLS_MD5	:= 2cb87f3f848335b7e2a76326ffdcce00
 VULKAN_TOOLS		:= vulkan-tools-$(VULKAN_TOOLS_VERSION)
 VULKAN_TOOLS_SUFFIX	:= tar.gz
 VULKAN_TOOLS_URL	:= https://github.com/KhronosGroup/Vulkan-Tools/archive/vulkan-sdk-$(VULKAN_TOOLS_VERSION).$(VULKAN_TOOLS_SUFFIX)
-- 
2.39.2




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

* [ptxdist] [PATCH 8/9] vulkan-utility-libraries: version bump 1.3.280.0 -> 1.3.283.0
  2024-05-15 12:57 [ptxdist] [PATCH 1/9] glslang: version bump 1.3.280.0 -> 1.3.283.0 Philipp Zabel
                   ` (5 preceding siblings ...)
  2024-05-15 12:57 ` [ptxdist] [PATCH 7/9] vulkan-tools: " Philipp Zabel
@ 2024-05-15 12:57 ` Philipp Zabel
  2024-05-21  9:59   ` [ptxdist] [APPLIED] " Michael Olbrich
  2024-05-15 12:57 ` [ptxdist] [PATCH 9/9] vulkan-validationlayers: " Philipp Zabel
  2024-05-21  9:58 ` [ptxdist] [APPLIED] glslang: " Michael Olbrich
  8 siblings, 1 reply; 18+ messages in thread
From: Philipp Zabel @ 2024-05-15 12:57 UTC (permalink / raw)
  To: ptxdist; +Cc: Philipp Zabel

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

diff --git a/rules/vulkan-utility-libraries.make b/rules/vulkan-utility-libraries.make
index 6ef2d3fe724c..9d0468c81455 100644
--- a/rules/vulkan-utility-libraries.make
+++ b/rules/vulkan-utility-libraries.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_VULKAN_UTILITY_LIBRARIES) += vulkan-utility-libraries
 #
 # Paths and names
 #
-VULKAN_UTILITY_LIBRARIES_VERSION	:= 1.3.280.0
-VULKAN_UTILITY_LIBRARIES_MD5		:= c611d59dcabce5d0ee11f5f6521666aa
+VULKAN_UTILITY_LIBRARIES_VERSION	:= 1.3.283.0
+VULKAN_UTILITY_LIBRARIES_MD5		:= 76d884af52443fb91df589b8e43c51e5
 VULKAN_UTILITY_LIBRARIES		:= vulkan-utility-libraries-$(VULKAN_UTILITY_LIBRARIES_VERSION)
 VULKAN_UTILITY_LIBRARIES_SUFFIX		:= tar.gz
 VULKAN_UTILITY_LIBRARIES_URL		:= https://github.com/KhronosGroup/Vulkan-Utility-Libraries/archive/vulkan-sdk-$(VULKAN_UTILITY_LIBRARIES_VERSION).$(VULKAN_UTILITY_LIBRARIES_SUFFIX)
@@ -34,6 +34,7 @@ VULKAN_UTILITY_LIBRARIES_CONF_OPT	:= \
 	-DCMAKE_BUILD_TYPE=Release \
 	-DBUILD_TESTS=OFF \
 	-DUPDATE_DEPS=OFF \
+	-DVUL_MOCK_ANDROID=OFF \
 	-DVUL_WERROR=OFF
 
 # vim: syntax=make
-- 
2.39.2




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

* [ptxdist] [PATCH 9/9] vulkan-validationlayers: version bump 1.3.280.0 -> 1.3.283.0
  2024-05-15 12:57 [ptxdist] [PATCH 1/9] glslang: version bump 1.3.280.0 -> 1.3.283.0 Philipp Zabel
                   ` (6 preceding siblings ...)
  2024-05-15 12:57 ` [ptxdist] [PATCH 8/9] vulkan-utility-libraries: " Philipp Zabel
@ 2024-05-15 12:57 ` Philipp Zabel
  2024-05-21  9:59   ` [ptxdist] [APPLIED] " Michael Olbrich
  2024-05-21  9:58 ` [ptxdist] [APPLIED] glslang: " Michael Olbrich
  8 siblings, 1 reply; 18+ messages in thread
From: Philipp Zabel @ 2024-05-15 12:57 UTC (permalink / raw)
  To: ptxdist; +Cc: Philipp Zabel

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

diff --git a/rules/vulkan-validationlayers.make b/rules/vulkan-validationlayers.make
index 6bfca4e359ce..e88a77710eb3 100644
--- a/rules/vulkan-validationlayers.make
+++ b/rules/vulkan-validationlayers.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_VULKAN_VALIDATIONLAYERS) += vulkan-validationlayers
 #
 # Paths and names
 #
-VULKAN_VALIDATIONLAYERS_VERSION	:= 1.3.280.0
-VULKAN_VALIDATIONLAYERS_MD5	:= 04805a2454d6e6facc9ca6651d04dbbf
+VULKAN_VALIDATIONLAYERS_VERSION	:= 1.3.283.0
+VULKAN_VALIDATIONLAYERS_MD5	:= 28c871c2e13cc7b7e4ea7d2685c3a075
 VULKAN_VALIDATIONLAYERS		:= vulkan-validationlayers-$(VULKAN_VALIDATIONLAYERS_VERSION)
 VULKAN_VALIDATIONLAYERS_SUFFIX	:= tar.gz
 VULKAN_VALIDATIONLAYERS_URL	:= https://github.com/KhronosGroup/Vulkan-ValidationLayers/archive/vulkan-sdk-$(VULKAN_VALIDATIONLAYERS_VERSION).$(VULKAN_VALIDATIONLAYERS_SUFFIX)
@@ -32,6 +32,7 @@ VULKAN_VALIDATIONLAYERS_CONF_TOOL	:= cmake
 VULKAN_VALIDATIONLAYERS_CONF_OPT	:= \
 	$(CROSS_CMAKE_USR) \
 	-DCMAKE_BUILD_TYPE=Release \
+	-DBUILD_SELF_VVL=OFF \
 	-DBUILD_TESTS=OFF \
 	-DBUILD_WERROR=OFF \
 	-DBUILD_WSI_WAYLAND_SUPPORT=$(call ptx/onoff, PTXCONF_VULKAN_VALIDATIONLAYERS_WAYLAND) \
-- 
2.39.2




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

* Re: [ptxdist] [APPLIED] glslang: version bump 1.3.280.0 -> 1.3.283.0
  2024-05-15 12:57 [ptxdist] [PATCH 1/9] glslang: version bump 1.3.280.0 -> 1.3.283.0 Philipp Zabel
                   ` (7 preceding siblings ...)
  2024-05-15 12:57 ` [ptxdist] [PATCH 9/9] vulkan-validationlayers: " Philipp Zabel
@ 2024-05-21  9:58 ` Michael Olbrich
  8 siblings, 0 replies; 18+ messages in thread
From: Michael Olbrich @ 2024-05-21  9:58 UTC (permalink / raw)
  To: ptxdist; +Cc: Philipp Zabel

Thanks, applied as 211fef74144243ffbd2fcbc1b1bd888c0046f46c.

Michael

[sent from post-receive hook]

On Tue, 21 May 2024 11:58:53 +0200, Philipp Zabel <p.zabel@pengutronix.de> wrote:
> Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
> Message-Id: <20240515125739.2652725-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 21df9b9dcf23..0999df3e9de8 100644
> --- a/rules/glslang.make
> +++ b/rules/glslang.make
> @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_GLSLANG) += glslang
>  #
>  # Paths and names
>  #
> -GLSLANG_VERSION		:= 1.3.280.0
> -GLSLANG_MD5		:= e6105068a700cdeb6d498bb982dcc570
> +GLSLANG_VERSION		:= 1.3.283.0
> +GLSLANG_MD5		:= 3fdeb75b8439f1d1008679dd9dae782c
>  GLSLANG			:= glslang-$(GLSLANG_VERSION)
>  GLSLANG_SUFFIX		:= tar.gz
>  GLSLANG_URL		:= https://github.com/KhronosGroup/glslang/archive/vulkan-sdk-$(GLSLANG_VERSION).$(GLSLANG_SUFFIX)



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

* Re: [ptxdist] [APPLIED] spirv-headers: version bump 1.3.280.0 -> 1.3.283.0
  2024-05-15 12:57 ` [ptxdist] [PATCH 2/9] spirv-headers: " Philipp Zabel
@ 2024-05-21  9:58   ` Michael Olbrich
  0 siblings, 0 replies; 18+ messages in thread
From: Michael Olbrich @ 2024-05-21  9:58 UTC (permalink / raw)
  To: ptxdist; +Cc: Philipp Zabel

Thanks, applied as a25e825063b8c6ff0f95212a88a0401146da73f3.

Michael

[sent from post-receive hook]

On Tue, 21 May 2024 11:58:54 +0200, Philipp Zabel <p.zabel@pengutronix.de> wrote:
> Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
> Message-Id: <20240515125739.2652725-2-p.zabel@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/spirv-headers.make b/rules/spirv-headers.make
> index aab2edd4029a..6d547d274929 100644
> --- a/rules/spirv-headers.make
> +++ b/rules/spirv-headers.make
> @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_SPIRV_HEADERS) += spirv-headers
>  #
>  # Paths and names
>  #
> -SPIRV_HEADERS_VERSION	:= 1.3.280.0
> -SPIRV_HEADERS_MD5	:= 438892138fe25c123cdacd05eb4a4b17
> +SPIRV_HEADERS_VERSION	:= 1.3.283.0
> +SPIRV_HEADERS_MD5	:= 5f258f65b4526c053d9ca3cddc94e71b
>  SPIRV_HEADERS		:= spirv-headers-$(SPIRV_HEADERS_VERSION)
>  SPIRV_HEADERS_SUFFIX	:= tar.gz
>  SPIRV_HEADERS_URL	:= https://github.com/KhronosGroup/SPIRV-Headers/archive/vulkan-sdk-$(SPIRV_HEADERS_VERSION).$(SPIRV_HEADERS_SUFFIX)



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

* Re: [ptxdist] [APPLIED] spirv-tools: version bump 1.3.280.0 -> 1.3.283.0
  2024-05-15 12:57 ` [ptxdist] [PATCH 3/9] spirv-tools: " Philipp Zabel
@ 2024-05-21  9:58   ` Michael Olbrich
  0 siblings, 0 replies; 18+ messages in thread
From: Michael Olbrich @ 2024-05-21  9:58 UTC (permalink / raw)
  To: ptxdist; +Cc: Philipp Zabel

Thanks, applied as b5b67420e538eecedaef823b6675d873b339adee.

Michael

[sent from post-receive hook]

On Tue, 21 May 2024 11:58:55 +0200, Philipp Zabel <p.zabel@pengutronix.de> wrote:
> Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
> Message-Id: <20240515125739.2652725-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 9df598a84e75..c80d2fdf1646 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	:= 1.3.280.0
> -SPIRV_TOOLS_MD5		:= d55af678b61667313d478db9399c09d4
> +SPIRV_TOOLS_VERSION	:= 1.3.283.0
> +SPIRV_TOOLS_MD5		:= c2dc7b5d6e9083974bc4659205a43931
>  SPIRV_TOOLS		:= spirv-tools-$(SPIRV_TOOLS_VERSION)
>  SPIRV_TOOLS_SUFFIX	:= tar.gz
>  SPIRV_TOOLS_URL		:= https://github.com/KhronosGroup/SPIRV-Tools/archive/vulkan-sdk-$(SPIRV_TOOLS_VERSION).$(SPIRV_TOOLS_SUFFIX)



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

* Re: [ptxdist] [APPLIED] volk: version bump 1.3.280.0 -> 1.3.283.0
  2024-05-15 12:57 ` [ptxdist] [PATCH 4/9] volk: " Philipp Zabel
@ 2024-05-21  9:58   ` Michael Olbrich
  0 siblings, 0 replies; 18+ messages in thread
From: Michael Olbrich @ 2024-05-21  9:58 UTC (permalink / raw)
  To: ptxdist; +Cc: Philipp Zabel

Thanks, applied as 33406db22f2c58333f7c43d223b4852586037145.

Michael

[sent from post-receive hook]

On Tue, 21 May 2024 11:58:56 +0200, Philipp Zabel <p.zabel@pengutronix.de> wrote:
> Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
> Message-Id: <20240515125739.2652725-4-p.zabel@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/volk.make b/rules/volk.make
> index 92e2a9f1d4ad..6c3ea71af6f2 100644
> --- a/rules/volk.make
> +++ b/rules/volk.make
> @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_VOLK) += volk
>  #
>  # Paths and names
>  #
> -VOLK_VERSION		:= 1.3.280.0
> -VOLK_MD5		:= 2154f24cd28be1adcf48ac34cb0daa59
> +VOLK_VERSION		:= 1.3.283.0
> +VOLK_MD5		:= 41574b56a258bc6b8654879e5c363d5c
>  VOLK			:= volk-$(VOLK_VERSION)
>  VOLK_SUFFIX		:= tar.gz
>  VOLK_URL		:= https://github.com/zeux/volk/archive/refs/tags/vulkan-sdk-$(VOLK_VERSION).$(VOLK_SUFFIX)



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

* Re: [ptxdist] [APPLIED] vulkan-headers: version bump 1.3.280.0 -> 1.3.283.0
  2024-05-15 12:57 ` [ptxdist] [PATCH 5/9] vulkan-headers: " Philipp Zabel
@ 2024-05-21  9:58   ` Michael Olbrich
  0 siblings, 0 replies; 18+ messages in thread
From: Michael Olbrich @ 2024-05-21  9:58 UTC (permalink / raw)
  To: ptxdist; +Cc: Philipp Zabel

Thanks, applied as 82ce1f2d5c92db7ac277b274263ef142cc5cb34b.

Michael

[sent from post-receive hook]

On Tue, 21 May 2024 11:58:57 +0200, Philipp Zabel <p.zabel@pengutronix.de> wrote:
> Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
> Message-Id: <20240515125739.2652725-5-p.zabel@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/vulkan-headers.make b/rules/vulkan-headers.make
> index 73d4969d1358..2e66b091f68e 100644
> --- a/rules/vulkan-headers.make
> +++ b/rules/vulkan-headers.make
> @@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_VULKAN_HEADERS) += vulkan-headers
>  # Paths and names
>  #
>  
> -VULKAN_HEADERS_VERSION	:= 1.3.280.0
> -VULKAN_HEADERS_MD5	:= 6a5ff0b86c072300fac88cfdd3996c75
> +VULKAN_HEADERS_VERSION	:= 1.3.283.0
> +VULKAN_HEADERS_MD5	:= 5d9916540db7cb0ca59d0146f0c638a1
>  VULKAN_HEADERS		:= vulkan-headers-$(VULKAN_HEADERS_VERSION)
>  VULKAN_HEADERS_SUFFIX	:= tar.gz
>  VULKAN_HEADERS_URL	:= https://github.com/KhronosGroup/Vulkan-Headers/archive/vulkan-sdk-$(VULKAN_HEADERS_VERSION).$(VULKAN_HEADERS_SUFFIX)



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

* Re: [ptxdist] [APPLIED] vulkan-loader: version bump 1.3.280.0 -> 1.3.283.0
  2024-05-15 12:57 ` [ptxdist] [PATCH 6/9] vulkan-loader: " Philipp Zabel
@ 2024-05-21  9:58   ` Michael Olbrich
  0 siblings, 0 replies; 18+ messages in thread
From: Michael Olbrich @ 2024-05-21  9:58 UTC (permalink / raw)
  To: ptxdist; +Cc: Philipp Zabel

Thanks, applied as de0c5bdbf1373ffe18ff9f5b65e1180aa8d0b240.

Michael

[sent from post-receive hook]

On Tue, 21 May 2024 11:58:58 +0200, Philipp Zabel <p.zabel@pengutronix.de> wrote:
> Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
> Message-Id: <20240515125739.2652725-6-p.zabel@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/vulkan-loader.make b/rules/vulkan-loader.make
> index 40a89591ebe4..161bdca98b2b 100644
> --- a/rules/vulkan-loader.make
> +++ b/rules/vulkan-loader.make
> @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_VULKAN_LOADER) += vulkan-loader
>  #
>  # Paths and names
>  #
> -VULKAN_LOADER_VERSION	:= 1.3.280.0
> -VULKAN_LOADER_MD5	:= 282d32eab31abf5aa14ec59be8e8ae19
> +VULKAN_LOADER_VERSION	:= 1.3.283.0
> +VULKAN_LOADER_MD5	:= 80b9bfeba8132c76f897b3de300eaa70
>  VULKAN_LOADER		:= vulkan-loader-$(VULKAN_LOADER_VERSION)
>  VULKAN_LOADER_SUFFIX	:= tar.gz
>  VULKAN_LOADER_URL	:= https://github.com/KhronosGroup/Vulkan-Loader/archive/vulkan-sdk-$(VULKAN_LOADER_VERSION).$(VULKAN_LOADER_SUFFIX)
> @@ -48,6 +48,7 @@ VULKAN_LOADER_CONF_OPT	:= \
>  	-DBUILD_WSI_WAYLAND_SUPPORT=$(call ptx/onoff, PTXCONF_VULKAN_LOADER_WAYLAND) \
>  	-DBUILD_WSI_XCB_SUPPORT=$(call ptx/onoff, PTXCONF_VULKAN_LOADER_XCB) \
>  	-DBUILD_WSI_XLIB_SUPPORT=OFF \
> +	-DCODE_COVERAGE=OFF \
>  	-DFALLBACK_CONFIG_DIRS=/etc/xdg \
>  	-DFALLBACK_DATA_DIRS=/usr/local/share:/usr/share \
>  	-DLOADER_CODEGEN=OFF \



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

* Re: [ptxdist] [APPLIED] vulkan-tools: version bump 1.3.280.0 -> 1.3.283.0
  2024-05-15 12:57 ` [ptxdist] [PATCH 7/9] vulkan-tools: " Philipp Zabel
@ 2024-05-21  9:58   ` Michael Olbrich
  0 siblings, 0 replies; 18+ messages in thread
From: Michael Olbrich @ 2024-05-21  9:58 UTC (permalink / raw)
  To: ptxdist; +Cc: Philipp Zabel

Thanks, applied as 3a5556ce341f39af822ac6d2f0c7540aeb0dc171.

Michael

[sent from post-receive hook]

On Tue, 21 May 2024 11:58:59 +0200, Philipp Zabel <p.zabel@pengutronix.de> wrote:
> Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
> Message-Id: <20240515125739.2652725-7-p.zabel@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/vulkan-tools.make b/rules/vulkan-tools.make
> index 8b7c9624538c..78fdb0c5d57b 100644
> --- a/rules/vulkan-tools.make
> +++ b/rules/vulkan-tools.make
> @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_VULKAN_TOOLS) += vulkan-tools
>  #
>  # Paths and names
>  #
> -VULKAN_TOOLS_VERSION	:= 1.3.280.0
> -VULKAN_TOOLS_MD5	:= f68e21f73b893d882e5f97959f489757
> +VULKAN_TOOLS_VERSION	:= 1.3.283.0
> +VULKAN_TOOLS_MD5	:= 2cb87f3f848335b7e2a76326ffdcce00
>  VULKAN_TOOLS		:= vulkan-tools-$(VULKAN_TOOLS_VERSION)
>  VULKAN_TOOLS_SUFFIX	:= tar.gz
>  VULKAN_TOOLS_URL	:= https://github.com/KhronosGroup/Vulkan-Tools/archive/vulkan-sdk-$(VULKAN_TOOLS_VERSION).$(VULKAN_TOOLS_SUFFIX)



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

* Re: [ptxdist] [APPLIED] vulkan-utility-libraries: version bump 1.3.280.0 -> 1.3.283.0
  2024-05-15 12:57 ` [ptxdist] [PATCH 8/9] vulkan-utility-libraries: " Philipp Zabel
@ 2024-05-21  9:59   ` Michael Olbrich
  0 siblings, 0 replies; 18+ messages in thread
From: Michael Olbrich @ 2024-05-21  9:59 UTC (permalink / raw)
  To: ptxdist; +Cc: Philipp Zabel

Thanks, applied as 47a23c8eeca4ce405d8a0b3dea58c136286f17ef.

Michael

[sent from post-receive hook]

On Tue, 21 May 2024 11:59:00 +0200, Philipp Zabel <p.zabel@pengutronix.de> wrote:
> Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
> Message-Id: <20240515125739.2652725-8-p.zabel@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/vulkan-utility-libraries.make b/rules/vulkan-utility-libraries.make
> index 6ef2d3fe724c..9d0468c81455 100644
> --- a/rules/vulkan-utility-libraries.make
> +++ b/rules/vulkan-utility-libraries.make
> @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_VULKAN_UTILITY_LIBRARIES) += vulkan-utility-libraries
>  #
>  # Paths and names
>  #
> -VULKAN_UTILITY_LIBRARIES_VERSION	:= 1.3.280.0
> -VULKAN_UTILITY_LIBRARIES_MD5		:= c611d59dcabce5d0ee11f5f6521666aa
> +VULKAN_UTILITY_LIBRARIES_VERSION	:= 1.3.283.0
> +VULKAN_UTILITY_LIBRARIES_MD5		:= 76d884af52443fb91df589b8e43c51e5
>  VULKAN_UTILITY_LIBRARIES		:= vulkan-utility-libraries-$(VULKAN_UTILITY_LIBRARIES_VERSION)
>  VULKAN_UTILITY_LIBRARIES_SUFFIX		:= tar.gz
>  VULKAN_UTILITY_LIBRARIES_URL		:= https://github.com/KhronosGroup/Vulkan-Utility-Libraries/archive/vulkan-sdk-$(VULKAN_UTILITY_LIBRARIES_VERSION).$(VULKAN_UTILITY_LIBRARIES_SUFFIX)
> @@ -34,6 +34,7 @@ VULKAN_UTILITY_LIBRARIES_CONF_OPT	:= \
>  	-DCMAKE_BUILD_TYPE=Release \
>  	-DBUILD_TESTS=OFF \
>  	-DUPDATE_DEPS=OFF \
> +	-DVUL_MOCK_ANDROID=OFF \
>  	-DVUL_WERROR=OFF
>  
>  # vim: syntax=make



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

* Re: [ptxdist] [APPLIED] vulkan-validationlayers: version bump 1.3.280.0 -> 1.3.283.0
  2024-05-15 12:57 ` [ptxdist] [PATCH 9/9] vulkan-validationlayers: " Philipp Zabel
@ 2024-05-21  9:59   ` Michael Olbrich
  0 siblings, 0 replies; 18+ messages in thread
From: Michael Olbrich @ 2024-05-21  9:59 UTC (permalink / raw)
  To: ptxdist; +Cc: Philipp Zabel

Thanks, applied as 3ce7e9c081fa21a0d1a45a23acbb22c11db62c52.

Michael

[sent from post-receive hook]

On Tue, 21 May 2024 11:59:00 +0200, Philipp Zabel <p.zabel@pengutronix.de> wrote:
> Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
> Message-Id: <20240515125739.2652725-9-p.zabel@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/vulkan-validationlayers.make b/rules/vulkan-validationlayers.make
> index 6bfca4e359ce..e88a77710eb3 100644
> --- a/rules/vulkan-validationlayers.make
> +++ b/rules/vulkan-validationlayers.make
> @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_VULKAN_VALIDATIONLAYERS) += vulkan-validationlayers
>  #
>  # Paths and names
>  #
> -VULKAN_VALIDATIONLAYERS_VERSION	:= 1.3.280.0
> -VULKAN_VALIDATIONLAYERS_MD5	:= 04805a2454d6e6facc9ca6651d04dbbf
> +VULKAN_VALIDATIONLAYERS_VERSION	:= 1.3.283.0
> +VULKAN_VALIDATIONLAYERS_MD5	:= 28c871c2e13cc7b7e4ea7d2685c3a075
>  VULKAN_VALIDATIONLAYERS		:= vulkan-validationlayers-$(VULKAN_VALIDATIONLAYERS_VERSION)
>  VULKAN_VALIDATIONLAYERS_SUFFIX	:= tar.gz
>  VULKAN_VALIDATIONLAYERS_URL	:= https://github.com/KhronosGroup/Vulkan-ValidationLayers/archive/vulkan-sdk-$(VULKAN_VALIDATIONLAYERS_VERSION).$(VULKAN_VALIDATIONLAYERS_SUFFIX)
> @@ -32,6 +32,7 @@ VULKAN_VALIDATIONLAYERS_CONF_TOOL	:= cmake
>  VULKAN_VALIDATIONLAYERS_CONF_OPT	:= \
>  	$(CROSS_CMAKE_USR) \
>  	-DCMAKE_BUILD_TYPE=Release \
> +	-DBUILD_SELF_VVL=OFF \
>  	-DBUILD_TESTS=OFF \
>  	-DBUILD_WERROR=OFF \
>  	-DBUILD_WSI_WAYLAND_SUPPORT=$(call ptx/onoff, PTXCONF_VULKAN_VALIDATIONLAYERS_WAYLAND) \



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

end of thread, other threads:[~2024-05-21  9:59 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-05-15 12:57 [ptxdist] [PATCH 1/9] glslang: version bump 1.3.280.0 -> 1.3.283.0 Philipp Zabel
2024-05-15 12:57 ` [ptxdist] [PATCH 2/9] spirv-headers: " Philipp Zabel
2024-05-21  9:58   ` [ptxdist] [APPLIED] " Michael Olbrich
2024-05-15 12:57 ` [ptxdist] [PATCH 3/9] spirv-tools: " Philipp Zabel
2024-05-21  9:58   ` [ptxdist] [APPLIED] " Michael Olbrich
2024-05-15 12:57 ` [ptxdist] [PATCH 4/9] volk: " Philipp Zabel
2024-05-21  9:58   ` [ptxdist] [APPLIED] " Michael Olbrich
2024-05-15 12:57 ` [ptxdist] [PATCH 5/9] vulkan-headers: " Philipp Zabel
2024-05-21  9:58   ` [ptxdist] [APPLIED] " Michael Olbrich
2024-05-15 12:57 ` [ptxdist] [PATCH 6/9] vulkan-loader: " Philipp Zabel
2024-05-21  9:58   ` [ptxdist] [APPLIED] " Michael Olbrich
2024-05-15 12:57 ` [ptxdist] [PATCH 7/9] vulkan-tools: " Philipp Zabel
2024-05-21  9:58   ` [ptxdist] [APPLIED] " Michael Olbrich
2024-05-15 12:57 ` [ptxdist] [PATCH 8/9] vulkan-utility-libraries: " Philipp Zabel
2024-05-21  9:59   ` [ptxdist] [APPLIED] " Michael Olbrich
2024-05-15 12:57 ` [ptxdist] [PATCH 9/9] vulkan-validationlayers: " Philipp Zabel
2024-05-21  9:59   ` [ptxdist] [APPLIED] " Michael Olbrich
2024-05-21  9:58 ` [ptxdist] [APPLIED] glslang: " Michael Olbrich

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