4 Commits

6 changed files with 14 additions and 74 deletions

4
_scmsync.obsinfo Normal file
View File

@@ -0,0 +1,4 @@
mtime: 1721712666
commit: 656e64931fd7f38929b75d46cd35c46cf46f9970afc6a6307c3fdfdc639afb63
url: https://src.opensuse.org/jengelh/vulkan-tools
revision: master

3
build.specials.obscpio Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:76378d4fe28e60b2036a4e8286c9eb9a24534326cf321a1c4efe3bbb960c50a3
size 256

BIN
vulkan-sdk-1.3.290.0.tar.gz LFS Normal file

Binary file not shown.

Binary file not shown.

View File

@@ -1,71 +1,3 @@
-------------------------------------------------------------------
Mon Feb 2 19:57:54 UTC 2026 - Jan Engelhardt <jengelh@inai.de>
- Update to tag SDK-1.4.341.0
* vulkaninfo: Fix running under RenderDoc
* vulkaninfo: Dump VkCooperativeMatrixPropertiesKHR and TimeDomain
- Drop 0001-vulkaninfo-Fix-running-under-RenderDoc.patch (merged)
-------------------------------------------------------------------
Tue Dec 9 23:18:24 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to release 1.4.335
* vulkaninfo: Support promoted structs in Profile JSON output
- Add 0001-vulkaninfo-Fix-running-under-RenderDoc.patch
-------------------------------------------------------------------
Tue Oct 7 10:04:08 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to tag SDK-1.4.328.0
* vulkaninfo: Default init VkVideoCapabilitiesKHR
* cube: Fix auto WSI platform selection on QNX
- Delete cmake.patch (merged)
-------------------------------------------------------------------
Thu Jul 17 06:13:32 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to tag SDK-1.4.321.0
* cube: prefer Wayland over X11 when available
-------------------------------------------------------------------
Sun Jul 6 15:30:16 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Add cmake.patch
-------------------------------------------------------------------
Thu Jun 5 19:09:31 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Remove unused dependency on vulkan-volk
-------------------------------------------------------------------
Sun May 18 04:29:18 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to tag SDK-1.4.313.0
* vkcubepp: Support protected output
* cube: Only count non-minimized frames
-------------------------------------------------------------------
Thu Mar 13 16:41:22 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to tag SDK-1.4.309.0
* vulkaninfo: Add video profiles support
* cube: Correctly apply sRGB OETF/EOTF
* icd: Add VkPhysicalDeviceMaintenance3Properties
-------------------------------------------------------------------
Tue Dec 24 01:33:04 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- Update to tag 1.4.304
* icd: add support for AV1 encode and QP maps
-------------------------------------------------------------------
Tue Oct 8 17:13:46 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- Update to release SDK-1.3.296
* vulkaninfo: Add --show-promoted-structs option
* vulkaninfo: Only iterate 2-call idiom when needed
* vulkaninfo: Correctly query per-surface queue support
-------------------------------------------------------------------
Tue Jul 23 05:26:36 UTC 2024 - Jan Engelhardt <jengelh@inai.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package vulkan-tools
#
# Copyright (c) 2025 SUSE LLC and contributors
# 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.4.341
Version: 1.3.290
Release: 0
Summary: Diagnostic utilities for Vulkan
License: Apache-2.0
@@ -30,6 +30,7 @@ BuildRequires: gcc-c++ >= 4.8
BuildRequires: glslang-devel
BuildRequires: pkg-config
BuildRequires: python3-base
BuildRequires: vulkan-volk-devel >= %version
BuildRequires: pkgconfig(vulkan) >= %version
BuildRequires: pkgconfig(wayland-protocols)
BuildRequires: pkgconfig(x11)
@@ -45,7 +46,7 @@ graphics applications such as games and interactive media.
This package contains the Khronos official Vulkan tools and utilities.
%prep
%autosetup -n Vulkan-Tools-vulkan-sdk-%version.0 -p1
%autosetup -p1 -n Vulkan-Tools-vulkan-sdk-%version.0
%build
mkdir -p glslang/bin