From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Wed, 04 Feb 2026 13:46:03 +0100 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1vncGi-008ksp-0S for lore@lore.pengutronix.de; Wed, 04 Feb 2026 13:46:03 +0100 Received: from localhost ([127.0.0.1] helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1vncGh-0006fB-Gz; Wed, 04 Feb 2026 13:46:03 +0100 Received: from dude05.red.stw.pengutronix.de ([2a0a:edc0:0:1101:1d::54]) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1vncGP-0006cJ-Mp; Wed, 04 Feb 2026 13:45:45 +0100 From: Philipp Zabel To: ptxdist@pengutronix.de Date: Wed, 4 Feb 2026 13:45:34 +0100 Message-ID: <20260204124544.1703471-1-p.zabel@pengutronix.de> X-Mailer: git-send-email 2.47.3 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [ptxdist] [PATCH 01/11] vkmark: update patches for vulkan 1.4.341.0 X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: Philipp Zabel Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false Signed-off-by: Philipp Zabel --- ...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