Compare commits

...

2 Commits

Author SHA256 Message Date
e8bd1bf8f8 vulkan-loader 1.3.296 2024-10-08 19:00:44 +02:00
3fc99e7577 vulkan-loader 1.3.290 2024-07-23 07:08:20 +02:00
4 changed files with 27 additions and 9 deletions

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Tue Oct 8 16:41:01 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- Update to release SDK-1.3.296
* Use ASM unknown function trampolines on GN
* Fix vkCreateSharedSwapchainsKHR not unwrapping handles correctly
* Remove unused VkIcdSurface struct members
* Add VK_IMPLICIT_LAYER_APTH & VK_ADD_IMPLICIT_LAYER_PATH env-vars
* Fix windows_read_sorted_physical_devices buffer overrun
-------------------------------------------------------------------
Tue Jul 23 05:06:41 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- Update to release SDK-1.3.290
* Remove faulty fallback for unknown functions
* tests: Allow test ICD to handle NULL pApplicationInfo
* Fix preloaded ICDs being freed with custom allocators
* Fix RegCloseKey exeption when double-closing hKeys
-------------------------------------------------------------------
Thu May 16 12:13:57 UTC 2024 - Jan Engelhardt <jengelh@inai.de>

View File

@ -19,19 +19,19 @@
# Prefer to go with just /^sdk-.*/ tags
%define lname libvulkan1
Name: vulkan-loader
Version: 1.3.283.0
Version: 1.3.296
Release: 0
Summary: Reference ICD loader for Vulkan
License: Apache-2.0
Group: Development/Libraries/C and C++
URL: https://github.com/KhronosGroup/Vulkan-Loader
Source: https://github.com/KhronosGroup/Vulkan-Loader/archive/refs/tags/vulkan-sdk-%version.tar.gz
Source: https://github.com/KhronosGroup/Vulkan-Loader/archive/refs/tags/vulkan-sdk-%version.0.tar.gz
Source9: baselibs.conf
BuildRequires: cmake >= 3.4
BuildRequires: gcc-c++ >= 4.8
BuildRequires: pkg-config
BuildRequires: python3-xml
BuildRequires: vulkan-headers >= 1.3.283
BuildRequires: vulkan-headers >= %version
BuildRequires: pkgconfig(pciaccess)
BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(xcb)
@ -68,7 +68,7 @@ This subpackage contains the development headers for packages wanting
to make use of Vulkan.
%prep
%autosetup -p1 -n Vulkan-Loader-vulkan-sdk-%version
%autosetup -p1 -n Vulkan-Loader-vulkan-sdk-%version.0
%build
%cmake \
@ -82,8 +82,7 @@ to make use of Vulkan.
%install
%cmake_install
%post -n %lname -p /sbin/ldconfig
%postun -n %lname -p /sbin/ldconfig
%ldconfig_scriptlets -n %lname
%files -n libvulkan1
%license LICENSE.txt

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:59151a3cdbf8dcfe9c2ce4b5bf33358255a197f48d8d0ee8a1d8642ed9ace80f
size 1713233

BIN
vulkan-sdk-1.3.296.0.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.