Compare commits
3 Commits
Author | SHA256 | Date | |
---|---|---|---|
6bb401af63 | |||
64452ce857 | |||
8088710159 |
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.3.283.0.tar.gz
(Stored with Git LFS)
BIN
vulkan-sdk-1.3.283.0.tar.gz
(Stored with Git LFS)
Binary file not shown.
@ -1,3 +1,22 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
Thu May 16 12:28:23 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -17,19 +17,20 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: vulkan-volk
|
Name: vulkan-volk
|
||||||
%define lname libvolk-1_3_283_0
|
%define lname libvolk-1_4_304
|
||||||
Version: 1.3.283.0
|
%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.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
|
||||||
BuildRequires: python3-base
|
BuildRequires: python3-base
|
||||||
BuildRequires: pkgconfig(vulkan)
|
BuildRequires: pkgconfig(vulkan) >= %version
|
||||||
|
|
||||||
%description
|
%description
|
||||||
A meta loader for Vulkan.
|
A meta loader for Vulkan.
|
||||||
@ -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 -p1 -n volk-vulkan-sdk-%version
|
%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
|
||||||
|
Loading…
Reference in New Issue
Block a user