From aa5a5524d17a867ab545f9c4c4e176749afe4b6ee8b9196c0f51acc018b52ae7 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Tue, 8 Oct 2024 18:33:13 +0200 Subject: [PATCH] shaderc 2024.3 --- shaderc.changes | 11 +++++++++++ shaderc.spec | 8 ++++---- v2024.1.tar.gz | 3 --- v2024.3.tar.gz | 3 +++ 4 files changed, 18 insertions(+), 7 deletions(-) delete mode 100644 v2024.1.tar.gz create mode 100644 v2024.3.tar.gz diff --git a/shaderc.changes b/shaderc.changes index 5456c08..fd95126 100644 --- a/shaderc.changes +++ b/shaderc.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Tue Oct 8 16:02:50 UTC 2024 - Jan Engelhardt + +- Update to release 2024.3 + * During HLSL compilation or any optimizing compile, do not + tell the validator to use "friendly names". This should save + time spent in the initial validation step of the optimization + recipe. + * Adapt test golden results to Glslang changes which reorder + decorations by object enum value. + ------------------------------------------------------------------- Thu May 16 12:10:06 UTC 2024 - Jan Engelhardt diff --git a/shaderc.spec b/shaderc.spec index d70ac6b..45fa50d 100644 --- a/shaderc.spec +++ b/shaderc.spec @@ -19,7 +19,7 @@ # Remember to bump in baselibs.conf %define lname libshaderc_shared1 Name: shaderc -Version: 2024.1 +Version: 2024.3 Release: 0 Summary: A collection of tools, libraries and tests for shader compilation License: Apache-2.0 @@ -31,11 +31,11 @@ Source99: baselibs.conf Patch1: 0001-Use-system-third-party-libs.patch BuildRequires: c++_compiler BuildRequires: cmake >= 2.8.12 -BuildRequires: glslang-devel >= 14.1.0 +BuildRequires: glslang-devel >= 15 BuildRequires: glslang-nonstd-devel BuildRequires: python3-base -BuildRequires: spirv-headers >= 1.6.1~sdk280 -BuildRequires: spirv-tools-devel >= 2024.1~rc1 +BuildRequires: spirv-headers >= 1.6.4+sdk296 +BuildRequires: spirv-tools-devel >= 2024.4~rc1 %description A collection of tools, libraries and tests for shader compilation. diff --git a/v2024.1.tar.gz b/v2024.1.tar.gz deleted file mode 100644 index adddbf1..0000000 --- a/v2024.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eb3b5f0c16313d34f208d90c2fa1e588a23283eed63b101edd5422be6165d528 -size 227211 diff --git a/v2024.3.tar.gz b/v2024.3.tar.gz new file mode 100644 index 0000000..416e3aa --- /dev/null +++ b/v2024.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5c68b5de5d4c7859d9699054493e0a42a2a5eb21b425d63f7b7dd543db0d708 +size 227490