forked from pool/vulkan-volk
Compare commits
8 Commits
Author | SHA256 | Date | |
---|---|---|---|
c40f56dfc0 | |||
efa2dbb528 | |||
|
ba13fdea5a | ||
8e8175a3f2 | |||
|
c748be771d | ||
2393f13e33 | |||
89b99eb61b | |||
7f0862a390 |
BIN
a776ece3fb71849ce220acaf3affea4df06cb587.tar.gz
(Stored with Git LFS)
Normal file
BIN
a776ece3fb71849ce220acaf3affea4df06cb587.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
vulkan-sdk-1.4.321.0.tar.gz
(Stored with Git LFS)
BIN
vulkan-sdk-1.4.321.0.tar.gz
(Stored with Git LFS)
Binary file not shown.
@@ -1,22 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
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>
|
Tue Dec 24 01:36:33 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package vulkan-volk
|
# spec file for package vulkan-volk
|
||||||
#
|
#
|
||||||
# Copyright (c) 2025 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -17,14 +17,15 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: vulkan-volk
|
Name: vulkan-volk
|
||||||
%define lname libvolk-1_4_321
|
%define lname libvolk-1_4_304
|
||||||
Version: 1.4.321
|
%define rev a776ece3fb71849ce220acaf3affea4df06cb587
|
||||||
|
Version: 1.4.304
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Meta loader for the Vulkan API
|
Summary: Meta loader for the Vulkan API
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
URL: https://github.com/zeux/volk
|
URL: https://github.com/zeux/volk
|
||||||
Source: https://github.com/zeux/volk/archive/refs/tags/vulkan-sdk-%version.0.tar.gz
|
Source: https://github.com/zeux/volk/archive/%rev.tar.gz
|
||||||
Patch1: shared.diff
|
Patch1: shared.diff
|
||||||
BuildRequires: c_compiler
|
BuildRequires: c_compiler
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
@@ -59,7 +60,7 @@ Conflicts: volk-devel
|
|||||||
Headers needed for programs to utilize the Vulkan VOLK meta loader.
|
Headers needed for programs to utilize the Vulkan VOLK meta loader.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n volk-vulkan-sdk-%version.0 -p1
|
%autosetup -p1 -n volk-%rev
|
||||||
perl -i -lpe 's{\@PACKAGE_VERSION\@}{%version}g' CMakeLists.txt
|
perl -i -lpe 's{\@PACKAGE_VERSION\@}{%version}g' CMakeLists.txt
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
Reference in New Issue
Block a user