9 Commits

Author SHA256 Message Date
b27ac60e35 vulkan-headers SDK-1.4.335.0 2025-12-10 00:13:52 +01:00
24c0784e87 vulkan-headers SDK-1.4.328.0 2025-10-07 12:24:15 +02:00
03ab6dd2d3 vulkan-headers SDK-1.4.321.0 2025-07-17 08:10:16 +02:00
07a5ca24b2 vulkan-headers SDK-1.4.313.0 2025-05-18 06:26:48 +02:00
7c618f1073 vulkan-headers SDK-1.4.309.0 2025-03-13 17:29:28 +01:00
c65864e017 vulkan-headers 1.4.304 2024-12-22 02:17:18 +01:00
40c6964e9f vulkan-headers 1.3.296 2024-10-08 18:36:43 +02:00
Martin Jambor
1b240cd0dc Make the package buildable with gcc14 [boo#1228421]
- Add option -DVULKAN_HEADERS_ENABLE_MODULE=OFF to cmake to make the
  package build with gcc14 [boo#1228421]
2024-07-29 16:40:45 +02:00
5a6b2f3890 vulkan-headers 1.3.290 2024-07-23 07:00:09 +02:00
4 changed files with 128 additions and 11 deletions

View File

@@ -1,3 +1,117 @@
-------------------------------------------------------------------
Tue Dec 9 23:10:54 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to release SDK-1.4.335.0
* New extensions:
* VK_KHR_shader_fma, for obtaining correctly-rounded results of
Fused-Multiply Addition.
* VK_EXT_memory_decompression, for memory-to-memory decompression.
* VK_EXT_shader_64bit_indexing, a relaxation of the
maxStorageBufferRange limit to allow more than 4GB to be
accessed through a buffer binding).
* VK_EXT_shader_uniform_buffer_unsized_array, for letting last
member of a uniform buffer block be declared as an unsized
array.
* VK_ARM_performance_counters_by_region, for capturing
performance counters on a per region/tile basis.
* VK_EXT_ray_tracing_invocation_reorder, which provides more
control over the ordering of the ray-tracing pipeline.
* VK_EXT_present_timing, for using Vulkan swapchains to obtain
information on the presentation engine's display for accurate
timing information and to assist in scheduling a present to
happen no earlier than a desired time.
-------------------------------------------------------------------
Tue Oct 7 09:58:56 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to release SDK-1.4.328.0
* A variety of clarifications/corrections
* New extension VK_AMDX_dense_geometry_format, which is a means
of compressing triangle meshes for more efficient hardware
ray-tracing.
* New VK_KHR_copy_memory_indirect, which helps performing copies
between memory and image regions using indirect parameters that
are read by the device from a buffer during execution.
* New VK_VALVE_video_encode_rgb_conversion which enables
applications to pass RGB/RGBA images in video encoding
operations.
* VK_KHR_shader_untyped_pointers adds Vulkan support for the
SPIR-V SPV_KHR_untyped_pointers extension to provide untyped
pointers as an alternative to strongly-typed pointers.
-------------------------------------------------------------------
Wed Jul 16 21:31:12 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to release SDK-1.4.321.0
* New extensions: VK_EXT_robustness2,
VK_EXT_zero_initialize_device_memory,
VK_VALVE_fragment_density_map_layered, VK_ARM_data_graph,
VK_KHR_present_mode_fifo_latest_ready,
VK_KHR_surface_maintenance1, VK_KHR_swapchain_maintenance1,
VK_KHR_video_encode_intra_refresh,
VK_SEC_pipeline_cache_incremental_mode.
-------------------------------------------------------------------
Sun May 18 04:25:29 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to tag SDK-1.4.313.0
* New extensions: VK_EXT_fragment_density_map_offset,
VK_KHR_shader_bfloat16, VK_NV_external_compute_queue_vendor,
VK_QCOM_tile_shading.
-------------------------------------------------------------------
Thu Mar 13 16:26:58 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to tag SDK-1.4.309.0
* New extensions: VK_ARM_pipeline_opacity_micromap,
VK_KHR_depth_clamp_zero_one, VK_KHR_maintenance8
VK_EXT_external_memory_metal, VK_KHR_video_maintenance2,
VK_NV_present_metering.
-------------------------------------------------------------------
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>

View File

@@ -1,7 +1,7 @@
#
# spec file for package vulkan-headers
#
# Copyright (c) 2024 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
@@ -22,14 +22,16 @@
#
Name: vulkan-headers
Version: 1.3.283.0
Version: 1.4.335
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: c++_compiler
BuildRequires: cmake >= 2.8.11
BuildArch: noarch
Requires: pkgconfig(wayland-client)
@@ -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-vulkan-sdk-%version.0 -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

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cf54a812911b4e3e4ff15716c222a8fb9a87c2771c0b86060cb0ca2570ea55a9
size 2271561

BIN
vulkan-sdk-1.4.335.0.tar.gz LFS Normal file

Binary file not shown.