Compare commits
8 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 58fbef734b | |||
| fae8d88e3c | |||
| 9ce1322f5b | |||
| 522572ee7e | |||
| 35d942660d | |||
| d7a6a8845e | |||
| 0824ce4a9b | |||
| b2bcb6ab3f |
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.335.0.tar.gz
LFS
Normal file
BIN
vulkan-sdk-1.4.335.0.tar.gz
LFS
Normal file
Binary file not shown.
@@ -1,3 +1,32 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 9 23:22:33 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to tag SDK-1.4.335.0
|
||||
* doc: mention `VK_Layer_*setting_name*` is deprecated and remove
|
||||
errant backtick
|
||||
* Add C++ layer settings helper library documentation
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 7 10:18:00 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to tag SDK-1.4.328.0
|
||||
* build: Put generated version in CMake project()
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 17 06:39:55 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to tag SDK-1.4.321.0
|
||||
* formats: Remove old format utils
|
||||
* enums: Add C Name helper for VkStructureType
|
||||
* layer: Fix trim namespace env with overridden namespace
|
||||
* layer: Fix unknown settings across layers
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun May 18 04:34:47 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to tag SDK-1.4.313.0
|
||||
* format: Fix DepthStencil to Color compatible check
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 13 16:39:41 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package vulkan-utility-libraries
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2025 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
|
||||
@@ -16,13 +16,13 @@
|
||||
#
|
||||
|
||||
|
||||
%define lname libVulkanLayerSettings-1_4_309
|
||||
%define lname libVulkanLayerSettings-1_4_335
|
||||
%if 0%{?suse_version} < 1600
|
||||
%define gcc_version 13
|
||||
%endif
|
||||
|
||||
Name: vulkan-utility-libraries
|
||||
Version: 1.4.309
|
||||
Version: 1.4.335
|
||||
Release: 0
|
||||
Summary: Utility libraries for Vulkan
|
||||
License: Apache-2.0
|
||||
@@ -71,8 +71,8 @@ find . -type f -name CMakeLists.txt -exec perl -i -lpe 's{\@PACKAGE_VERSION\@}{%
|
||||
|
||||
%build
|
||||
%cmake \
|
||||
-DCMAKE_C_COMPILER="gcc%{?gcc_version:-%{gcc_version}}" \
|
||||
-DCMAKE_CXX_COMPILER="g++%{?gcc_version:-%{gcc_version}}"
|
||||
-DCMAKE_C_COMPILER="gcc%{?gcc_version:-%gcc_version}" \
|
||||
-DCMAKE_CXX_COMPILER="g++%{?gcc_version:-%gcc_version}"
|
||||
%cmake_build
|
||||
|
||||
%install
|
||||
|
||||
Reference in New Issue
Block a user