diff --git a/sdk-1.3.243.0.tar.gz b/sdk-1.3.243.0.tar.gz deleted file mode 100644 index 26d7185..0000000 --- a/sdk-1.3.243.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:549fff809de2b3484bcc5d710ccd76ca29cbd764dd304c3687252e2f3d034e06 -size 1720691 diff --git a/sdk-1.3.261.0.tar.gz b/sdk-1.3.261.0.tar.gz new file mode 100644 index 0000000..803cd1a --- /dev/null +++ b/sdk-1.3.261.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09f779bcac08613cb13d14fd17eb3fc2ea165bca7eefb84a7c9dee6fb29ba492 +size 1749512 diff --git a/spirv-cross.changes b/spirv-cross.changes index 0b6ddc9..4d97991 100644 --- a/spirv-cross.changes +++ b/spirv-cross.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Fri Aug 25 08:56:10 UTC 2023 - Jan Engelhardt + +- Update to release SDK-1.3.261.0 + * GLSL: Support KHR_subgroup_arithmetic IAdd/FAdd/IMul/FMul + * HLSL: support Texture2D::GatherCmp function + * HLSL: Add support to preserve (RW)StructuredBuffer resources + * HLSL: Add CLI option for --hlsl-preserve-structured-buffers + * MSL: Consider bool/short remapping when dealing with composites + * MSL: Handle more complex array copy scenarios with bool <-> short + * MSL: Support `SPV_KHR_shader_ballot` and `SPV_KHR_subgroup_vote` + ------------------------------------------------------------------- Wed Mar 29 19:39:16 UTC 2023 - Jan Engelhardt diff --git a/spirv-cross.spec b/spirv-cross.spec index 2ca9dde..47e0d99 100644 --- a/spirv-cross.spec +++ b/spirv-cross.spec @@ -19,7 +19,7 @@ %define _libpkg libspirv-cross-c-shared0 %define __builder ninja Name: spirv-cross -Version: 1.3.243.0 +Version: 1.3.261.0 Release: 0 Summary: Tool and library for SPIR-V reflection and disassembly License: Apache-2.0 OR MIT @@ -91,7 +91,7 @@ rm -r %{buildroot}%{_datadir} %files devel %{_libdir}/libspirv-cross-c-shared.so -%{_libdir}/pkgconfig/spirv-cross-c-shared.pc +%{_libdir}/pkgconfig/*.pc %{_includedir}/spirv_cross %changelog