Compare commits

1 Commits
main ... 1.1

4 changed files with 6 additions and 38 deletions

View File

@@ -1,34 +1,3 @@
-------------------------------------------------------------------
Thu Mar 13 16:31:56 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to tag SDK-1.4.309.0
* Make Xrandr not implicitly required when x11 is used
* Make emulate_VK_EXT_surface_maintenance1 comply better with
Vulkan spec
* Support VK_GOOGLE_surfaceless_query
-------------------------------------------------------------------
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>

View File

@@ -1,7 +1,7 @@
#
# spec file for package vulkan-loader
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,14 +19,13 @@
# Prefer to go with just /^sdk-.*/ tags
%define lname libvulkan1
Name: vulkan-loader
Version: 1.4.309
Version: 1.3.290
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.0.tar.gz
#Source: https://github.com/KhronosGroup/Vulkan-Loader/archive/refs/tags/v%version.tar.gz
Source9: baselibs.conf
BuildRequires: cmake >= 3.4
BuildRequires: gcc-c++ >= 4.8
@@ -69,7 +68,7 @@ This subpackage contains the development headers for packages wanting
to make use of Vulkan.
%prep
%autosetup -n Vulkan-Loader-vulkan-sdk-%version.0 -p1
%autosetup -p1 -n Vulkan-Loader-vulkan-sdk-%version.0
%build
%cmake \

BIN
vulkan-sdk-1.3.290.0.tar.gz LFS Normal file

Binary file not shown.

Binary file not shown.