forked from jengelh/spirv-headers
Compare commits
5 Commits
Author | SHA256 | Date | |
---|---|---|---|
e918d0f8cf | |||
6860946d81 | |||
a72bf97085 | |||
f42fe77e76 | |||
d0196d5cc7 |
BIN
2a611a970fdbc41ac2e3e328802aed9985352dca.tar.gz
(Stored with Git LFS)
Normal file
BIN
2a611a970fdbc41ac2e3e328802aed9985352dca.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
cb6b2c32dbfc3257c1e9142a116fe9ee3d9b80a2.tar.gz
(Stored with Git LFS)
BIN
cb6b2c32dbfc3257c1e9142a116fe9ee3d9b80a2.tar.gz
(Stored with Git LFS)
Binary file not shown.
@@ -1,3 +1,43 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
- 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>
|
||||
|
||||
|
@@ -20,8 +20,8 @@
|
||||
# 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.3),
|
||||
# and the independently increasing toolchain release number (296).
|
||||
# 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
|
||||
@@ -30,15 +30,15 @@
|
||||
%endif
|
||||
|
||||
Name: spirv-headers
|
||||
Version: 1.6.4+sdk303
|
||||
%define innerver 1.3.303
|
||||
%define rev cb6b2c32dbfc3257c1e9142a116fe9ee3d9b80a2
|
||||
Version: 1.6.4+sdk321
|
||||
%define innerver 1.4.321
|
||||
%define rev 2a611a970fdbc41ac2e3e328802aed9985352dca
|
||||
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/cb6b2c32dbfc3257c1e9142a116fe9ee3d9b80a2.tar.gz
|
||||
Source: https://github.com/KhronosGroup/SPIRV-Headers/archive/%rev.tar.gz
|
||||
BuildArch: noarch
|
||||
BuildRequires: cmake >= 2.8
|
||||
BuildRequires: fdupes
|
||||
@@ -60,8 +60,8 @@ registry. This includes:
|
||||
|
||||
%build
|
||||
%cmake \
|
||||
-DCMAKE_C_COMPILER=gcc%{?gcc_version:-%{gcc_version}} \
|
||||
-DCMAKE_CXX_COMPILER=g++%{?gcc_version:-%{gcc_version}}
|
||||
-DCMAKE_C_COMPILER="gcc%{?gcc_version:-%{gcc_version}}" \
|
||||
-DCMAKE_CXX_COMPILER="g++%{?gcc_version:-%{gcc_version}}"
|
||||
%cmake_build
|
||||
|
||||
%install
|
||||
|
Reference in New Issue
Block a user