From 99c24509b6330f98c7b432befb42abd27313da8c7541d3219f0016247c0a1e56 Mon Sep 17 00:00:00 2001 From: Mia Herkt Date: Mon, 9 Jan 2023 04:22:07 +0000 Subject: [PATCH] Accepting request 1046633 from home:jengelh:branches:X11:Wayland - Update to release 1.3.236.0 OBS-URL: https://build.opensuse.org/request/show/1046633 OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/spirv-cross?expand=0&rev=24 --- sdk-1.3.231.0.tar.gz | 3 --- sdk-1.3.236.0.tar.gz | 3 +++ spirv-cross.changes | 9 +++++++++ spirv-cross.spec | 4 ++-- 4 files changed, 14 insertions(+), 5 deletions(-) delete mode 100644 sdk-1.3.231.0.tar.gz create mode 100644 sdk-1.3.236.0.tar.gz diff --git a/sdk-1.3.231.0.tar.gz b/sdk-1.3.231.0.tar.gz deleted file mode 100644 index ccd45e1..0000000 --- a/sdk-1.3.231.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:efdc19e69464743fae332d17be284bba934b449657021821ffe9e7a27b98b8ce -size 1673839 diff --git a/sdk-1.3.236.0.tar.gz b/sdk-1.3.236.0.tar.gz new file mode 100644 index 0000000..f59e909 --- /dev/null +++ b/sdk-1.3.236.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8140a2b53d1e218e9be1f8d5e2749b1ebe854d456e5cb356218fd288747d5438 +size 1703391 diff --git a/spirv-cross.changes b/spirv-cross.changes index 8f0f664..bcaa0d3 100644 --- a/spirv-cross.changes +++ b/spirv-cross.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue Jan 3 18:34:50 UTC 2023 - Jan Engelhardt + +- Update to release 1.3.236.0 + * MSL: Support "raw" buffer input in tessellation evaluation + shaders. + * MSL: Handle partial access chains with array-of-UBO/SSBO. + * HLSL: Implement VK_EXT_mesh_shader + ------------------------------------------------------------------- Mon Oct 24 20:13:48 UTC 2022 - Jan Engelhardt diff --git a/spirv-cross.spec b/spirv-cross.spec index 84fe241..8fd1090 100644 --- a/spirv-cross.spec +++ b/spirv-cross.spec @@ -1,7 +1,7 @@ # # spec file for package spirv-cross # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %define _libpkg libspirv-cross-c-shared0 %define __builder ninja Name: spirv-cross -Version: 1.3.231.0 +Version: 1.3.236.0 Release: 0 Summary: Tool and library for SPIR-V reflection and disassembly License: Apache-2.0 OR MIT