[info=c65864e017c969c5cf4a302c745a70926134de487832440c1aeae257f650f536]
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/vulkan-headers?expand=0&rev=123
This commit is contained in:
parent
b60518a8af
commit
9ef4abe69d
@ -1,4 +1,4 @@
|
||||
mtime: 1728405403
|
||||
commit: 40c6964e9fc327affcad14b5bf8af66d663ae3454e32fcfc95891b836d3f9bb2
|
||||
mtime: 1734830238
|
||||
commit: c65864e017c969c5cf4a302c745a70926134de487832440c1aeae257f650f536
|
||||
url: https://src.opensuse.org/jengelh/vulkan-headers
|
||||
revision: master
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:31c14e2be94ffe741a90cea1e9dc22038a4268d1de01deb5d739078a8646e116
|
||||
oid sha256:7309a909bcdd407f7e4cb4c99c0860a36b9f677c37d4935d5b00d21e9945e377
|
||||
size 256
|
||||
|
BIN
v1.4.304.tar.gz
(Stored with Git LFS)
Normal file
BIN
v1.4.304.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 22 01:11:34 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to tag 1.4.304
|
||||
* Added VK_EXT_present_mode_fifo_latest_ready,
|
||||
VK_NV_cooperative_matrix2, VK_HUAWEI_hdr_vivid,
|
||||
VK_EXT_vertex_attribute_robustness, VK_KHR_video_encode_av1,
|
||||
VK_KHR_video_encode_quantization_map, VK_NV_display_stereo
|
||||
* Streaming Transfers: Vulkan 1.4 imposes new implementation
|
||||
requirements to ensure portable, cross-platform applications
|
||||
can stream large quantities of data to a device while
|
||||
simultaneously rendering at full performance.
|
||||
* Previously optional extensions and features critical to
|
||||
emerging high-performance applications are now mandatory in
|
||||
Vulkan 1.4, ensuring their reliable availability across
|
||||
multiple platforms. These include push descriptors, dynamic
|
||||
rendering local reads, and scalar block layouts.
|
||||
* 8K rendering with up to eight separate render targets is now
|
||||
guaranteed to be supported, along with several other limit
|
||||
increases.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 8 16:34:09 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
@ -22,13 +22,14 @@
|
||||
#
|
||||
|
||||
Name: vulkan-headers
|
||||
Version: 1.3.296
|
||||
Version: 1.4.304
|
||||
Release: 0
|
||||
Summary: Vulkan C and C++ API header files
|
||||
License: Apache-2.0
|
||||
Group: Development/Libraries/C and C++
|
||||
URL: https://github.com/KhronosGroup/Vulkan-Headers
|
||||
Source: https://github.com/KhronosGroup/Vulkan-Headers/archive/refs/tags/vulkan-sdk-%version.0.tar.gz
|
||||
#Source: https://github.com/KhronosGroup/Vulkan-Headers/archive/refs/tags/vulkan-sdk-%version.0.tar.gz
|
||||
Source: https://github.com/KhronosGroup/Vulkan-Headers/archive/refs/tags/v%version.tar.gz
|
||||
Source9: %name-rpmlintrc
|
||||
BuildRequires: cmake >= 2.8.11
|
||||
BuildRequires: c++_compiler
|
||||
@ -48,7 +49,7 @@ This package contains the development headers for packages wanting
|
||||
to make use of Vulkan.
|
||||
|
||||
%prep
|
||||
%autosetup -n Vulkan-Headers-vulkan-sdk-%version.0 -p1
|
||||
%autosetup -n Vulkan-Headers-%version -p1
|
||||
|
||||
%build
|
||||
%cmake \
|
||||
|
BIN
vulkan-sdk-1.3.296.0.tar.gz
(Stored with Git LFS)
BIN
vulkan-sdk-1.3.296.0.tar.gz
(Stored with Git LFS)
Binary file not shown.
Loading…
Reference in New Issue
Block a user