Compare commits
9 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 2e17247e41 | |||
| 146b8475fd | |||
| 77ab724508 | |||
| 2673c4a273 | |||
| 681838dd91 | |||
| 3afec99617 | |||
| 1552136b21 | |||
| e8bd1bf8f8 | |||
| 3fc99e7577 |
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
BIN
vulkan-sdk-1.4.309.0.tar.gz
LFS
BIN
vulkan-sdk-1.4.309.0.tar.gz
LFS
Binary file not shown.
BIN
vulkan-sdk-1.4.341.0.tar.gz
LFS
Normal file
BIN
vulkan-sdk-1.4.341.0.tar.gz
LFS
Normal file
Binary file not shown.
Reference in New Issue
Block a user