forked from jengelh/vulkan-loader
Compare commits
9 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 6ac63ae529 | |||
| ff6925d970 | |||
|
|
33e54d30e1 | ||
| bddf94af52 | |||
|
|
74baa6f6f2 | ||
| f8b0cf7113 | |||
|
|
3ac60b6c1f | ||
| 46f21f26ff | |||
| e0d76c3301 |
@@ -1,41 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
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>
|
Thu Mar 13 16:31:56 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package vulkan-loader
|
# spec file for package vulkan-loader
|
||||||
#
|
#
|
||||||
# Copyright (c) 2025 SUSE LLC and contributors
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -19,7 +19,7 @@
|
|||||||
# 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.4.335
|
Version: 1.4.309
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Reference ICD loader for Vulkan
|
Summary: Reference ICD loader for Vulkan
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
|
|||||||
BIN
vulkan-sdk-1.4.309.0.tar.gz
LFS
Normal file
BIN
vulkan-sdk-1.4.309.0.tar.gz
LFS
Normal file
Binary file not shown.
BIN
vulkan-sdk-1.4.335.0.tar.gz
LFS
BIN
vulkan-sdk-1.4.335.0.tar.gz
LFS
Binary file not shown.
Reference in New Issue
Block a user