GNU bug report logs -
#64528
[PATCH] gnu: mesa: Fix Vulkan on older Intel GPUs.
Previous Next
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
Message #8 received at 64528 <at> debbugs.gnu.org (full text, mbox):
Am Samstag, dem 08.07.2023 um 00:16 -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 | 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
Is this aimed at master? If so, it needs a graft.
Cheers
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.