summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-11-12 17:24:04 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-11-18 22:09:02 +0000
commit2a3777613ad0e5bdb645d4867b8e43ece9b002f6 (patch)
tree0fa803018ab368ed772924f132e0f4857642712c
parentbe7f452305fa238eb943df680d440ac94889c65c (diff)
downloadpoky-2a3777613ad0e5bdb645d4867b8e43ece9b002f6.tar.gz
glslang: upgrade 1.3.290.0 -> 1.3.296.0
0001-generate-glslang-pkg-config.patch refreshed for 1.3.296.0 Changelog: =========== * Explicitly export all symbols that are part of the public API and hide other symbols by default * Allow building glslang without the SPIR-V backend using the new ENABLE_SPIRV build option * Add setResourceSetBinding method to the API * Add interface to get the GLSL IO mapper and resolver * Allow compute derivative modes when the workgroup dimensions are spec constants * Improve debug location of branch/return instructions * Silence preprocessor '#' error reporting in inactive #if/#ifdef/#elif/#else blocks * Apply GLSL memory decorations to top-level OpVariable * Move definition of GLSLANG_EXPORT to visibility.h * Merge ancillary libraries into main glslang library and stub originals * Add public setSourceFile and addSourceText methods to TShader class * Add type checks for hitObjectNV * Add optimizerAllowExpandedIDBound to SpvOptions * Add SpvTools.h back to public headers * Add cross-stage check for missing outputs * Fix HLSL offsets for non-buffers * Add types and functions for IO mapping to API * Add function to set preprocessed code to API * Add set/get version functions to API * Expose setGlobalUniform functions to API * Don't emit debug instructions before an OpPhi * Add command-line and API option to enable reporting column location for compiler errors * Improve location aliasing checks * Support constant expression calculated by matrixCompMult * Fix crash caused by atomicCounter() use without arguments * Fix multi-line function call line numbers * Add line info to OpDebugDeclare for function parameters * Fix HLSL OpDebugFunction file name * Fix duplicate decorations * Enable compilation of glslang without thread support for WASI (From OE-Core rev: 764609ad9106b9a735dff52083e011353ef77c7e) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-graphics/glslang/glslang/0001-generate-glslang-pkg-config.patch6
-rw-r--r--meta/recipes-graphics/glslang/glslang_1.3.296.0.bb (renamed from meta/recipes-graphics/glslang/glslang_1.3.290.0.bb)2
2 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-graphics/glslang/glslang/0001-generate-glslang-pkg-config.patch b/meta/recipes-graphics/glslang/glslang/0001-generate-glslang-pkg-config.patch
index f8c0fc64c8..04dab67773 100644
--- a/meta/recipes-graphics/glslang/glslang/0001-generate-glslang-pkg-config.patch
+++ b/meta/recipes-graphics/glslang/glslang/0001-generate-glslang-pkg-config.patch
@@ -1,4 +1,4 @@
1From 0311dfd63ea41abb45aaf0f4ccc674f574ce639e Mon Sep 17 00:00:00 2001 1From df6111570ada81d3968043decb5eee16dc5f9fa1 Mon Sep 17 00:00:00 2001
2From: Jose Quaresma <quaresma.jose@gmail.com> 2From: Jose Quaresma <quaresma.jose@gmail.com>
3Date: Sun, 7 Feb 2021 01:30:39 +0000 3Date: Sun, 7 Feb 2021 01:30:39 +0000
4Subject: [PATCH] generate glslang pkg-config 4Subject: [PATCH] generate glslang pkg-config
@@ -15,10 +15,10 @@ Signed-off-by: Jose Quaresma <quaresma.jose@gmail.com>
15 create mode 100644 glslang/glslang.pc.cmake.in 15 create mode 100644 glslang/glslang.pc.cmake.in
16 16
17diff --git a/glslang/CMakeLists.txt b/glslang/CMakeLists.txt 17diff --git a/glslang/CMakeLists.txt b/glslang/CMakeLists.txt
18index 8d4b1e9c..717c6d47 100644 18index 47925d8d..d90191c3 100644
19--- a/glslang/CMakeLists.txt 19--- a/glslang/CMakeLists.txt
20+++ b/glslang/CMakeLists.txt 20+++ b/glslang/CMakeLists.txt
21@@ -235,6 +235,8 @@ if(GLSLANG_ENABLE_INSTALL) 21@@ -255,6 +255,8 @@ if(GLSLANG_ENABLE_INSTALL)
22 install(TARGETS MachineIndependent EXPORT glslang-targets) 22 install(TARGETS MachineIndependent EXPORT glslang-targets)
23 install(TARGETS GenericCodeGen EXPORT glslang-targets) 23 install(TARGETS GenericCodeGen EXPORT glslang-targets)
24 endif() 24 endif()
diff --git a/meta/recipes-graphics/glslang/glslang_1.3.290.0.bb b/meta/recipes-graphics/glslang/glslang_1.3.296.0.bb
index d6ee46de1e..3b66e3544c 100644
--- a/meta/recipes-graphics/glslang/glslang_1.3.290.0.bb
+++ b/meta/recipes-graphics/glslang/glslang_1.3.296.0.bb
@@ -8,7 +8,7 @@ HOMEPAGE = "https://www.khronos.org/opengles/sdk/tools/Reference-Compiler"
8LICENSE = "BSD-3-Clause & BSD-2-Clause & MIT & Apache-2.0 & GPL-3-with-bison-exception" 8LICENSE = "BSD-3-Clause & BSD-2-Clause & MIT & Apache-2.0 & GPL-3-with-bison-exception"
9LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2a2b5acd7bc4844964cfda45fe807dc3" 9LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2a2b5acd7bc4844964cfda45fe807dc3"
10 10
11SRCREV = "fa9c3deb49e035a8abcabe366f26aac010f6cbfb" 11SRCREV = "46ef757e048e760b46601e6e77ae0cb72c97bd2f"
12SRC_URI = "git://github.com/KhronosGroup/glslang.git;protocol=https;branch=main \ 12SRC_URI = "git://github.com/KhronosGroup/glslang.git;protocol=https;branch=main \
13 file://0001-generate-glslang-pkg-config.patch \ 13 file://0001-generate-glslang-pkg-config.patch \
14 " 14 "