Compare commits
3 Commits
Author | SHA256 | Date | |
---|---|---|---|
6272520b8f | |||
edf237a7fc | |||
131519444b |
BIN
cb6b2c32dbfc3257c1e9142a116fe9ee3d9b80a2.tar.gz
(Stored with Git LFS)
Normal file
BIN
cb6b2c32dbfc3257c1e9142a116fe9ee3d9b80a2.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,37 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
Thu May 16 11:38:08 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -19,19 +19,20 @@
|
|||||||
# The git repo is a hodgepodge.
|
# The git repo is a hodgepodge.
|
||||||
# Most recent tag is 1.5.4, but that is outdated.
|
# 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.
|
# CMakeLists.txt's project() line contains 1.5.5, but this is outdated too.
|
||||||
# The SPIR-V version is 1.6.1 (include/spirv/unified1/spirv.core.grammar.json)
|
# 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),
|
# They add "SDK" tags that reflect the Vulkan version (1.3),
|
||||||
# and the independently increasing toolchain release number (283).
|
# and the independently increasing toolchain release number (296).
|
||||||
|
|
||||||
Name: spirv-headers
|
Name: spirv-headers
|
||||||
Version: 1.6.1+sdk283
|
Version: 1.6.4+sdk303
|
||||||
%define innerver 1.3.283
|
%define innerver 1.3.303
|
||||||
|
%define rev cb6b2c32dbfc3257c1e9142a116fe9ee3d9b80a2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Machine-readable files from the SPIR-V registry
|
Summary: Machine-readable files from the SPIR-V registry
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
URL: https://github.com/KhronosGroup/SPIRV-Headers
|
URL: https://github.com/KhronosGroup/SPIRV-Headers
|
||||||
Source: https://github.com/KhronosGroup/SPIRV-Headers/archive/vulkan-sdk-%innerver.tar.gz
|
Source: https://github.com/KhronosGroup/SPIRV-Headers/archive/cb6b2c32dbfc3257c1e9142a116fe9ee3d9b80a2.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: cmake >= 2.8
|
BuildRequires: cmake >= 2.8
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
@ -48,7 +49,7 @@ registry. This includes:
|
|||||||
* The XML registry file.
|
* The XML registry file.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n SPIRV-Headers-vulkan-sdk-%innerver -p1
|
%autosetup -n SPIRV-Headers-%rev -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake
|
%cmake
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1c1bf1b9951a06d20329871ca8415b8ff5d0bebbc2f49cfd06fd095313e20dee
|
|
||||||
size 472243
|
|
Loading…
Reference in New Issue
Block a user