]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
glslang: upgrade 1.4.335.0 -> 1.4.341.0
authorWang Mingyu <wangmy@fujitsu.com>
Mon, 9 Feb 2026 09:02:44 +0000 (17:02 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 12 Feb 2026 10:24:10 +0000 (10:24 +0000)
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 <wangmy@fujitsu.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-graphics/glslang/glslang_1.4.341.0.bb [moved from meta/recipes-graphics/glslang/glslang_1.4.335.0.bb with 96% similarity]

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 7d3b5d0bc80f0162f490c439783b8c936bc64853..aa4f48bb9c315389e752c20f8ff98d1aa9f91aa6 100644 (file)
@@ -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 \
            "