From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:403:478a::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id mHmkFxzTx2Qz4AAASxT56A (envelope-from ) for ; Mon, 31 Jul 2023 17:28:28 +0200 Received: from aspmx1.migadu.com ([2001:41d0:403:478a::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id QC3HFhzTx2SicwAAG6o9tA (envelope-from ) for ; Mon, 31 Jul 2023 17:28:28 +0200 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 2466B5CD89 for ; Mon, 31 Jul 2023 17:28:28 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=protonmail.com header.s=protonmail3 header.b=G4ycHIc3; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=pass (policy=none) header.from=gnu.org ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1690817308; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-to: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=xW/OhcCX+p4gbvHHM2n86M8dqGeOuGPKQmoJLdd5Y/8=; b=Gyyw06vgrlBfaa6zW3rj+cdOzP+uDRqelTFsptl0hP0DDyAhn/lRb3ebpgPPnGIiKT/OMP KK0vuJoX39Hsj+yWQ5xPpiNMSTwrQ1yL+Bfn7xSiiNkvj/AHlkclP6JkB8dgGxHL78msY/ V79G66kTTAEOurhNktHCZyrPY6EShwozQvBdvny/nL5bjR5j9bU835YY/L4i9hwHxR3Myx B6Hnpmk1Hgh7k/7/1xTj62MD47oE6Z/VE49XmcW6z9UyKm9UdIpBfGggIwzRZnLJO76/oH MVFibENxE20lSaR7bnqChg5WKpWaJy2MNne4RMUDO1DqMlxT653AW7ULIL8FnA== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=protonmail.com header.s=protonmail3 header.b=G4ycHIc3; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=pass (policy=none) header.from=gnu.org ARC-Seal: i=1; s=key1; d=yhetil.org; t=1690817308; a=rsa-sha256; cv=none; b=uiNGcd+JpziMYcU7gUX5Qp4Asfo/HC+80H1830BaUGpaWzhCYFgZRfVW3PLVa4pp+SSZDy p62uTTTew8SfCsLx0wu0REfigJWrm2+J1//Iv19wg32DKUscj2DFv8XvKwzd8gqSv3O57/ iPPcyxGba5SDVdgtwyQzHJ/ymjpwNJhYAorOzrUAQdD9NcHGkEBSkRaCweT2p+UpQfMfLU 6AqYyIgm9xS0WKWB1YQ+C+QzUqgxWNy5y2Q/MaJQ39hpvMckqjw+/zkZNRC460MaHJBS7f xE8mO1FqRYIzYXlRcSczJ1DvocxXZpdpNmZfPVKIA6LKexjt5H0mLeKkxwLOjw== Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qQUoZ-0006c8-Kv; Mon, 31 Jul 2023 11:28:07 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qQUoX-0006Ty-Ip for guix-patches@gnu.org; Mon, 31 Jul 2023 11:28:05 -0400 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1qQUoU-0005c9-W4 for guix-patches@gnu.org; Mon, 31 Jul 2023 11:28:05 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qQUoU-00030Y-SP for guix-patches@gnu.org; Mon, 31 Jul 2023 11:28:02 -0400 Subject: bug#64738: [PATCH] gnu: Make Mesa use zstd compression for shader cache instead of zlib. Resent-From: John Kehayias Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Mon, 31 Jul 2023 15:28:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 64738 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: =?UTF-8?Q?=E5=AE=8B=E6=96=87=E6=AD=A6?= Cc: Sigve Sudland , 64738-done@debbugs.gnu.org Mail-Followup-To: 64738@debbugs.gnu.org, john.kehayias@protonmail.com, sigve_sudland@hotmail.com Received: via spool by 64738-done@debbugs.gnu.org id=D64738.169081725911513 (code D ref 64738); Mon, 31 Jul 2023 15:28:02 +0000 Received: (at 64738-done) by debbugs.gnu.org; 31 Jul 2023 15:27:39 +0000 Received: from localhost ([127.0.0.1]:53284 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qQUo7-0002zd-Bd for submit@debbugs.gnu.org; Mon, 31 Jul 2023 11:27:39 -0400 Received: from mail-4322.protonmail.ch ([185.70.43.22]:36073) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qQUo5-0002zL-07 for 64738-done@debbugs.gnu.org; Mon, 31 Jul 2023 11:27:37 -0400 Date: Mon, 31 Jul 2023 15:27:23 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail3; t=1690817251; x=1691076451; bh=xW/OhcCX+p4gbvHHM2n86M8dqGeOuGPKQmoJLdd5Y/8=; h=Date:To:From:Cc:Subject:Message-ID:In-Reply-To:References: Feedback-ID:From:To:Cc:Date:Subject:Reply-To:Feedback-ID: Message-ID:BIMI-Selector; b=G4ycHIc3JpcCl99kBd8a3hVYETuMkPpc4VMXu9h2am3G1XJ63v+3esg7AJZMWP6Bs nt/0h66M715Ko60XCZ1Nfo3RL+5Rw69HzWS8zqzAW51Qx2oHcJD+Z3x+bm1pe7e1sJ JiTidO9EwXH5X3Rv5tUeuLS84H0IYmH+nC/TvCRAJ04BZ0XpFnuTWG4cbfAwfVQNVd itQGQ6MM7aojSLSItXOT4ilwVuVy5LxpMmx2moqgmsI6wxdGZ/zfoTrcM4tKaduRzu tsTUGNzzDyTWAUFg0FRrRIo6R3GKDIsSRVRNscPr2L3UOy+YzJZj6PJtJIhmCVmnu7 9OUICLT8R0N2w== Message-ID: <87pm48gkyw.fsf_-_@protonmail.com> In-Reply-To: <87r0oviswg.fsf@protonmail.com> References: <87cz0mz89r.fsf_-_@protonmail.com> <87wmytlgdp.fsf@envs.net> <87r0oviswg.fsf@protonmail.com> Feedback-ID: 7805494:user:proton MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-to: John Kehayias X-ACL-Warn: , John Kehayias via Guix-patches From: John Kehayias via Guix-patches via Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US X-Spam-Score: -6.64 X-Migadu-Queue-Id: 2466B5CD89 X-Migadu-Spam-Score: -6.64 X-Migadu-Scanner: mx0.migadu.com X-TUID: mDanh7HSiAmm On Tue, Jul 25, 2023 at 09:27 PM, John Kehayias wrote: > Hello, > > On Fri, Jul 21, 2023 at 06:15 PM, =E5=AE=8B=E6=96=87=E6=AD=A6 wrote: > >> John Kehayias writes: >> >>> On Thu, Jul 20, 2023 at 06:58 PM, =E5=AE=8B=E6=96=87=E6=AD=A6 wrote: >>> >>>>> >>>>> gnu: mesa: Enable zstd compression for shader cache. >>>>> >>>>> * gnu/packages/gl.scm (mesa)[inputs]: Add zstd:lib. >>>>> [arguments]: Add '-Dzstd=3Denabled' to configure-flags. >>>> >>>> Pushed to the mesa-updates branch, merging progress tracked in >>>> . >>>> >>>> Thanks. >>> >>> An update here: I reset mesa-updates to just be the 2 commits from >>> before this patch (that were already built on Cuirass) but rebased on >>> master. Based on how many builds may be new, we can see what to do. I >>> hope it is just a small amount of rebuilds so mesa-updates can be merge= d >>> as is, and then include this and other patches for the next round. >>> >>> Hope that is okay, especially as I think this is a minor change to mesa= , >>> rather than a bug or missing hardware support. >>> >> >> That's fine, thank you for take care of it. > > I ended up adding this (and other changes) to mesa-updates along with > a mesa version bump and some other patches. Hopefully merging to > master in the next few days once substitutes look good. > > Thanks! > John Pushed as 090c254fe7713db330636dae2c204c8282207cc8. Thanks!