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

[Git][xorg-team/lib/mesa][debian-unstable] rules: Disable vulkan swrast, it's getting used instead of the native driver.



Title: GitLab

Timo Aaltonen pushed to branch debian-unstable at X Strike Force / lib / mesa

Commits:

2 changed files:

Changes:

  • debian/changelog
    1 1
     mesa (20.3.2-2) UNRELEASED; urgency=medium
    
    2 2
     
    
    3 3
       * path_max.diff: Updated.
    
    4
    +  * rules: Disable vulkan swrast, it's getting used instead of the
    
    5
    +    native driver.
    
    4 6
     
    
    5 7
      -- Timo Aaltonen <tjaalton@debian.org>  Mon, 04 Jan 2021 09:07:25 +0200
    
    6 8
     
    

  • debian/rules
    ... ... @@ -55,7 +55,7 @@ else
    55 55
       # radv/lavapipe needs LLVM and the Vulkan loader, so only build on the subset of
    
    56 56
       # arches where we have LLVM enabled and where the Vulkan loader is built.
    
    57 57
       ifneq (,$(filter $(DEB_HOST_ARCH), amd64 arm64 armel armhf i386 mips64el mipsel powerpc ppc64 ppc64el s390x sparc64))
    
    58
    -	VULKAN_DRIVERS += amd swrast
    
    58
    +	VULKAN_DRIVERS += amd
    
    59 59
       endif
    
    60 60
     
    
    61 61
       ifeq ($(DEB_HOST_ARCH_OS), linux)
    


  • Reply to: