[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/07: gnu: mesa: Build asahi vulkan driver on aarch64-linux.
From: |
guix-commits |
Subject: |
05/07: gnu: mesa: Build asahi vulkan driver on aarch64-linux. |
Date: |
Mon, 30 Dec 2024 09:13:14 -0500 (EST) |
efraim pushed a commit to branch mesa-updates
in repository guix.
commit c0df3160a6df12dba9ac838d8d9fe13001e562ad
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sat Dec 14 19:46:36 2024 +0200
gnu: mesa: Build asahi vulkan driver on aarch64-linux.
* gnu/packages/gl.scm (mesa)[arguments]: Adjust the configure-flags to
also build the asahi vulkan driver when building for aarch64.
Change-Id: I65320d254734b93c2d0a0891cdf329e7b3ff0c12
---
gnu/packages/gl.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm
index 418970547e..b3e70bcc6b 100644
--- a/gnu/packages/gl.scm
+++ b/gnu/packages/gl.scm
@@ -411,7 +411,7 @@
panfrost,r300,r600,svga,softpipe,llvmpipe,tegra,v3d,vc4,virgl,zink"))
'("-Dvulkan-drivers=intel,intel_hasvk,amd,swrast"))
((target-aarch64?)
;; This differs from "auto" which only includes swrast and intel
- '("-Dvulkan-drivers=freedreno,amd,broadcom,swrast"))
+ '("-Dvulkan-drivers=freedreno,amd,broadcom,swrast,asahi"))
(else
'("-Dvulkan-drivers=auto")))
- branch mesa-updates created (now f1d735eee1), guix-commits, 2024/12/30
- 01/07: gnu: libdrm: Update to 2.4.124., guix-commits, 2024/12/30
- 02/07: gnu: wayland-protocols: Update to 1.38., guix-commits, 2024/12/30
- 03/07: gnu: mesa: Update to 24.3.1., guix-commits, 2024/12/30
- 05/07: gnu: mesa: Build asahi vulkan driver on aarch64-linux.,
guix-commits <=
- 04/07: gnu: libva: Update to 2.22.0., guix-commits, 2024/12/30
- 06/07: gnu: wayland-protocols: Update to 1.39., guix-commits, 2024/12/30
- 07/07: gnu: mesa: Update to 24.3.2., guix-commits, 2024/12/30