From: Wang Mingyu Date: Mon, 9 Feb 2026 09:02:44 +0000 (+0800) Subject: glslang: upgrade 1.4.335.0 -> 1.4.341.0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8cc203fc04c105290ebef56825a1a5c98da5155d;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git glslang: upgrade 1.4.335.0 -> 1.4.341.0 Changelog: =========== - Allow gl_FragDepth identifier to be redeclared - Replace 'GL_TASK(MESH)_SHADER_NV' with 'GL_TASK(MESH)_SHADER_EXT' - Scalarize swizzled MeshEXT stores - Support GL_EXT_long_vector - Add missing preamble #define for GL_EXT_nontemporal_keyword - Support GL_NV_push_constant_bank - Support GL_EXT_descriptor_heap Signed-off-by: Wang Mingyu Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-graphics/glslang/glslang_1.4.335.0.bb b/meta/recipes-graphics/glslang/glslang_1.4.341.0.bb similarity index 96% rename from meta/recipes-graphics/glslang/glslang_1.4.335.0.bb rename to meta/recipes-graphics/glslang/glslang_1.4.341.0.bb index 7d3b5d0bc80..aa4f48bb9c3 100644 --- a/meta/recipes-graphics/glslang/glslang_1.4.335.0.bb +++ b/meta/recipes-graphics/glslang/glslang_1.4.341.0.bb @@ -8,7 +8,7 @@ HOMEPAGE = "https://www.khronos.org/opengles/sdk/tools/Reference-Compiler" LICENSE = "BSD-3-Clause & BSD-2-Clause & MIT & Apache-2.0 & GPL-3-with-bison-exception" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=50ff9d0fcde2d5b953ebe431c48e34e3" -SRCREV = "b5782e52ee2f7b3e40bb9c80d15b47016e008bc9" +SRCREV = "f0bd0257c308b9a26562c1a30c4748a0219cc951" SRC_URI = "git://github.com/KhronosGroup/glslang.git;protocol=https;branch=main;tag=vulkan-sdk-${PV} \ file://0001-generate-glslang-pkg-config.patch \ "