9 Commits

Author SHA256 Message Date
2e17247e41 vulkan-loader SDK-1.4.341.0 2026-02-02 20:56:00 +01:00
146b8475fd vulkan-loader SDK-1.4.335.0 2025-12-10 00:16:04 +01:00
77ab724508 vulkan-loader SDK-1.4.328.0 2025-10-07 12:03:40 +02:00
2673c4a273 vulkan-loader SDK-1.4.321.0 2025-07-17 08:12:42 +02:00
681838dd91 vulkan-loader SDK-1.4.313.0 2025-05-18 06:28:42 +02:00
3afec99617 vulkan-loader SDK-1.4.309.0 2025-03-13 17:34:16 +01:00
1552136b21 vulkan-loader 1.4.304 2024-12-22 15:00:37 +01:00
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 52 additions and 5 deletions

View File

@@ -1,3 +1,50 @@
-------------------------------------------------------------------
Mon Feb 2 19:54:36 UTC 2026 - Jan Engelhardt <jengelh@inai.de>
- Update to tag SDK-1.4.341.0
* Fix assert in terminator_DestroySurfaceKHR
* Fix devices in the settings file removing layers
* Zero-initialize InstanceExtensionProperties
* Remove duplicates from vkEnumerateInstanceLayerProperties
-------------------------------------------------------------------
Tue Dec 9 23:14:19 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to tag SDK-1.4.335.0
* Stop layers with an invalid "type" field from being added
* Normalize library paths queried from the OS
* Fix two memory leaks
-------------------------------------------------------------------
Tue Oct 7 10:02:10 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to tag SDK-1.4.328.0
* Create prepending variants of add_if_manifest_file & string
functions
* Add device and drivers fields to settings file
* Generate VkResult operator<< overload
* Log when device configurations removes VkPhysicalDevices
* Allow VK_INSTANCE_LAYERS to order implicit layers
* Fix memory leak in get_loader_settings
* Add utility for getting the string representation of a UUID
* Add driverUUID and driverVersion to settings file device
configuration parameters
-------------------------------------------------------------------
Thu Jul 17 06:11:15 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to tag SDK-1.4.321.0
* Simplify portability enumeration variables.
* Only call surface creation functions on supported drivers.
* Add vkGetPhysicalDeviceSurfaceSupportKHR test when ICD does not
support the surface extension.
-------------------------------------------------------------------
Sun May 18 04:28:06 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to tag SDK-1.4.313.0
* loader: Lazily allocate ICD surface objects
-------------------------------------------------------------------
Thu Mar 13 16:31:56 UTC 2025 - Jan Engelhardt <jengelh@inai.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package vulkan-loader
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
# Prefer to go with just /^sdk-.*/ tags
%define lname libvulkan1
Name: vulkan-loader
Version: 1.4.309
Version: 1.4.341
Release: 0
Summary: Reference ICD loader for Vulkan
License: Apache-2.0

Binary file not shown.

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

Binary file not shown.