diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2024-10-09 13:49:10 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-10-11 12:17:03 +0100 |
commit | a365674bd06b7439c98252595523c74276448a30 (patch) | |
tree | d0989b9faba9c663c30b5f8d58feb2b5cd51dba9 /meta/recipes-graphics | |
parent | 983005497196ec4f5f7af9708e56b56d158fcbc3 (diff) | |
download | poky-a365674bd06b7439c98252595523c74276448a30.tar.gz |
shaderc: upgrade 2024.2 -> 2024.3
Changelog:
===========
- 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
(From OE-Core rev: 689ab86884073a60e07de6cdfc7349b30e4f35dd)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/shaderc/shaderc_2024.3.bb (renamed from meta/recipes-graphics/shaderc/shaderc_2024.2.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/shaderc/shaderc_2024.2.bb b/meta/recipes-graphics/shaderc/shaderc_2024.3.bb index c658e7df05..0948ba28d6 100644 --- a/meta/recipes-graphics/shaderc/shaderc_2024.2.bb +++ b/meta/recipes-graphics/shaderc/shaderc_2024.3.bb | |||
@@ -6,7 +6,7 @@ HOMEPAGE = "https://github.com/google/shaderc" | |||
6 | LICENSE = "Apache-2.0" | 6 | LICENSE = "Apache-2.0" |
7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" | 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" |
8 | 8 | ||
9 | SRCREV = "5dad9194c038702ef20ccabbe4e3c188f2b13cec" | 9 | SRCREV = "7223dc3d5e34bbcc44f3150546dbfa8a5da58c4c" |
10 | SRC_URI = "git://github.com/google/shaderc.git;protocol=https;branch=main \ | 10 | SRC_URI = "git://github.com/google/shaderc.git;protocol=https;branch=main \ |
11 | file://0001-cmake-disable-building-external-dependencies.patch \ | 11 | file://0001-cmake-disable-building-external-dependencies.patch \ |
12 | file://0002-libshaderc_util-fix-glslang-header-file-location.patch \ | 12 | file://0002-libshaderc_util-fix-glslang-header-file-location.patch \ |