From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Wed, 09 Oct 2024 14:59:04 +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 1syWHQ-002ERC-2A for lore@lore.pengutronix.de; Wed, 09 Oct 2024 14:59:04 +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 1syWHQ-0004Ta-F6; Wed, 09 Oct 2024 14:59:04 +0200 Received: from lupine.office.stw.pengutronix.de ([2a0a:edc0:0:900:1d::4e]) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1syWHK-0004Qy-Qq; Wed, 09 Oct 2024 14:58:58 +0200 From: Philipp Zabel To: ptxdist@pengutronix.de Date: Wed, 9 Oct 2024 14:58:48 +0200 Message-Id: <20241009125857.41402-1-p.zabel@pengutronix.de> X-Mailer: git-send-email 2.39.5 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [ptxdist] [PATCH 01/10] 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 Signed-off-by: Philipp Zabel --- rules/glslang.make | 5 +++-- rules/host-glslang.make | 2 ++ 2 files changed, 5 insertions(+), 2 deletions(-) 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 -- 2.39.5