Compare commits
4 Commits
Author | SHA256 | Date | |
---|---|---|---|
c65864e017 | |||
40c6964e9f | |||
|
1b240cd0dc | ||
5a6b2f3890 |
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,47 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
- Update to release SDK-1.3.296
|
||||
* Added VK_AMD_anti_lag, VK_NV_command_buffer_inheritance,
|
||||
VK_KHR_pipeline_binary, VK_KHR_compute_shader_derivatives
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 29 14:37:09 UTC 2024 - Martin Jambor <mjambor@suse.com>
|
||||
|
||||
- Add option -DVULKAN_HEADERS_ENABLE_MODULE=OFF to cmake to make the
|
||||
package build with gcc14 [boo#1228421]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 23 04:56:07 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release SDK-1.3.290
|
||||
* New extensions: VK_EXT_legacy_vertex_attributes,
|
||||
VK_MESA_image_alignment_control,
|
||||
VK_EXT_shader_replicated_composites,
|
||||
VK_KHR_shader_relaxed_extended_instruction,
|
||||
VK_KHR_maintenance7.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 16 11:36:17 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
@ -22,15 +22,17 @@
|
||||
#
|
||||
|
||||
Name: vulkan-headers
|
||||
Version: 1.3.283.0
|
||||
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.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
|
||||
BuildArch: noarch
|
||||
Requires: pkgconfig(wayland-client)
|
||||
Requires: pkgconfig(x11)
|
||||
@ -47,20 +49,21 @@ This package contains the development headers for packages wanting
|
||||
to make use of Vulkan.
|
||||
|
||||
%prep
|
||||
%autosetup -n Vulkan-Headers-vulkan-sdk-%version -p1
|
||||
%autosetup -n Vulkan-Headers-%version -p1
|
||||
|
||||
%build
|
||||
%cmake \
|
||||
-DCMAKE_INSTALL_SYSCONFDIR="%_sysconfdir" \
|
||||
-DBUILD_WSI_MIR_SUPPORT=OFF \
|
||||
-DBUILD_TESTS=OFF
|
||||
-DBUILD_TESTS=OFF \
|
||||
-DVULKAN_HEADERS_ENABLE_MODULE=OFF
|
||||
%cmake_build
|
||||
|
||||
%install
|
||||
%cmake_install
|
||||
%if %{suse_version} >= 1600
|
||||
%python3_fix_shebang_path %{buildroot}%{_datadir}/vulkan/registry/*
|
||||
%python3_fix_shebang_path %{buildroot}%{_datadir}/vulkan/registry/spec_tools/*
|
||||
%if 0%{?suse_version} >= 1600
|
||||
%python3_fix_shebang_path %buildroot%_datadir/vulkan/registry/*
|
||||
%python3_fix_shebang_path %buildroot%_datadir/vulkan/registry/spec_tools/*
|
||||
%endif
|
||||
|
||||
%files
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cf54a812911b4e3e4ff15716c222a8fb9a87c2771c0b86060cb0ca2570ea55a9
|
||||
size 2271561
|
Loading…
Reference in New Issue
Block a user