Compare commits

1 Commits
main ... 1.1

4 changed files with 13 additions and 124 deletions

View File

@@ -1,104 +1,3 @@
-------------------------------------------------------------------
Thu Mar 13 16:52:55 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to tag SDK-1.4.309.0 (Git 00913f088)
* Version bump only
-------------------------------------------------------------------
Wed Mar 12 16:46:56 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to snapshot 1.6.4+sdk309 (Git 09913f088)
* Add provisional key to grammar
* Grammar and header changes for SPV_INTEL_2d_block_io &
SPV_INTEL_subgroup_matrix_multiply_accumulate
* Add SPV_NV_cooperative_vector
* Updates IntegerFunctions2INTEL to remove Shader capability
dependency
* Add headers for SPV_NV_cluster_acceleration_structure &
SPV_NV_linear_swept_spheres
-------------------------------------------------------------------
Thu Mar 6 14:02:10 UTC 2025 - Stefan Dirsch <sndirsch@suse.com>
- Build with GCC 13 on Leap/SLES 15 in the hope to fix Mesa build
(bsc#1238713)
-------------------------------------------------------------------
Sun Dec 15 20:43:19 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- Update to snapshot 1.6.4+sdk303
* Add SPV_EXT_optnone, SPV_EXT_arithmetic_fence,
SPV_NV_cooperative_matrix2, SPV_NV_tensor_addressing
- Delete 0001-Add-SPV_EXT_optnone-449.patch,
0002-Reserve-SPIR-V-enums-for-MediaTek-451.patch (unmerged)
-------------------------------------------------------------------
Tue Oct 8 16:04:45 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- Update to release 1.6.4+sdk296 based on Git tag/release
"SDK-1.3.296.0"
* Update headers with SPIR-V version 1.6, revision 4
* Reserve 4 memory operands bits for Arm
* Add support for SPV_KHR_untyped_pointers and
SPV_INTEL_subgroup_buffer_prefetch
* Add Capability and Execution mode
SPV_KHR_compute_shader_derivatives
- Add 0001-Add-SPV_EXT_optnone-449.patch,
0002-Reserve-SPIR-V-enums-for-MediaTek-451.patch
for spirv-tools
-------------------------------------------------------------------
Tue Jul 23 04:50:50 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- Updateto release SDK-1.3.290.0
* Add utility functions to strinfigy value enums
* Add SPV_EXT_replicated_composites,
SPV_KHR_relaxed_extended_instruction and
SPV_ARM_cooperative_matrix_layouts
* Add KHR suffix to OpExtInstWithForwardRefsKHR
-------------------------------------------------------------------
Thu May 16 11:38:08 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- Update to release SDK-1.3.283.0
* Update bit reservations for loop control and memory operands
-------------------------------------------------------------------
Fri Apr 12 17:11:55 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- Update to release SDK-1.3.280.0 [This is equal to
1.3.275.0-19-g8b246ff that openSUSE already has had]
- Delete v275-to-8b246ff.patch (merged)
-------------------------------------------------------------------
Sun Mar 10 09:30:51 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- Add v275-to-8b246ff.patch
- Update to snapshot vulkan-sdk-1.3.275.0-19-g8b246ff
* Upstream tokens for SPV_INTEL_masked_gather_scatter
* Publish the header for the vulkan-shader-profiler embedded
reflection
* Add SPV_KHR_maximal_reconvergence, SPV_KHR_float_controls2
* Support SPV_KHR_quad_control (with fixed line endings)
* Add SPV_QCOM_image_processing2, SPV_NV_shader_atomic_fp16_vector,
SPV_NV_raw_access_chains
* Headers support for SPV_INTEL_maximum_registers extension
-------------------------------------------------------------------
Fri Jan 19 11:33:40 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- Update to release SDK-1.3.275.0
* ClspvReflection non-sematic: add
NormalizedSamplerMaskPushConstant
* Headers support for new FPGAMemoryAttributesINTEL
* Fix SPV_KHR_workgroup_memory_explicit_layout implicit
declaration
* Change token IDs for global_variable_fpga_decorations and
global_variable_host_access
* Update SPV_INTEL_long_composites tokens
* Add Type-Declaration for extended types
* Headers support for FPGAClusterAttributesV2INTEL
-------------------------------------------------------------------
Fri Oct 27 04:00:58 UTC 2023 - Jan Engelhardt <jengelh@inai.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package spirv-headers
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,31 +19,23 @@
# The git repo is a hodgepodge.
# Most recent tag is 1.5.4, but that is outdated.
# CMakeLists.txt's project() line contains 1.5.5, but this is outdated too.
# The SPIR-V version is 1.6.4 (include/spirv/unified1/spirv.core.grammar.json)
# They add "SDK" tags that reflect the Vulkan version (1.4),
# and the independently increasing toolchain release number (309).
# Leap 15 and SLES 15 defaults to GCC 7, which does not have stable C++17 ABI.
# See https://bugzilla.suse.com/show_bug.cgi?id=1235697
%if 0%{?suse_version} < 1600
%define gcc_version 13
%endif
# The SPIR-V version is 1.6.1 (include/spirv/unified1/spirv.core.grammar.json)
# They add "SDK" tags that reflect the Vulkan version (1.3),
# and the independently increasing toolchain release number (239).
Name: spirv-headers
Version: 1.6.4+sdk309
%define innerver 1.4.309
%define rev 09913f088a1197aba4aefd300a876b2ebbaa3391
Version: 1.6.1+sdk268
%define innerver 1.3.268
Release: 0
Summary: Machine-readable files from the SPIR-V registry
License: MIT
Group: Development/Libraries/C and C++
URL: https://github.com/KhronosGroup/SPIRV-Headers
Source: https://github.com/KhronosGroup/SPIRV-Headers/archive/refs/tags/vulkan-sdk-%innerver.0.tar.gz
Source: https://github.com/KhronosGroup/SPIRV-Headers/archive/vulkan-sdk-%innerver.tar.gz
BuildArch: noarch
BuildRequires: cmake >= 2.8
BuildRequires: fdupes
BuildRequires: gcc%{?gcc_version} >= 9
BuildRequires: gcc%{?gcc_version}-c++ >= 9
BuildRequires: gcc-c++
BuildRequires: pkg-config
%description
@@ -56,12 +48,10 @@ registry. This includes:
* The XML registry file.
%prep
%autosetup -n SPIRV-Headers-vulkan-sdk-%innerver.0 -p1
%autosetup -n SPIRV-Headers-vulkan-sdk-%innerver
%build
%cmake \
-DCMAKE_C_COMPILER="gcc%{?gcc_version:-%{gcc_version}}" \
-DCMAKE_CXX_COMPILER="g++%{?gcc_version:-%{gcc_version}}"
%cmake
%cmake_build
%install

BIN
vulkan-sdk-1.3.268.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

BIN
vulkan-sdk-1.4.309.0.tar.gz (Stored with Git LFS)

Binary file not shown.