9 Commits

Author SHA256 Message Date
2775a89b67 vulkan-volk SDK-1.4.341.0 2026-02-02 21:48:53 +01:00
f1c2d057cf vulkan-volk SDK-1.4.335.0 2025-12-10 00:21:54 +01:00
70a4a183f7 vulkan-volk SDK-1.4.328.0 2025-10-07 12:15:43 +02:00
604f29a259 vulkan-volk SDK-1.4.321.0 2025-07-17 08:16:52 +02:00
99af3b3ec3 vulkan-volk SDK-1.4.313.0 2025-05-18 06:32:02 +02:00
fe135fa84f vulkan-volk SDK-1.4.309.0 2025-03-13 18:21:55 +01:00
6bb401af63 vulkan-volk 1.4.304 2024-12-24 02:38:16 +01:00
64452ce857 vulkan-volk 1.3.296 2024-10-08 19:07:17 +02:00
8088710159 vulkan-volk 1.3.290 2024-07-23 07:24:23 +02:00
4 changed files with 67 additions and 9 deletions

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,61 @@
-------------------------------------------------------------------
Mon Feb 2 20:48:38 UTC 2026 - Jan Engelhardt <jengelh@inai.de>
- Update to tag SDK-1.4.341.0
* Update vkGetDeviceCombinedImageSamplerIndexNVX to spec ver4
-------------------------------------------------------------------
Tue Dec 9 23:21:23 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to tag SDK-1.4.335.0
* Implement instance table API
* Implement hashed padding for VolkInstanceTable
-------------------------------------------------------------------
Tue Oct 7 10:15:07 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to tag SDK-1.4.328.0
* Add option to hide device prototypes
* Add VOLK_NAMESPACE configuration to use C++ namespaces
-------------------------------------------------------------------
Thu Jul 17 06:15:55 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to tag SDK-1.4.321.0
* Version bump only
-------------------------------------------------------------------
Sun May 18 04:30:47 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to tag SDK-1.4.313.0
* Generate padding fields in VolkDeviceTable to preserve ABI
* Regenerated volk.h with padding fields
-------------------------------------------------------------------
Thu Mar 13 17:21:42 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to tag SDK-1.4.309.0
* Silence deprecation warning when testing element's truth value
-------------------------------------------------------------------
Tue Dec 24 01:36:33 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- Update to 1.4.304
* Unify version workarounds for VK_HUAWEI_subpass_shading /
VK_NVX_image_view_handle
-------------------------------------------------------------------
Tue Oct 8 16:37:59 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- Update to release SDK-1.3.296.0
* Support new function pointers added by v296
-------------------------------------------------------------------
Tue Jul 23 05:21:31 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- Update to release SDK-1.3.290.0
* Version bump only
-------------------------------------------------------------------
Thu May 16 12:28:23 UTC 2024 - Jan Engelhardt <jengelh@inai.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package vulkan-volk
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2026 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,19 +17,19 @@
Name: vulkan-volk
%define lname libvolk-1_3_283_0
Version: 1.3.283.0
%define lname libvolk-1_4_341
Version: 1.4.341
Release: 0
Summary: Meta loader for the Vulkan API
License: MIT
Group: Development/Libraries/C and C++
URL: https://github.com/zeux/volk
Source: https://github.com/zeux/volk/archive/refs/tags/vulkan-sdk-%version.tar.gz
Source: https://github.com/zeux/volk/archive/refs/tags/vulkan-sdk-%version.0.tar.gz
Patch1: shared.diff
BuildRequires: c_compiler
BuildRequires: cmake
BuildRequires: python3-base
BuildRequires: pkgconfig(vulkan)
BuildRequires: pkgconfig(vulkan) >= %version
%description
A meta loader for Vulkan.
@@ -59,7 +59,7 @@ Conflicts: volk-devel
Headers needed for programs to utilize the Vulkan VOLK meta loader.
%prep
%autosetup -p1 -n volk-vulkan-sdk-%version
%autosetup -n volk-vulkan-sdk-%version.0 -p1
perl -i -lpe 's{\@PACKAGE_VERSION\@}{%version}g' CMakeLists.txt
%build