GNU bug report logs - #64528
[PATCH] gnu: mesa: Fix Vulkan on older Intel GPUs.

Previous Next

Package: guix-patches;

Reported by: Lilah Tascheter <lilah <at> lunabee.space>

Date: Sat, 8 Jul 2023 05:18:02 UTC

Severity: normal

Tags: patch

Done: Liliana Marie Prikler <liliana.prikler <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Lilah Tascheter <lilah <at> lunabee.space>
Subject: bug#64528: closed (Re: [PATCH v2] gnu: mesa: Fix Vulkan on older
 Intel GPUs.)
Date: Sun, 16 Jul 2023 07:27:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#64528: [PATCH] gnu: mesa: Fix Vulkan on older Intel GPUs.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 64528 <at> debbugs.gnu.org.

-- 
64528: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=64528
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
To: Lilah Tascheter <lilah <at> lunabee.space>, 64528-done <at> debbugs.gnu.org
Cc: iyzsong <at> envs.net
Subject: Re: [PATCH v2] gnu: mesa: Fix Vulkan on older Intel GPUs.
Date: Sun, 16 Jul 2023 09:26:45 +0200
Am Samstag, dem 08.07.2023 um 13:29 -0500 schrieb Lilah Tascheter:
> Mesa split the Vulkan intel driver into two: intel and intel_hasvk.
> Enables intel_hasvk so vulkan functions on older intel GPUs again,
> and swrast for lavapipe as a fallback.
> 
> * gnu/packages/gl.scm (mesa-vulkan-hasvk): New variable.
>   (mesa): Graft with mesa-vulkan-hasvk.
> ---
Pushed.

[Message part 3 (message/rfc822, inline)]
From: Lilah Tascheter <lilah <at> lunabee.space>
To: guix-patches <at> gnu.org
Cc: Lilah Tascheter <lilah <at> lunabee.space>, liliana.prikler <at> gmail.com,
 iyzsong <at> envs.net
Subject: [PATCH] gnu: mesa: Fix Vulkan on older Intel GPUs.
Date: Sat,  8 Jul 2023 00:16:34 -0500
Mesa split the Vulkan intel driver into two: intel and intel_hasvk.
Enables intel_hasvk so vulkan functions on older intel GPUs again, and
swrast for lavapipe as a fallback.
---
 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 9885bde712..b84b856c25 100644
--- a/gnu/packages/gl.scm
+++ b/gnu/packages/gl.scm
@@ -345,7 +345,7 @@ (define-public mesa
          ;; Explicitly enable Vulkan on some architectures.
          #$@(match (%current-system)
              ((or "i686-linux" "x86_64-linux")
-              '("-Dvulkan-drivers=intel,amd"))
+              '("-Dvulkan-drivers=intel,intel_hasvk,amd,swrast"))
              ((or "powerpc64le-linux" "powerpc-linux")
               '("-Dvulkan-drivers=amd,swrast"))
              ("aarch64-linux"

base-commit: 3db685cb2e2ce2a4b29c62d28a66201b2eba018f
-- 
2.40.1




This bug report was last modified 1 year and 358 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.