From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Fri, 25 Oct 2024 09:33:16 +0200 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1t4Eot-000XRG-1T for lore@lore.pengutronix.de; Fri, 25 Oct 2024 09:33:16 +0200 Received: from localhost ([127.0.0.1] helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1t4Eou-0007US-50; Fri, 25 Oct 2024 09:33:16 +0200 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1t4EoQ-00070S-TN; Fri, 25 Oct 2024 09:32:46 +0200 Received: from dude05.red.stw.pengutronix.de ([2a0a:edc0:0:1101:1d::54]) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1t4EoQ-000KJ4-2J; Fri, 25 Oct 2024 09:32:46 +0200 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.96) (envelope-from ) id 1t4EoQ-009CPl-2B; Fri, 25 Oct 2024 09:32:46 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Fri, 25 Oct 2024 09:32:46 +0200 Message-Id: <20241025073246.2192666-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.39.5 In-Reply-To: <20241009125857.41402-1-p.zabel@pengutronix.de> References: <20241009125857.41402-1-p.zabel@pengutronix.de> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] glslang: version bump 1.3.290.0 -> 1.3.296.0 X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: Philipp Zabel Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false Thanks, applied as c24fa75a9806f6fdeab1b513be26a0973b771dd0. Michael [sent from post-receive hook] On Fri, 25 Oct 2024 09:32:46 +0200, Philipp Zabel wrote: > Signed-off-by: Philipp Zabel > Message-Id: <20241009125857.41402-1-p.zabel@pengutronix.de> > Signed-off-by: Michael Olbrich > > diff --git a/rules/glslang.make b/rules/glslang.make > index 329ca244ba69..81dc9cf7fb9f 100644 > --- a/rules/glslang.make > +++ b/rules/glslang.make > @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_GLSLANG) += glslang > # > # Paths and names > # > -GLSLANG_VERSION := 1.3.290.0 > -GLSLANG_MD5 := 61b54f18495b27176a70683ffb2b7003 > +GLSLANG_VERSION := 1.3.296.0 > +GLSLANG_MD5 := e73e7cd1e7eb1f582fa97c2e62bc7eb5 > GLSLANG := glslang-$(GLSLANG_VERSION) > GLSLANG_SUFFIX := tar.gz > GLSLANG_URL := https://github.com/KhronosGroup/glslang/archive/vulkan-sdk-$(GLSLANG_VERSION).$(GLSLANG_SUFFIX) > @@ -43,6 +43,7 @@ GLSLANG_CONF_OPT := \ > -DENABLE_OPT=ON \ > -DENABLE_PCH=ON \ > -DENABLE_RTTI=OFF \ > + -DENABLE_SPIRV=ON \ > -DENABLE_SPVREMAPPER=ON \ > -DGLSLANG_ENABLE_INSTALL=ON \ > -DGLSLANG_TESTS=OFF > diff --git a/rules/host-glslang.make b/rules/host-glslang.make > index 1a63f76ce5e4..e821950b4edc 100644 > --- a/rules/host-glslang.make > +++ b/rules/host-glslang.make > @@ -30,7 +30,9 @@ HOST_GLSLANG_CONF_OPT := \ > -DENABLE_OPT=ON \ > -DENABLE_PCH=ON \ > -DENABLE_RTTI=OFF \ > + -DENABLE_SPIRV=ON \ > -DENABLE_SPVREMAPPER=ON \ > + -DGLSLANG_ENABLE_INSTALL=ON \ > -DGLSLANG_TESTS=OFF > > # vim: syntax=make