unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#64738] [PATCH] gnu: Make Mesa use zstd compression for shader cache instead of zlib.
@ 2023-07-19 21:02 Sigve Sudland
  2023-07-20 10:22 ` 宋文武 via Guix-patches via
  2023-07-20 19:35 ` John Kehayias via Guix-patches via
  0 siblings, 2 replies; 7+ messages in thread
From: Sigve Sudland @ 2023-07-19 21:02 UTC (permalink / raw)
  To: 64738; +Cc: Sigve Sudland

* gnu/packages/gl.scm (mesa): Enable zstd compression.
---
 gnu/packages/gl.scm | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm
index 1691086e1a..2f54d8553d 100644
--- a/gnu/packages/gl.scm
+++ b/gnu/packages/gl.scm
@@ -299,7 +299,8 @@ (define-public mesa
            libxvmc
            llvm-for-mesa
            wayland
-           wayland-protocols))
+           wayland-protocols
+           `(,zstd "lib")))
     (native-inputs
      (list bison
            flex
@@ -362,6 +363,9 @@ (define-public mesa
          ;; Enable the codecs that were built by default as part of the
          ;; 21.3.x releases to avoid functionality regressions.
          "-Dvideo-codecs=vc1dec,h264dec,h264enc,h265dec,h265enc"
+
+         ;; Enable ZSTD compression for shader cache
+         "-Dzstd=enabled"

          ;; Also enable the tests.
          "-Dbuild-tests=true"

base-commit: ebb54e6a5fba36a571ed239398ee3e0307a91c26
--
2.41.0




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

end of thread, other threads:[~2023-07-31 15:28 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-19 21:02 [bug#64738] [PATCH] gnu: Make Mesa use zstd compression for shader cache instead of zlib Sigve Sudland
2023-07-20 10:22 ` 宋文武 via Guix-patches via
2023-07-20 10:58   ` 宋文武 via Guix-patches via
2023-07-20 19:35 ` John Kehayias via Guix-patches via
2023-07-21 10:15   ` 宋文武 via Guix-patches via
2023-07-25 21:27     ` John Kehayias via Guix-patches via
2023-07-31 15:27       ` bug#64738: " John Kehayias via Guix-patches via

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).