From ff84893dd52d28f0b1737d2635733d952013bd9c Mon Sep 17 00:00:00 2001 From: David Neto Date: Mon, 23 Sep 2024 17:30:59 -0400 Subject: [PATCH] Finalize Shaderc v2024.3 --- CHANGES | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index 1c79ad67b..8fd7cff29 100644 --- a/CHANGES +++ b/CHANGES @@ -1,7 +1,19 @@ Revision history for Shaderc -v2024.3-dev - - Start development +v2024.3 + - Update dependencies: Glslang, SPRIV-Tools, SPIRV-Headers + - SPIRV-Tools is at v2024.4.rc1 + - This incorporates a SPIRV-Tools fix which was limiting parallelism. + Validator friendly name generation was serializing on a mutex + protecting the locale object. + - During HLSL compilation or any optimizing compile, don't 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. + - Fix ndk-build library dependencies: libshaderc_util depends on glslang + - Use Python 3.12 on Linux CI bots + - Fix Python 3.12 warnings for string escapes v2024.2 - Update dependencies: