From 875bd8cb0bd3c095b492629aea1119b101bf66da Mon Sep 17 00:00:00 2001 From: Rudi Heitbaum Date: Fri, 7 Mar 2025 10:47:51 +0000 Subject: [PATCH] spirv-headers: update to githash 09913f0 a minimum of 2b2e05e is required for llvm ref: https://github.com/KhronosGroup/SPIRV-LLVM-Translator/commit/6d6c28aa2c63c224054e9147d81a118faa769ef8 updated from https://github.com/KhronosGroup/glslang/commit/57018e5742f0b4bfa79dcf95a4d6205926ebc838 --- packages/graphics/spirv-headers/package.mk | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/packages/graphics/spirv-headers/package.mk b/packages/graphics/spirv-headers/package.mk index 687ebd3320..fceebae3d8 100644 --- a/packages/graphics/spirv-headers/package.mk +++ b/packages/graphics/spirv-headers/package.mk @@ -6,8 +6,10 @@ PKG_NAME="spirv-headers" # The SPIRV-Headers pkg_version needs to match the compatible (known_good) glslang pkg_version. # https://raw.githubusercontent.com/KhronosGroup/glslang/${PKG_VERSION}/known_good.json # When updating glslang pkg_version please update to the known_good spirv-headers pkg_version. -PKG_VERSION="3f17b2af6784bfa2c5aa5dbb8e0e74a607dd8b3b" -PKG_SHA256="2301e11e5c77213258d6863bf4e6c607a8c6431fa8336e98ac6a2131bd6284f8" +# When updating spirv-llvm-translator pkg_version validate the minimum githash from +# https://github.com/KhronosGroup/SPIRV-LLVM-Translator/blob/main/spirv-headers-tag.conf +PKG_VERSION="09913f088a1197aba4aefd300a876b2ebbaa3391" +PKG_SHA256="6d4aad5a86d7d5af144747aee1d616f624897d64d842f282aca7777f84244318" PKG_LICENSE="Apache-2.0" PKG_SITE="https://github.com/KhronosGroup/SPIRV-headers" PKG_URL="https://github.com/KhronosGroup/SPIRV-headers/archive/${PKG_VERSION}.tar.gz"