4 Commits

Author SHA256 Message Date
79a579fa35 spirv-cross 1.4.313.0 2025-05-29 22:38:38 +02:00
3593fc19f4 spirv-cross SDK-1.4.309.0 2025-03-13 18:17:41 +01:00
d16dd52a61 spirv-cross 1.4.304.1 2025-02-09 11:17:20 +01:00
894d6dda63 spirv-cross 1.3.296 2024-10-08 19:51:55 +02:00
4 changed files with 54 additions and 8 deletions

View File

@@ -1,3 +1,43 @@
-------------------------------------------------------------------
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>
- Update to release SDK-1.3.296.0
* Support cases of LUTs which are not function-local
* Block loop optimization if Phi is used
* Use recursive template for spvArrayCopy
* Add option to enforce fragment execution with side effects in MSL
* HLSL: Implement SM 6.8 BaseVertex/BaseInstance
-------------------------------------------------------------------
Thu Mar 21 09:56:29 UTC 2024 - Jan Engelhardt <jengelh@inai.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package spirv-cross
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,16 +18,21 @@
%define lname libspirv-cross-c-shared0
%define __builder ninja
%if 0%{?suse_version} < 1600
%define gcc_version 13
%endif
Name: spirv-cross
Version: 1.3.280.0
Version: 1.4.313.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
@@ -69,8 +74,9 @@ sed -i 's,$CMAKE_INSTALL_PREFIX/lib,%_libdir,;s,/share/pkgconfig,/%_lib/pkgconfi
%build
%cmake \
-DSPIRV_CROSS_SHARED=ON \
-DSPIRV_CROSS_CLI=ON
-DCMAKE_C_COMPILER="gcc%{?gcc_version:-%{gcc_version}}" \
-DCMAKE_CXX_COMPILER="g++%{?gcc_version:-%{gcc_version}}" \
-DSPIRV_CROSS_SHARED=ON -DSPIRV_CROSS_CLI=ON
%cmake_build
%install

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:eb11e1b3715b2211442b7e5933a1135885b664cc10530a1a022355fe9e1bb4ac
size 1792907

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

Binary file not shown.