From 0502fc17cec34122781d8a2ef5f423c4f311b879a630f837917f33cb124ae0cd Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Fri, 19 Jan 2024 11:07:11 +0000 Subject: [PATCH] - Update to release SDK-1.3.275.0 OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/vulkan-tools?expand=0&rev=113 --- vulkan-sdk-1.3.268.0.tar.gz | 3 --- vulkan-sdk-1.3.275.0.tar.gz | 3 +++ vulkan-tools.changes | 11 +++++++++++ vulkan-tools.spec | 7 ++++--- 4 files changed, 18 insertions(+), 6 deletions(-) delete mode 100644 vulkan-sdk-1.3.268.0.tar.gz create mode 100644 vulkan-sdk-1.3.275.0.tar.gz diff --git a/vulkan-sdk-1.3.268.0.tar.gz b/vulkan-sdk-1.3.268.0.tar.gz deleted file mode 100644 index e0fab27..0000000 --- a/vulkan-sdk-1.3.268.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:735631a595a4d7962e3221a410ceb60f5e069c98bd3309dd2ccc9f028a71788a -size 778556 diff --git a/vulkan-sdk-1.3.275.0.tar.gz b/vulkan-sdk-1.3.275.0.tar.gz new file mode 100644 index 0000000..c3096ad --- /dev/null +++ b/vulkan-sdk-1.3.275.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1c876a6c2882e365141942641a38e0a7bfa6684a7dcedbb0066a20c06625bd0 +size 755289 diff --git a/vulkan-tools.changes b/vulkan-tools.changes index ddb1cc0..e95ea95 100644 --- a/vulkan-tools.changes +++ b/vulkan-tools.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Fri Jan 19 10:40:47 UTC 2024 - Jan Engelhardt + +- Update to release SDK-1.3.275.0 + * icd: Add vkGetMemoryFdKHR support + * icd: Add vkGetMemoryHostPointerPropertiesEXT support + * vulkaninfo: Autogenerate Format list + * icd: Add basic VkDisplayKHR support + * icd: Add vkRegisterDisplayEventEXT + * icd: Add video support + ------------------------------------------------------------------- Fri Oct 27 03:54:02 UTC 2023 - Jan Engelhardt diff --git a/vulkan-tools.spec b/vulkan-tools.spec index 5c616e9..f9781cd 100644 --- a/vulkan-tools.spec +++ b/vulkan-tools.spec @@ -1,7 +1,7 @@ # # spec file for package vulkan-tools # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: vulkan-tools -Version: 1.3.268.0 +Version: 1.3.275.0 Release: 0 Summary: Diagnostic utilities for Vulkan License: Apache-2.0 @@ -30,7 +30,8 @@ BuildRequires: gcc-c++ >= 4.8 BuildRequires: glslang-devel BuildRequires: pkg-config BuildRequires: python3-base -BuildRequires: pkgconfig(vulkan) >= 1.3.268 +BuildRequires: vulkan-volk-devel >= 1.3.275 +BuildRequires: pkgconfig(vulkan) >= 1.3.275 BuildRequires: pkgconfig(wayland-protocols) BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(xcb)