Compare commits
14 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 283be08e31 | |||
| f3c3098803 | |||
| 8b764c8e19 | |||
| 10ef8b7543 | |||
| 816b09198c | |||
| e918d0f8cf | |||
| 6860946d81 | |||
| a72bf97085 | |||
| f42fe77e76 | |||
| d0196d5cc7 | |||
|
|
8b79aa8b1d | ||
| 6272520b8f | |||
| edf237a7fc | |||
| 131519444b |
BIN
04f10f650d514df88b76d25e83db360142c7b174.tar.gz
LFS
Normal file
BIN
04f10f650d514df88b76d25e83db360142c7b174.tar.gz
LFS
Normal file
Binary file not shown.
@@ -1,3 +1,57 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 23:21:43 UTC 2026 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to post-snapshot SDK-1.4.335.0 commit 04f10f65
|
||||
* Add SPV_EXT_long_vector, SPV_EXT_descriptor_heap,
|
||||
SPV_EXT_shader_subgroup_partitioned
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 9 23:30:31 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to tag SDK-1.4.335.0 (Git b824a46)
|
||||
* Headers update for SPV_KHR_fma, SPV_EXT_shader_64bit_indexing,
|
||||
SPV_EXT_shader_invocation_reorder
|
||||
* Rename Intel FPGA extensions to Altera
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 7 10:07:48 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to tag SDK-1.4.328.0 (Git 01e0577)
|
||||
* Use less confusing name for OpGroupNonUniformBroadcast and
|
||||
OpGroupNonUniformShuffle
|
||||
* Finalization of SPV_KHR_untyped_pointers
|
||||
* Fixed typo in operand name of
|
||||
OpSubgroupAvcImeSetDualReferenceINTEL
|
||||
* Update SPV_INTEL_variable_length_array to revision 3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 23 10:17:38 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to snapshot 1.6.4+sdk321+gc8ad050 (Git c8ad050)
|
||||
* Added SPV_QCOM_cooperative_matrix_conversion,
|
||||
SPV_INTEL_function_variants
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 17 06:36:21 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to tag SDK-1.4.321.0 (Git 2a611a9); i.e. bump at the
|
||||
openSUSE package level only, no source code change, no user
|
||||
visible change.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 27 18:22:07 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to snapshot 1.6.4+sdk313+git19 (Git 2a611a9)
|
||||
* Add definitions for TOSA.001000.1 extended instruction set
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 25 22:39:50 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to snapshot 1.6.4+sdk309+git17 (Git aa6cef19)
|
||||
* Add SPV_KHR_bfloat16 & SPV_QCOM_tile_shading
|
||||
* Add DisplacementMicromapNV to the capabilities enabling
|
||||
OpTypeAccelerationStructureKHR
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 13 16:52:55 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package spirv-headers
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2026 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
|
||||
@@ -21,7 +21,7 @@
|
||||
# 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).
|
||||
# and the independently increasing toolchain release number (335).
|
||||
|
||||
# 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
|
||||
@@ -30,15 +30,15 @@
|
||||
%endif
|
||||
|
||||
Name: spirv-headers
|
||||
Version: 1.6.4+sdk309
|
||||
%define innerver 1.4.309
|
||||
%define rev 09913f088a1197aba4aefd300a876b2ebbaa3391
|
||||
Version: 1.6.4+sdk335+take2
|
||||
%define innerver 1.4.335
|
||||
%define rev 04f10f650d514df88b76d25e83db360142c7b174
|
||||
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/%rev.tar.gz
|
||||
BuildArch: noarch
|
||||
BuildRequires: cmake >= 2.8
|
||||
BuildRequires: fdupes
|
||||
@@ -56,7 +56,7 @@ registry. This includes:
|
||||
* The XML registry file.
|
||||
|
||||
%prep
|
||||
%autosetup -n SPIRV-Headers-vulkan-sdk-%innerver.0 -p1
|
||||
%autosetup -n SPIRV-Headers-%rev -p1
|
||||
|
||||
%build
|
||||
%cmake \
|
||||
|
||||
BIN
vulkan-sdk-1.4.309.0.tar.gz
LFS
BIN
vulkan-sdk-1.4.309.0.tar.gz
LFS
Binary file not shown.
Reference in New Issue
Block a user