Compare commits
3 Commits
Author | SHA256 | Date | |
---|---|---|---|
1552136b21 | |||
e8bd1bf8f8 | |||
3fc99e7577 |
BIN
v1.4.304.tar.gz
(Stored with Git LFS)
Normal file
BIN
v1.4.304.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,34 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Dec 22 01:18:28 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to tag 1.4.304
|
||||||
|
* Emulate VK_EXT_surface_maintenance1 if not supported by a driver
|
||||||
|
* Add handle checking to test instance & device creation
|
||||||
|
* Add settings test for layer control OFF & VK_INSTANCE_LAYERS
|
||||||
|
* Make Settings file "ON" take priority over disable env-var
|
||||||
|
* Log what caused each layer to be enabled
|
||||||
|
* Log when Filter Env-Vars act when settings file is active
|
||||||
|
* Add more logging when the settings file has invalid members
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
Thu May 16 12:13:57 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -19,19 +19,20 @@
|
|||||||
# Prefer to go with just /^sdk-.*/ tags
|
# Prefer to go with just /^sdk-.*/ tags
|
||||||
%define lname libvulkan1
|
%define lname libvulkan1
|
||||||
Name: vulkan-loader
|
Name: vulkan-loader
|
||||||
Version: 1.3.283.0
|
Version: 1.4.304
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Reference ICD loader for Vulkan
|
Summary: Reference ICD loader for Vulkan
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
URL: https://github.com/KhronosGroup/Vulkan-Loader
|
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
|
||||||
|
Source: https://github.com/KhronosGroup/Vulkan-Loader/archive/refs/tags/v%version.tar.gz
|
||||||
Source9: baselibs.conf
|
Source9: baselibs.conf
|
||||||
BuildRequires: cmake >= 3.4
|
BuildRequires: cmake >= 3.4
|
||||||
BuildRequires: gcc-c++ >= 4.8
|
BuildRequires: gcc-c++ >= 4.8
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
BuildRequires: python3-xml
|
BuildRequires: python3-xml
|
||||||
BuildRequires: vulkan-headers >= 1.3.283
|
BuildRequires: vulkan-headers >= %version
|
||||||
BuildRequires: pkgconfig(pciaccess)
|
BuildRequires: pkgconfig(pciaccess)
|
||||||
BuildRequires: pkgconfig(x11)
|
BuildRequires: pkgconfig(x11)
|
||||||
BuildRequires: pkgconfig(xcb)
|
BuildRequires: pkgconfig(xcb)
|
||||||
@ -68,7 +69,7 @@ This subpackage contains the development headers for packages wanting
|
|||||||
to make use of Vulkan.
|
to make use of Vulkan.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1 -n Vulkan-Loader-vulkan-sdk-%version
|
%autosetup -p1 -n Vulkan-Loader-%version
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake \
|
%cmake \
|
||||||
@ -82,8 +83,7 @@ to make use of Vulkan.
|
|||||||
%install
|
%install
|
||||||
%cmake_install
|
%cmake_install
|
||||||
|
|
||||||
%post -n %lname -p /sbin/ldconfig
|
%ldconfig_scriptlets -n %lname
|
||||||
%postun -n %lname -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%files -n libvulkan1
|
%files -n libvulkan1
|
||||||
%license LICENSE.txt
|
%license LICENSE.txt
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:59151a3cdbf8dcfe9c2ce4b5bf33358255a197f48d8d0ee8a1d8642ed9ace80f
|
|
||||||
size 1713233
|
|
Loading…
x
Reference in New Issue
Block a user