From 77e3c15435c8cfb49c46a35272e0d88122ab38613932f2740eaf1c4fcaec53b7 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Tue, 1 Nov 2022 10:28:48 +0000 Subject: [PATCH] Accepting request 1030943 from home:jengelh:branches:X11:Wayland - Update to release 1.3.231.0 OBS-URL: https://build.opensuse.org/request/show/1030943 OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/spirv-cross?expand=0&rev=22 --- sdk-1.3.216.0.tar.gz | 3 --- sdk-1.3.231.0.tar.gz | 3 +++ spirv-cross.changes | 13 +++++++++++++ spirv-cross.spec | 4 ++-- 4 files changed, 18 insertions(+), 5 deletions(-) delete mode 100644 sdk-1.3.216.0.tar.gz create mode 100644 sdk-1.3.231.0.tar.gz diff --git a/sdk-1.3.216.0.tar.gz b/sdk-1.3.216.0.tar.gz deleted file mode 100644 index 151ded5..0000000 --- a/sdk-1.3.216.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dd66ce2f9e6d3b9b8055662ac25172fa5559603f2f23c1a178c74f1602de8732 -size 1608013 diff --git a/sdk-1.3.231.0.tar.gz b/sdk-1.3.231.0.tar.gz new file mode 100644 index 0000000..ccd45e1 --- /dev/null +++ b/sdk-1.3.231.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efdc19e69464743fae332d17be284bba934b449657021821ffe9e7a27b98b8ce +size 1673839 diff --git a/spirv-cross.changes b/spirv-cross.changes index 96b4a1e..8f0f664 100644 --- a/spirv-cross.changes +++ b/spirv-cross.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Mon Oct 24 20:13:48 UTC 2022 - Jan Engelhardt + +- Update to release 1.3.231.0 + * GLSL: disable row major load around on GLES. + * GLSL: added an option to disable row-major-load workaround. + * GLSL: Implement GL_EXT_mesh_shader. + * GLSL: Implement task shaders. + * GLSL: Account for ES sampler1D to sampler2D promotion in + textureSize. + * MSL: Report unsupported 64-bit atomics. + * Add reflection support for shader record buffers. + ------------------------------------------------------------------- Wed Jun 15 17:05:14 UTC 2022 - Jan Engelhardt diff --git a/spirv-cross.spec b/spirv-cross.spec index e06991d..84fe241 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.216.0 +Version: 1.3.231.0 Release: 0 Summary: Tool and library for SPIR-V reflection and disassembly License: Apache-2.0 OR MIT @@ -29,7 +29,7 @@ Source0: https://github.com/KhronosGroup/SPIRV-Cross/archive/sdk-%version BuildRequires: c++_compiler BuildRequires: cmake >= 3 BuildRequires: ninja -BuildRequires: pkgconfig +BuildRequires: pkg-config %description SPIRV-Cross is a tool and library designed for parsing and