From: Philipp Zabel <p.zabel@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Philipp Zabel <p.zabel@pengutronix.de>
Subject: [ptxdist] [PATCH 01/10] glslang: version bump 1.4.321.0 -> 1.4.328.0
Date: Tue, 7 Oct 2025 16:53:14 +0200 [thread overview]
Message-ID: <20251007145323.1798338-1-p.zabel@pengutronix.de> (raw)
The SPIR-V remapper and a reference to it in the LICENSE file were
removed in commit e70645c4571f ("Remove rest of spirv-remapper").
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
---
rules/glslang.in | 5 ++---
rules/glslang.make | 9 +++------
rules/host-glslang.in | 2 +-
rules/host-glslang.make | 1 -
4 files changed, 6 insertions(+), 11 deletions(-)
diff --git a/rules/glslang.in b/rules/glslang.in
index 5280397b8ffb..1bc119e88143 100644
--- a/rules/glslang.in
+++ b/rules/glslang.in
@@ -16,13 +16,12 @@ config GLSLANG_TOOLS
prompt "install tools"
select GLSLANG_LIBS
help
- Install glslangValidator and spirv-remap tools.
+ Install glslangValidator.
config GLSLANG_LIBS
bool
prompt "install shared libraries"
help
- Install libglslang, libHLSL, libSPIRV, and libSPVRemapper shared
- libraries.
+ Install libglslang, libHLSL, and libSPIRV shared libraries.
endif
diff --git a/rules/glslang.make b/rules/glslang.make
index 5aac2b633f8a..7485dd78cee6 100644
--- a/rules/glslang.make
+++ b/rules/glslang.make
@@ -14,15 +14,15 @@ PACKAGES-$(PTXCONF_GLSLANG) += glslang
#
# Paths and names
#
-GLSLANG_VERSION := 1.4.321.0
-GLSLANG_MD5 := b2218150554ad7236f2fbaacccbd1c91
+GLSLANG_VERSION := 1.4.328.0
+GLSLANG_MD5 := 844c0aaaacbfae2a5bd3c71f498ed7c2
GLSLANG := glslang-$(GLSLANG_VERSION)
GLSLANG_SUFFIX := tar.gz
GLSLANG_URL := https://github.com/KhronosGroup/glslang/archive/vulkan-sdk-$(GLSLANG_VERSION).$(GLSLANG_SUFFIX)
GLSLANG_SOURCE := $(SRCDIR)/$(GLSLANG).$(GLSLANG_SUFFIX)
GLSLANG_DIR := $(BUILDDIR)/$(GLSLANG)
GLSLANG_LICENSE := BSD-3-clause AND BSD-2-clause AND MIT AND Apple-MIT-License AND Apache-2.0 AND (GPL-3.0-or-later WITH Bison-exception-2.2) AND custom
-GLSLANG_LICENSE_FILES := file://LICENSE.txt;md5=2a2b5acd7bc4844964cfda45fe807dc3
+GLSLANG_LICENSE_FILES := file://LICENSE.txt;md5=50ff9d0fcde2d5b953ebe431c48e34e3
# ----------------------------------------------------------------------------
# Prepare
@@ -44,7 +44,6 @@ GLSLANG_CONF_OPT := \
-DENABLE_PCH=ON \
-DENABLE_RTTI=OFF \
-DENABLE_SPIRV=ON \
- -DENABLE_SPVREMAPPER=ON \
-DGLSLANG_ENABLE_INSTALL=ON \
-DGLSLANG_TESTS=OFF
@@ -63,14 +62,12 @@ $(STATEDIR)/glslang.targetinstall:
ifdef PTXCONF_GLSLANG_TOOLS
@$(call install_copy, glslang, 0, 0, 0755, -, /usr/bin/glslangValidator)
- @$(call install_copy, glslang, 0, 0, 0755, -, /usr/bin/spirv-remap)
endif
ifdef PTXCONF_GLSLANG_LIBS
@$(call install_lib, glslang, 0, 0, 0644, libglslang-default-resource-limits)
@$(call install_lib, glslang, 0, 0, 0644, libglslang)
@$(call install_lib, glslang, 0, 0, 0644, libSPIRV)
- @$(call install_lib, glslang, 0, 0, 0644, libSPVRemapper)
endif
@$(call install_finish, glslang)
diff --git a/rules/host-glslang.in b/rules/host-glslang.in
index c40c53537be3..59571f273d80 100644
--- a/rules/host-glslang.in
+++ b/rules/host-glslang.in
@@ -5,4 +5,4 @@ config HOST_GLSLANG
default y if ALLYES
select HOST_CMAKE
select HOST_SYSTEM_PYTHON3
- select HOST_SHADERC
+ select HOST_SPIRV_TOOLS
diff --git a/rules/host-glslang.make b/rules/host-glslang.make
index e821950b4edc..22de28bc03f1 100644
--- a/rules/host-glslang.make
+++ b/rules/host-glslang.make
@@ -31,7 +31,6 @@ HOST_GLSLANG_CONF_OPT := \
-DENABLE_PCH=ON \
-DENABLE_RTTI=OFF \
-DENABLE_SPIRV=ON \
- -DENABLE_SPVREMAPPER=ON \
-DGLSLANG_ENABLE_INSTALL=ON \
-DGLSLANG_TESTS=OFF
--
2.47.3
next reply other threads:[~2025-10-07 14:53 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-10-07 14:53 Philipp Zabel [this message]
2025-10-07 14:53 ` [ptxdist] [PATCH 02/10] spirv-headers: " Philipp Zabel
2025-10-07 14:53 ` [ptxdist] [PATCH 03/10] spirv-tools: " Philipp Zabel
2025-10-07 14:53 ` [ptxdist] [PATCH 04/10] vulkan-headers: " Philipp Zabel
2025-10-07 14:53 ` [ptxdist] [PATCH 05/10] vulkan-loader: " Philipp Zabel
2025-10-07 14:53 ` [ptxdist] [PATCH 06/10] vulkan-tools: " Philipp Zabel
2025-10-07 14:53 ` [ptxdist] [PATCH 07/10] vulkan-utility-libraries: " Philipp Zabel
2025-10-07 14:53 ` [ptxdist] [PATCH 08/10] vulkan-validationlayers: " Philipp Zabel
2025-10-07 14:53 ` [ptxdist] [PATCH 09/10] volk: " Philipp Zabel
2025-10-07 14:53 ` [ptxdist] [PATCH 10/10] shaderc: version bump v2025.3 -> v2025.4 Philipp Zabel
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20251007145323.1798338-1-p.zabel@pengutronix.de \
--to=p.zabel@pengutronix.de \
--cc=ptxdist@pengutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox