guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch core-updates updated: gnu: mesa: Enable rockchip support on aarch


From: guix-commits
Subject: branch core-updates updated: gnu: mesa: Enable rockchip support on aarch64/armhf.
Date: Sun, 29 Mar 2020 17:40:39 -0400

This is an automated email from the git hooks/post-receive script.

vagrantc pushed a commit to branch core-updates
in repository guix.

The following commit(s) were added to refs/heads/core-updates by this push:
     new ee401ed  gnu: mesa: Enable rockchip support on aarch64/armhf.
ee401ed is described below

commit ee401ed9249fbe284ef1b9b437d39207ca88131b
Author: Vagrant Cascadian <address@hidden>
AuthorDate: Sun Mar 22 16:32:33 2020 +0000

    gnu: mesa: Enable rockchip support on aarch64/armhf.
    
    * gnu/packages/gl (mesa): Enable kmsro, lima and panfrost gallium drivers.
---
 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 01241cd..710c602 100644
--- a/gnu/packages/gl.scm
+++ b/gnu/packages/gl.scm
@@ -293,7 +293,7 @@ also known as DXTn or DXTC) for Mesa.")
        '(,@(match (%current-system)
              ((or "armhf-linux" "aarch64-linux")
               ;; TODO: Fix svga driver for aarch64 and armhf.
-              
'("-Dgallium-drivers=etnaviv,freedreno,nouveau,r300,r600,swrast,tegra,v3d,vc4,virgl"))
+              
'("-Dgallium-drivers=etnaviv,freedreno,kmsro,lima,nouveau,panfrost,r300,r600,swrast,tegra,v3d,vc4,virgl"))
              (_
               
'("-Dgallium-drivers=iris,nouveau,r300,r600,radeonsi,svga,swrast,virgl")))
          ;; Enable various optional features.  TODO: opencl requires libclc,



reply via email to

[Prev in Thread] Current Thread [Next in Thread]