SHA256
1
0
forked from pool/vulkan-tools

12 Commits

Author SHA256 Message Date
8a39489087 vulkan-tools SDK-1.4.341.0 2026-02-03 12:11:55 +01:00
17eb99ebe9 vulkan-tools 1.4.335 2025-12-10 00:19:55 +01:00
666b85e8e3 vulkan-tools SDK-1.4.328.0 2025-10-07 12:05:59 +02:00
4f8fab8d8b Trim cmake.patch 2025-07-17 08:34:30 +02:00
aeba815071 vulkan-tools SDK-1.4.321.0 2025-07-17 08:15:05 +02:00
7381c1d02a Add cmake.patch 2025-07-06 17:42:17 +02:00
54496bc767 Remove unused dependency on vulkan-volk 2025-06-05 21:09:48 +02:00
76a7fb791b vulkan-tools SDK-1.4.313.0 2025-05-18 11:11:33 +02:00
9d34012fd0 vulkan-tools SDK-1.4.309.0 2025-03-13 17:42:07 +01:00
c52efca805 vulkan-tools 1.4.304 2024-12-24 02:33:39 +01:00
87d26be6c9 vulkan-tools 1.3.296 2024-10-08 19:14:31 +02:00
656e64931f vulkan-tools 1.3.290 2024-07-23 07:31:06 +02:00
6 changed files with 74 additions and 14 deletions

View File

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

View File

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

Binary file not shown.

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

Binary file not shown.

View File

@@ -1,3 +1,71 @@
-------------------------------------------------------------------
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) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# 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.290
Version: 1.4.341
Release: 0
Summary: Diagnostic utilities for Vulkan
License: Apache-2.0
@@ -30,7 +30,6 @@ 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)
@@ -46,7 +45,7 @@ graphics applications such as games and interactive media.
This package contains the Khronos official Vulkan tools and utilities.
%prep
%autosetup -p1 -n Vulkan-Tools-vulkan-sdk-%version.0
%autosetup -n Vulkan-Tools-vulkan-sdk-%version.0 -p1
%build
mkdir -p glslang/bin