mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH 01/11] vkmark: update patches for vulkan 1.4.341.0
@ 2026-02-04 12:45 Philipp Zabel
  2026-02-04 12:45 ` [ptxdist] [PATCH 02/11] glslang: version bump 1.4.335.0 -> 1.4.341.0 Philipp Zabel
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: Philipp Zabel @ 2026-02-04 12:45 UTC (permalink / raw)
  To: ptxdist; +Cc: Philipp Zabel

Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
---
 ...core-Register-custom-dispatcher-with-isDispatchLoade.patch | 4 ++--
 ...kms-Register-custom-dispatcher-with-isDispatchLoader.patch | 4 ++--
 ...core-Stop-using-deprecated-debug-utils-user-callback.patch | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/patches/vkmark-2025.01/0001-core-Register-custom-dispatcher-with-isDispatchLoade.patch b/patches/vkmark-2025.01/0001-core-Register-custom-dispatcher-with-isDispatchLoade.patch
index ea02a6da87d3..d2671a7603f2 100644
--- a/patches/vkmark-2025.01/0001-core-Register-custom-dispatcher-with-isDispatchLoade.patch
+++ b/patches/vkmark-2025.01/0001-core-Register-custom-dispatcher-with-isDispatchLoade.patch
@@ -11,14 +11,14 @@ Upstream-Status: Submitted [https://github.com/vkmark/vkmark/pull/80]
  1 file changed, 12 insertions(+)
 
 diff --git a/src/vulkan_state.cpp b/src/vulkan_state.cpp
-index a36b2994dbba..847095147bf5 100644
+index a36b2994dbba..3dbb48bfc194 100644
 --- a/src/vulkan_state.cpp
 +++ b/src/vulkan_state.cpp
 @@ -65,6 +65,18 @@ public:
  
  }
  
-+#if VK_HEADER_VERSION >= 333
++#if VK_HEADER_VERSION >= 333 && VK_HEADER_VERSION <= 337
 +namespace vk::detail {
 +
 +template <>
diff --git a/patches/vkmark-2025.01/0002-kms-Register-custom-dispatcher-with-isDispatchLoader.patch b/patches/vkmark-2025.01/0002-kms-Register-custom-dispatcher-with-isDispatchLoader.patch
index f3ad77da9ebf..d4d18e415a25 100644
--- a/patches/vkmark-2025.01/0002-kms-Register-custom-dispatcher-with-isDispatchLoader.patch
+++ b/patches/vkmark-2025.01/0002-kms-Register-custom-dispatcher-with-isDispatchLoader.patch
@@ -11,7 +11,7 @@ Upstream-Status: Submitted [https://github.com/vkmark/vkmark/pull/80]
  1 file changed, 16 insertions(+)
 
 diff --git a/src/ws/kms_window_system.cpp b/src/ws/kms_window_system.cpp
-index fe59c5bc2159..d51e2bbbeac0 100644
+index fe59c5bc2159..dc49a655d4b6 100644
 --- a/src/ws/kms_window_system.cpp
 +++ b/src/ws/kms_window_system.cpp
 @@ -416,6 +416,22 @@ public:
@@ -20,7 +20,7 @@ index fe59c5bc2159..d51e2bbbeac0 100644
  
 +}
 +
-+#if VK_HEADER_VERSION >= 333
++#if VK_HEADER_VERSION >= 333 && VK_HEADER_VERSION <= 337
 +namespace vk::detail {
 +
 +template <>
diff --git a/patches/vkmark-2025.01/0003-core-Stop-using-deprecated-debug-utils-user-callback.patch b/patches/vkmark-2025.01/0003-core-Stop-using-deprecated-debug-utils-user-callback.patch
index 7757a3981f98..6407c2262713 100644
--- a/patches/vkmark-2025.01/0003-core-Stop-using-deprecated-debug-utils-user-callback.patch
+++ b/patches/vkmark-2025.01/0003-core-Stop-using-deprecated-debug-utils-user-callback.patch
@@ -17,7 +17,7 @@ Upstream-Status: Submitted [https://github.com/vkmark/vkmark/pull/81]
  1 file changed, 4 insertions(+), 4 deletions(-)
 
 diff --git a/src/vulkan_state.cpp b/src/vulkan_state.cpp
-index 847095147bf5..7e4a05b0d179 100644
+index 3dbb48bfc194..d400a7927583 100644
 --- a/src/vulkan_state.cpp
 +++ b/src/vulkan_state.cpp
 @@ -31,10 +31,10 @@
-- 
2.47.3




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

* [ptxdist] [PATCH 02/11] glslang: version bump 1.4.335.0 -> 1.4.341.0
  2026-02-04 12:45 [ptxdist] [PATCH 01/11] vkmark: update patches for vulkan 1.4.341.0 Philipp Zabel
@ 2026-02-04 12:45 ` Philipp Zabel
  2026-02-04 12:45 ` [ptxdist] [PATCH 03/11] spirv-headers: " Philipp Zabel
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: Philipp Zabel @ 2026-02-04 12:45 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 43165771c54c..8bdb6af55e28 100644
--- a/rules/glslang.make
+++ b/rules/glslang.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_GLSLANG) += glslang
 #
 # Paths and names
 #
-GLSLANG_VERSION		:= 1.4.335.0
-GLSLANG_MD5		:= a2bb92ce159ab7993d8b1e8332da6696
+GLSLANG_VERSION		:= 1.4.341.0
+GLSLANG_MD5		:= a8de0d2772b752429458a0f1368d9d3f
 GLSLANG			:= glslang-$(GLSLANG_VERSION)
 GLSLANG_SUFFIX		:= tar.gz
 GLSLANG_URL		:= https://github.com/KhronosGroup/glslang/archive/vulkan-sdk-$(GLSLANG_VERSION).$(GLSLANG_SUFFIX)
-- 
2.47.3




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

* [ptxdist] [PATCH 03/11] spirv-headers: version bump 1.4.335.0 -> 1.4.341.0
  2026-02-04 12:45 [ptxdist] [PATCH 01/11] vkmark: update patches for vulkan 1.4.341.0 Philipp Zabel
  2026-02-04 12:45 ` [ptxdist] [PATCH 02/11] glslang: version bump 1.4.335.0 -> 1.4.341.0 Philipp Zabel
@ 2026-02-04 12:45 ` Philipp Zabel
  2026-02-04 12:45 ` [ptxdist] [PATCH 04/11] spirv-tools: " Philipp Zabel
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: Philipp Zabel @ 2026-02-04 12:45 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 a879abacae68..7c68e0a1b1ce 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.4.335.0
-SPIRV_HEADERS_MD5	:= 3808c16c503e1ce95510f498d5ee37b6
+SPIRV_HEADERS_VERSION	:= 1.4.341.0
+SPIRV_HEADERS_MD5	:= 38bcd69036ec1443ac19b417bef8685e
 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.47.3




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

* [ptxdist] [PATCH 04/11] spirv-tools: version bump 1.4.335.0 -> 1.4.341.0
  2026-02-04 12:45 [ptxdist] [PATCH 01/11] vkmark: update patches for vulkan 1.4.341.0 Philipp Zabel
  2026-02-04 12:45 ` [ptxdist] [PATCH 02/11] glslang: version bump 1.4.335.0 -> 1.4.341.0 Philipp Zabel
  2026-02-04 12:45 ` [ptxdist] [PATCH 03/11] spirv-headers: " Philipp Zabel
@ 2026-02-04 12:45 ` Philipp Zabel
  2026-02-04 12:45 ` [ptxdist] [PATCH 05/11] volk: " Philipp Zabel
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: Philipp Zabel @ 2026-02-04 12:45 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 98d5997c0930..d5d056ba41bc 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.4.335.0
-SPIRV_TOOLS_MD5		:= 9bb377079430c15ec428b31b0673b954
+SPIRV_TOOLS_VERSION	:= 1.4.341.0
+SPIRV_TOOLS_MD5		:= a5f6164b806514cf7a0fc333b50b5e6d
 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.47.3




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

* [ptxdist] [PATCH 05/11] volk: version bump 1.4.335.0 -> 1.4.341.0
  2026-02-04 12:45 [ptxdist] [PATCH 01/11] vkmark: update patches for vulkan 1.4.341.0 Philipp Zabel
                   ` (2 preceding siblings ...)
  2026-02-04 12:45 ` [ptxdist] [PATCH 04/11] spirv-tools: " Philipp Zabel
@ 2026-02-04 12:45 ` Philipp Zabel
  2026-02-04 12:45 ` [ptxdist] [PATCH 06/11] vulkan-headers: " Philipp Zabel
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: Philipp Zabel @ 2026-02-04 12:45 UTC (permalink / raw)
  To: ptxdist; +Cc: Philipp Zabel

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

diff --git a/rules/volk.make b/rules/volk.make
index a375c6c2b13c..d0765b966929 100644
--- a/rules/volk.make
+++ b/rules/volk.make
@@ -14,15 +14,15 @@ PACKAGES-$(PTXCONF_VOLK) += volk
 #
 # Paths and names
 #
-VOLK_VERSION		:= 1.4.335.0
-VOLK_MD5		:= 81204922e8ce121fecad6e102ee127de
+VOLK_VERSION		:= 1.4.341.0
+VOLK_MD5		:= 7c851eb995afe11cafbf52c61eacac08
 VOLK			:= volk-$(VOLK_VERSION)
 VOLK_SUFFIX		:= tar.gz
 VOLK_URL		:= https://github.com/zeux/volk/archive/refs/tags/vulkan-sdk-$(VOLK_VERSION).$(VOLK_SUFFIX)
 VOLK_SOURCE		:= $(SRCDIR)/$(VOLK).$(VOLK_SUFFIX)
 VOLK_DIR		:= $(BUILDDIR)/$(VOLK)
 VOLK_LICENSE		:= MIT
-VOLK_LICENSE_FILES	:= file://LICENSE.md;md5=fb3d6e8051a71edca1e54bc38d35e5af
+VOLK_LICENSE_FILES	:= file://LICENSE.md;md5=cfcbdd69e15396e371f639c69acf40bf
 
 # ----------------------------------------------------------------------------
 # Prepare
-- 
2.47.3




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

* [ptxdist] [PATCH 06/11] vulkan-headers: version bump 1.4.335.0 -> 1.4.341.0
  2026-02-04 12:45 [ptxdist] [PATCH 01/11] vkmark: update patches for vulkan 1.4.341.0 Philipp Zabel
                   ` (3 preceding siblings ...)
  2026-02-04 12:45 ` [ptxdist] [PATCH 05/11] volk: " Philipp Zabel
@ 2026-02-04 12:45 ` Philipp Zabel
  2026-02-04 12:45 ` [ptxdist] [PATCH 07/11] vulkan-loader: " Philipp Zabel
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: Philipp Zabel @ 2026-02-04 12:45 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 e049f03e1ad0..4ac3aac28bf5 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.4.335.0
-VULKAN_HEADERS_MD5	:= 5a74447afb6c1cc095436a65a381a31a
+VULKAN_HEADERS_VERSION	:= 1.4.341.0
+VULKAN_HEADERS_MD5	:= 5ecbd91ed6af8fd5d96f2b61d15f2e23
 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.47.3




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

* [ptxdist] [PATCH 07/11] vulkan-loader: version bump 1.4.335.0 -> 1.4.341.0
  2026-02-04 12:45 [ptxdist] [PATCH 01/11] vkmark: update patches for vulkan 1.4.341.0 Philipp Zabel
                   ` (4 preceding siblings ...)
  2026-02-04 12:45 ` [ptxdist] [PATCH 06/11] vulkan-headers: " Philipp Zabel
@ 2026-02-04 12:45 ` Philipp Zabel
  2026-02-04 12:45 ` [ptxdist] [PATCH 08/11] vulkan-tools: " Philipp Zabel
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: Philipp Zabel @ 2026-02-04 12:45 UTC (permalink / raw)
  To: ptxdist; +Cc: Philipp Zabel

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 79c1d718bc36..359135b4543b 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.4.335.0
-VULKAN_LOADER_MD5	:= 6f8b891748d9004acbe4e7e7f24eddc6
+VULKAN_LOADER_VERSION	:= 1.4.341.0
+VULKAN_LOADER_MD5	:= 990ccb29138c6933fae9bb1140f04c3c
 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)
-- 
2.47.3




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

* [ptxdist] [PATCH 08/11] vulkan-tools: version bump 1.4.335.0 -> 1.4.341.0
  2026-02-04 12:45 [ptxdist] [PATCH 01/11] vkmark: update patches for vulkan 1.4.341.0 Philipp Zabel
                   ` (5 preceding siblings ...)
  2026-02-04 12:45 ` [ptxdist] [PATCH 07/11] vulkan-loader: " Philipp Zabel
@ 2026-02-04 12:45 ` Philipp Zabel
  2026-02-04 12:45 ` [ptxdist] [PATCH 09/11] vulkan-utility-libraries: " Philipp Zabel
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: Philipp Zabel @ 2026-02-04 12:45 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 af17cd898e9f..5cdabdd0c0cd 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.4.335.0
-VULKAN_TOOLS_MD5	:= c286deb75acc7aed34eb3747d2bac513
+VULKAN_TOOLS_VERSION	:= 1.4.341.0
+VULKAN_TOOLS_MD5	:= a3ac7e420e7f8e5d4c3cf078da9447a1
 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.47.3




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

* [ptxdist] [PATCH 09/11] vulkan-utility-libraries: version bump 1.4.335.0 -> 1.4.341.0
  2026-02-04 12:45 [ptxdist] [PATCH 01/11] vkmark: update patches for vulkan 1.4.341.0 Philipp Zabel
                   ` (6 preceding siblings ...)
  2026-02-04 12:45 ` [ptxdist] [PATCH 08/11] vulkan-tools: " Philipp Zabel
@ 2026-02-04 12:45 ` Philipp Zabel
  2026-02-04 12:45 ` [ptxdist] [PATCH 10/11] vulkan-validationlayers: " Philipp Zabel
  2026-02-04 12:45 ` [ptxdist] [PATCH 11/11] vkmark: drop unnecessary patches Philipp Zabel
  9 siblings, 0 replies; 11+ messages in thread
From: Philipp Zabel @ 2026-02-04 12:45 UTC (permalink / raw)
  To: ptxdist; +Cc: Philipp Zabel

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

diff --git a/rules/vulkan-utility-libraries.make b/rules/vulkan-utility-libraries.make
index 195a4fbc98bc..4a90ee4c1e5c 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.4.335.0
-VULKAN_UTILITY_LIBRARIES_MD5		:= 715588e1b7ef099a33d69529ebff57ae
+VULKAN_UTILITY_LIBRARIES_VERSION	:= 1.4.341.0
+VULKAN_UTILITY_LIBRARIES_MD5		:= efaede83d39a9475fd0303e024aa2771
 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)
-- 
2.47.3




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

* [ptxdist] [PATCH 10/11] vulkan-validationlayers: version bump 1.4.335.0 -> 1.4.341.0
  2026-02-04 12:45 [ptxdist] [PATCH 01/11] vkmark: update patches for vulkan 1.4.341.0 Philipp Zabel
                   ` (7 preceding siblings ...)
  2026-02-04 12:45 ` [ptxdist] [PATCH 09/11] vulkan-utility-libraries: " Philipp Zabel
@ 2026-02-04 12:45 ` Philipp Zabel
  2026-02-04 12:45 ` [ptxdist] [PATCH 11/11] vkmark: drop unnecessary patches Philipp Zabel
  9 siblings, 0 replies; 11+ messages in thread
From: Philipp Zabel @ 2026-02-04 12:45 UTC (permalink / raw)
  To: ptxdist; +Cc: Philipp Zabel

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

diff --git a/rules/vulkan-validationlayers.make b/rules/vulkan-validationlayers.make
index de75fd222815..8f438001360b 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.4.335.0
-VULKAN_VALIDATIONLAYERS_MD5	:= c7882731975d670d8fcece974b91ae05
+VULKAN_VALIDATIONLAYERS_VERSION	:= 1.4.341.0
+VULKAN_VALIDATIONLAYERS_MD5	:= 6c55769042126c6836e36ba1bf735275
 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)
-- 
2.47.3




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

* [ptxdist] [PATCH 11/11] vkmark: drop unnecessary patches
  2026-02-04 12:45 [ptxdist] [PATCH 01/11] vkmark: update patches for vulkan 1.4.341.0 Philipp Zabel
                   ` (8 preceding siblings ...)
  2026-02-04 12:45 ` [ptxdist] [PATCH 10/11] vulkan-validationlayers: " Philipp Zabel
@ 2026-02-04 12:45 ` Philipp Zabel
  9 siblings, 0 replies; 11+ messages in thread
From: Philipp Zabel @ 2026-02-04 12:45 UTC (permalink / raw)
  To: ptxdist; +Cc: Philipp Zabel

Drop patches that are unnecessary now that
Vulkan headers are newer than 1.4.337.0.

Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
---
 ...stom-dispatcher-with-isDispatchLoade.patch | 35 -----------------
 ...eprecated-debug-utils-user-callback.patch} |  2 +-
 ...tom-dispatcher-with-isDispatchLoader.patch | 39 -------------------
 patches/vkmark-2025.01/series                 |  6 +--
 4 files changed, 3 insertions(+), 79 deletions(-)
 delete mode 100644 patches/vkmark-2025.01/0001-core-Register-custom-dispatcher-with-isDispatchLoade.patch
 rename patches/vkmark-2025.01/{0003-core-Stop-using-deprecated-debug-utils-user-callback.patch => 0001-core-Stop-using-deprecated-debug-utils-user-callback.patch} (97%)
 delete mode 100644 patches/vkmark-2025.01/0002-kms-Register-custom-dispatcher-with-isDispatchLoader.patch

diff --git a/patches/vkmark-2025.01/0001-core-Register-custom-dispatcher-with-isDispatchLoade.patch b/patches/vkmark-2025.01/0001-core-Register-custom-dispatcher-with-isDispatchLoade.patch
deleted file mode 100644
index d2671a7603f2..000000000000
--- a/patches/vkmark-2025.01/0001-core-Register-custom-dispatcher-with-isDispatchLoade.patch
+++ /dev/null
@@ -1,35 +0,0 @@
-From: Philipp Zabel <p.zabel@pengutronix.de>
-Date: Wed, 10 Dec 2025 10:59:49 +0100
-Subject: [PATCH] core: Register custom dispatcher with isDispatchLoader
-
-Since Vulkan 1.4.333, custom dispatch loaders must be registered
-with isDispatchLoader to be recognized.
-
-Upstream-Status: Submitted [https://github.com/vkmark/vkmark/pull/80]
----
- src/vulkan_state.cpp | 12 ++++++++++++
- 1 file changed, 12 insertions(+)
-
-diff --git a/src/vulkan_state.cpp b/src/vulkan_state.cpp
-index a36b2994dbba..3dbb48bfc194 100644
---- a/src/vulkan_state.cpp
-+++ b/src/vulkan_state.cpp
-@@ -65,6 +65,18 @@ public:
- 
- }
- 
-+#if VK_HEADER_VERSION >= 333 && VK_HEADER_VERSION <= 337
-+namespace vk::detail {
-+
-+template <>
-+struct isDispatchLoader<::DebugUtilsDispatcher>
-+{
-+    static VULKAN_HPP_CONST_OR_CONSTEXPR bool value = true;
-+};
-+
-+}
-+#endif
-+
- VulkanState::VulkanState(VulkanWSI& vulkan_wsi, ChoosePhysicalDeviceStrategy const& pd_strategy, bool debug)
-     : debug_enabled(debug)
- {
diff --git a/patches/vkmark-2025.01/0003-core-Stop-using-deprecated-debug-utils-user-callback.patch b/patches/vkmark-2025.01/0001-core-Stop-using-deprecated-debug-utils-user-callback.patch
similarity index 97%
rename from patches/vkmark-2025.01/0003-core-Stop-using-deprecated-debug-utils-user-callback.patch
rename to patches/vkmark-2025.01/0001-core-Stop-using-deprecated-debug-utils-user-callback.patch
index 6407c2262713..091b249fc4ca 100644
--- a/patches/vkmark-2025.01/0003-core-Stop-using-deprecated-debug-utils-user-callback.patch
+++ b/patches/vkmark-2025.01/0001-core-Stop-using-deprecated-debug-utils-user-callback.patch
@@ -17,7 +17,7 @@ Upstream-Status: Submitted [https://github.com/vkmark/vkmark/pull/81]
  1 file changed, 4 insertions(+), 4 deletions(-)
 
 diff --git a/src/vulkan_state.cpp b/src/vulkan_state.cpp
-index 3dbb48bfc194..d400a7927583 100644
+index a36b2994dbba..75650161f031 100644
 --- a/src/vulkan_state.cpp
 +++ b/src/vulkan_state.cpp
 @@ -31,10 +31,10 @@
diff --git a/patches/vkmark-2025.01/0002-kms-Register-custom-dispatcher-with-isDispatchLoader.patch b/patches/vkmark-2025.01/0002-kms-Register-custom-dispatcher-with-isDispatchLoader.patch
deleted file mode 100644
index d4d18e415a25..000000000000
--- a/patches/vkmark-2025.01/0002-kms-Register-custom-dispatcher-with-isDispatchLoader.patch
+++ /dev/null
@@ -1,39 +0,0 @@
-From: Philipp Zabel <p.zabel@pengutronix.de>
-Date: Wed, 10 Dec 2025 10:59:49 +0100
-Subject: [PATCH] kms: Register custom dispatcher with isDispatchLoader
-
-Since Vulkan 1.4.333, custom dispatch loaders must be registered
-with isDispatchLoader to be recognized.
-
-Upstream-Status: Submitted [https://github.com/vkmark/vkmark/pull/80]
----
- src/ws/kms_window_system.cpp | 16 ++++++++++++++++
- 1 file changed, 16 insertions(+)
-
-diff --git a/src/ws/kms_window_system.cpp b/src/ws/kms_window_system.cpp
-index fe59c5bc2159..dc49a655d4b6 100644
---- a/src/ws/kms_window_system.cpp
-+++ b/src/ws/kms_window_system.cpp
-@@ -416,6 +416,22 @@ public:
-     PFN_vkGetPhysicalDeviceFormatProperties2KHR vkGetPhysicalDeviceFormatProperties2KHR;
- };
- 
-+}
-+
-+#if VK_HEADER_VERSION >= 333 && VK_HEADER_VERSION <= 337
-+namespace vk::detail {
-+
-+template <>
-+struct isDispatchLoader<::GetFormatProperties2Dispatcher>
-+{
-+    static VULKAN_HPP_CONST_OR_CONSTEXPR bool value = true;
-+};
-+
-+}
-+#endif
-+
-+namespace {
-+
- std::vector<uint64_t> vk_get_supported_mods_for_format(VulkanState& vulkan,
-                                                        vk::Format format)
- {
diff --git a/patches/vkmark-2025.01/series b/patches/vkmark-2025.01/series
index a3fd7467d603..3a632df17028 100644
--- a/patches/vkmark-2025.01/series
+++ b/patches/vkmark-2025.01/series
@@ -1,6 +1,4 @@
 # generated by git-ptx-patches
 #tag:base --start-number 1
-0001-core-Register-custom-dispatcher-with-isDispatchLoade.patch
-0002-kms-Register-custom-dispatcher-with-isDispatchLoader.patch
-0003-core-Stop-using-deprecated-debug-utils-user-callback.patch
-# be1b1a774085ed37d138497b2a8558e6  - git-ptx-patches magic
+0001-core-Stop-using-deprecated-debug-utils-user-callback.patch
+# a60b02b9b08f894329a2e79aa8073b4b  - git-ptx-patches magic
-- 
2.47.3




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

end of thread, other threads:[~2026-02-04 12:46 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-02-04 12:45 [ptxdist] [PATCH 01/11] vkmark: update patches for vulkan 1.4.341.0 Philipp Zabel
2026-02-04 12:45 ` [ptxdist] [PATCH 02/11] glslang: version bump 1.4.335.0 -> 1.4.341.0 Philipp Zabel
2026-02-04 12:45 ` [ptxdist] [PATCH 03/11] spirv-headers: " Philipp Zabel
2026-02-04 12:45 ` [ptxdist] [PATCH 04/11] spirv-tools: " Philipp Zabel
2026-02-04 12:45 ` [ptxdist] [PATCH 05/11] volk: " Philipp Zabel
2026-02-04 12:45 ` [ptxdist] [PATCH 06/11] vulkan-headers: " Philipp Zabel
2026-02-04 12:45 ` [ptxdist] [PATCH 07/11] vulkan-loader: " Philipp Zabel
2026-02-04 12:45 ` [ptxdist] [PATCH 08/11] vulkan-tools: " Philipp Zabel
2026-02-04 12:45 ` [ptxdist] [PATCH 09/11] vulkan-utility-libraries: " Philipp Zabel
2026-02-04 12:45 ` [ptxdist] [PATCH 10/11] vulkan-validationlayers: " Philipp Zabel
2026-02-04 12:45 ` [ptxdist] [PATCH 11/11] vkmark: drop unnecessary patches Philipp Zabel

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