1
0
forked from pool/spirv-cross

- Update to release SDK-1.3.261.0

OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/spirv-cross?expand=0&rev=28
This commit is contained in:
Jan Engelhardt 2023-08-25 09:02:44 +00:00 committed by Git OBS Bridge
parent 81731495f1
commit 33e91dc942
4 changed files with 17 additions and 5 deletions

View File

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

3
sdk-1.3.261.0.tar.gz Normal file
View File

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

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Fri Aug 25 08:56:10 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
- 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 <jengelh@inai.de>

View File

@ -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