From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Mon, 20 Jun 2022 08:20:21 +0200 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1o3Aln-007o2E-QD for lore@lore.pengutronix.de; Mon, 20 Jun 2022 08:20:21 +0200 Received: from localhost ([127.0.0.1] helo=metis.ext.pengutronix.de) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1o3Aln-0004QH-Ou; Mon, 20 Jun 2022 08:20:19 +0200 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1o3Akt-0004Q0-4W; Mon, 20 Jun 2022 08:19:23 +0200 Received: from [2a0a:edc0:0:1101:1d::39] (helo=dude03.red.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtp (Exim 4.94.2) (envelope-from ) id 1o3Akr-001af7-1V; Mon, 20 Jun 2022 08:19:22 +0200 Received: from mol by dude03.red.stw.pengutronix.de with local (Exim 4.94.2) (envelope-from ) id 1o3Akr-006FoF-IJ; Mon, 20 Jun 2022 08:19:21 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Mon, 20 Jun 2022 08:19:21 +0200 Message-Id: <20220620061921.1490696-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20220607081910.887776-1-p.zabel@pengutronix.de> References: <20220607081910.887776-1-p.zabel@pengutronix.de> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] mesalib: version bump 22.0.4 -> 22.1.1 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.ext.pengutronix.de); SAEximRunCond expanded to false Thanks, applied as fe8f0c962f77c38d4d703cae575e1ea8be1fb631. Michael [sent from post-receive hook] On Mon, 20 Jun 2022 08:19:21 +0200, Philipp Zabel wrote: > Signed-off-by: Philipp Zabel > Message-Id: <20220607081910.887776-1-p.zabel@pengutronix.de> > Signed-off-by: Michael Olbrich > > diff --git a/rules/host-mesalib.make b/rules/host-mesalib.make > index f2122c7f0e5b..a60766232acf 100644 > --- a/rules/host-mesalib.make > +++ b/rules/host-mesalib.make > @@ -34,6 +34,7 @@ HOST_MESALIB_CONF_OPT := \ > -Degl-native-platform=auto \ > -Dexecmem=true \ > -Dfreedreno-kgsl=false \ > + -Dfreedreno-virtio=false \ > -Dgallium-d3d10umd=false \ > -Dgallium-drivers= \ > -Dgallium-extra-hud=false \ > @@ -54,7 +55,9 @@ HOST_MESALIB_CONF_OPT := \ > -Dglx=disabled \ > -Dglx-direct=false \ > -Dglx-read-only-text=false \ > + -Dimagination-srv=false \ > -Dinstall-intel-gpu-tests=false \ > + -Dintel-clc=disabled \ > -Dlibunwind=disabled \ > -Dllvm=disabled \ > -Dlmsensors=disabled \ > diff --git a/rules/mesalib.make b/rules/mesalib.make > index ae7652eae369..ba644f897ef5 100644 > --- a/rules/mesalib.make > +++ b/rules/mesalib.make > @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_MESALIB) += mesalib > # > # Paths and names > # > -MESALIB_VERSION := 22.0.4 > -MESALIB_MD5 := 9dc7c0fb775d19fb14673464e4f2fd84 > +MESALIB_VERSION := 22.1.1 > +MESALIB_MD5 := 56d5b4145097ff3b5807a2b16b52d8cf > MESALIB := mesa-$(MESALIB_VERSION) > MESALIB_SUFFIX := tar.xz > MESALIB_URL := \ > @@ -147,6 +147,7 @@ MESALIB_CONF_OPT := \ > -Degl-native-platform=auto \ > -Dexecmem=true \ > -Dfreedreno-kgsl=false \ > + -Dfreedreno-virtio=false \ > -Dgallium-d3d10umd=false \ > -Dgallium-drivers=$(subst $(space),$(comma),$(MESALIB_GALLIUM_DRIVERS-y)) \ > -Dgallium-extra-hud=$(call ptx/truefalse, PTXCONF_MESALIB_EXTENDED_HUD) \ > @@ -167,7 +168,9 @@ MESALIB_CONF_OPT := \ > -Dglx=$(call ptx/ifdef, PTXCONF_MESALIB_GLX, dri, disabled) \ > -Dglx-direct=true \ > -Dglx-read-only-text=false \ > + -Dimagination-srv=false \ > -Dinstall-intel-gpu-tests=false \ > + -Dintel-clc=disabled \ > -Dlibunwind=disabled \ > -Dllvm=disabled \ > -Dlmsensors=$(call ptx/endis, PTXCONF_MESALIB_LMSENSORS)d \