4 Commits

4 changed files with 8 additions and 44 deletions

View File

@@ -1,33 +1,3 @@
-------------------------------------------------------------------
Thu May 29 20:35:04 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to release SDK-1.4.313.0
* MSL: Apply input override on all flattened members in
interface block
* GLSL: Implement SPV_KHR_cooperative_matrix
* MSL: Support broader tessellation I/O matching for
VK_KHR_maintenance4
* Add support for KHR_expect_assume
-------------------------------------------------------------------
Thu Mar 13 17:15:32 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to release SDK-1.4.309.1
* MSL: Terminate function with return value using return if
ending in unreachable.
* MSL: Add option to disable rasterization depending on usage.
* MSL: Add auto-disable-rasterization option to C API.
* Allow non-literal specialization constant to be array size of
OpConstantNull.
* GLSL/MSL: Support VK_KHR_zero_initialize_workgroup_memory.
-------------------------------------------------------------------
Sun Feb 9 10:13:41 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to release SDK-1.4.304.1
* Support for SPV_QCOM_image_processing2
* Added mesh shader and task shader support
-------------------------------------------------------------------
Tue Oct 8 17:46:58 UTC 2024 - Jan Engelhardt <jengelh@inai.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package spirv-cross
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,21 +18,16 @@
%define lname libspirv-cross-c-shared0
%define __builder ninja
%if 0%{?suse_version} < 1600
%define gcc_version 13
%endif
Name: spirv-cross
Version: 1.4.313.0
Version: 1.3.296.0
Release: 0
Summary: Tool and library for SPIR-V reflection and disassembly
License: Apache-2.0 OR MIT
Group: Development/Libraries/C and C++
URL: https://github.com/KhronosGroup/SPIRV-Cross
Source0: https://github.com/KhronosGroup/SPIRV-Cross/archive/vulkan-sdk-%version.tar.gz
BuildRequires: c++_compiler
BuildRequires: cmake >= 3
BuildRequires: gcc%{?gcc_version} >= 9
BuildRequires: gcc%{?gcc_version}-c++ >= 9
BuildRequires: ninja
BuildRequires: pkg-config
@@ -74,9 +69,8 @@ sed -i 's,$CMAKE_INSTALL_PREFIX/lib,%_libdir,;s,/share/pkgconfig,/%_lib/pkgconfi
%build
%cmake \
-DCMAKE_C_COMPILER="gcc%{?gcc_version:-%{gcc_version}}" \
-DCMAKE_CXX_COMPILER="g++%{?gcc_version:-%{gcc_version}}" \
-DSPIRV_CROSS_SHARED=ON -DSPIRV_CROSS_CLI=ON
-DSPIRV_CROSS_SHARED=ON \
-DSPIRV_CROSS_CLI=ON
%cmake_build
%install

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

Binary file not shown.

Binary file not shown.