mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH 1/7] glslang: version bump 1.3.224.1 -> 1.3.231.1
@ 2022-11-04 11:33 Philipp Zabel
  2022-11-04 11:33 ` [ptxdist] [PATCH 2/7] spirv-headers: " Philipp Zabel
                   ` (6 more replies)
  0 siblings, 7 replies; 15+ messages in thread
From: Philipp Zabel @ 2022-11-04 11:33 UTC (permalink / raw)
  To: ptxdist; +Cc: Philipp Zabel

Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
---
 rules/glslang.make      | 4 ++--
 rules/host-glslang.make | 1 -
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/rules/glslang.make b/rules/glslang.make
index eb35458eb2d7..7af639b9db41 100644
--- a/rules/glslang.make
+++ b/rules/glslang.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_GLSLANG) += glslang
 #
 # Paths and names
 #
-GLSLANG_VERSION		:= 1.3.224.1
-GLSLANG_MD5		:= b91c9fbaad20e3a6415d8f236284efe9
+GLSLANG_VERSION		:= 1.3.231.1
+GLSLANG_MD5		:= b6308880c655a50d50e0dd0e049ba5d5
 GLSLANG			:= glslang-$(GLSLANG_VERSION)
 GLSLANG_SUFFIX		:= tar.gz
 GLSLANG_URL		:= https://github.com/KhronosGroup/glslang/archive/sdk-$(GLSLANG_VERSION).$(GLSLANG_SUFFIX)
diff --git a/rules/host-glslang.make b/rules/host-glslang.make
index 1718562d110b..dcdaa0ee27ab 100644
--- a/rules/host-glslang.make
+++ b/rules/host-glslang.make
@@ -23,7 +23,6 @@ HOST_GLSLANG_CONF_OPT	:= \
 	-DBUILD_SHARED_LIBS=OFF \
 	-DENABLE_CTEST=OFF \
 	-DENABLE_EXCEPTIONS=OFF \
-	-DCMAKE_INSTALL_LIBDIR=/usr/lib \
 	-DENABLE_GLSLANG_BINARIES=ON \
 	-DENABLE_GLSLANG_JS=OFF \
 	-DENABLE_HLSL=OFF \
-- 
2.30.2




^ permalink raw reply	[flat|nested] 15+ messages in thread
* [ptxdist] [PATCH 1/7] glslang: version bump 1.3.231.0 -> 1.3.231.1
@ 2022-11-03 16:57 Philipp Zabel
  2022-11-03 16:57 ` [ptxdist] [PATCH 7/7] shaderc: version bump v2022.1 -> v2022.3 Philipp Zabel
  0 siblings, 1 reply; 15+ messages in thread
From: Philipp Zabel @ 2022-11-03 16:57 UTC (permalink / raw)
  To: ptxdist; +Cc: Philipp Zabel

Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
---
 rules/glslang.make | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/rules/glslang.make b/rules/glslang.make
index 6acd13f1b064..7af639b9db41 100644
--- a/rules/glslang.make
+++ b/rules/glslang.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_GLSLANG) += glslang
 #
 # Paths and names
 #
-GLSLANG_VERSION		:= 1.3.231.0
-GLSLANG_MD5		:= fa0e7daeebb420f11101db0a6d3f0a97
+GLSLANG_VERSION		:= 1.3.231.1
+GLSLANG_MD5		:= b6308880c655a50d50e0dd0e049ba5d5
 GLSLANG			:= glslang-$(GLSLANG_VERSION)
 GLSLANG_SUFFIX		:= tar.gz
 GLSLANG_URL		:= https://github.com/KhronosGroup/glslang/archive/sdk-$(GLSLANG_VERSION).$(GLSLANG_SUFFIX)
-- 
2.30.2




^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2022-11-11 14:32 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-04 11:33 [ptxdist] [PATCH 1/7] glslang: version bump 1.3.224.1 -> 1.3.231.1 Philipp Zabel
2022-11-04 11:33 ` [ptxdist] [PATCH 2/7] spirv-headers: " Philipp Zabel
2022-11-11 14:31   ` [ptxdist] [APPLIED] " Michael Olbrich
2022-11-04 11:34 ` [ptxdist] [PATCH 3/7] spirv-tools: " Philipp Zabel
2022-11-11 14:31   ` [ptxdist] [APPLIED] " Michael Olbrich
2022-11-04 11:34 ` [ptxdist] [PATCH 4/7] vulkan-loader: " Philipp Zabel
2022-11-11 14:31   ` [ptxdist] [APPLIED] " Michael Olbrich
2022-11-04 11:34 ` [ptxdist] [PATCH 5/7] vulkan-tools: " Philipp Zabel
2022-11-11 14:31   ` [ptxdist] [APPLIED] " Michael Olbrich
2022-11-04 11:34 ` [ptxdist] [PATCH 6/7] vulkan-validationlayers: " Philipp Zabel
2022-11-11 14:31   ` [ptxdist] [APPLIED] " Michael Olbrich
2022-11-04 11:34 ` [ptxdist] [PATCH 7/7] shaderc: version bump v2022.1 -> v2022.3 Philipp Zabel
2022-11-11 14:31   ` [ptxdist] [APPLIED] " Michael Olbrich
2022-11-11 14:31 ` [ptxdist] [APPLIED] glslang: version bump 1.3.224.1 -> 1.3.231.1 Michael Olbrich
  -- strict thread matches above, loose matches on Subject: below --
2022-11-03 16:57 [ptxdist] [PATCH 1/7] glslang: version bump 1.3.231.0 " Philipp Zabel
2022-11-03 16:57 ` [ptxdist] [PATCH 7/7] shaderc: version bump v2022.1 -> v2022.3 Philipp Zabel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox