From: Wang Mingyu Date: Mon, 29 Jul 2024 01:09:59 +0000 (+0800) Subject: spirv-tools: upgrade 1.3.283.0 -> 1.3.290.0 X-Git-Tag: yocto-5.2~2207 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0276f8aab4b688bbd0509513b0953628ca878584;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git spirv-tools: upgrade 1.3.283.0 -> 1.3.290.0 Changelog: ========== - Do not fold mul and adds to generate fmas - add OpExtInst forward ref fixup pass - Separate Location check for tess patch - Validate MemoryAccessMask of OpCooperativeMatrixStoreKHR - OpSampledImage extra validation - add support for OpExtInstWithForwardRefs - add decorations to comments - Add --nested-indent and --reorder-blocks Signed-off-by: Wang Mingyu Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-graphics/spir/spirv-tools_1.3.283.0.bb b/meta/recipes-graphics/spir/spirv-tools_1.3.290.0.bb similarity index 97% rename from meta/recipes-graphics/spir/spirv-tools_1.3.283.0.bb rename to meta/recipes-graphics/spir/spirv-tools_1.3.290.0.bb index 292a17f00d5..1270da5b85e 100644 --- a/meta/recipes-graphics/spir/spirv-tools_1.3.283.0.bb +++ b/meta/recipes-graphics/spir/spirv-tools_1.3.290.0.bb @@ -7,7 +7,7 @@ SECTION = "graphics" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" -SRCREV = "dd4b663e13c07fea4fbb3f70c1c91c86731099f7" +SRCREV = "0cfe9e7219148716dfd30b37f4d21753f098707a" SRC_URI = "git://github.com/KhronosGroup/SPIRV-Tools.git;branch=main;protocol=https" PE = "1" # These recipes need to be updated in lockstep with each other: