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

[Git][xorg-team/lib/mesa][debian-unstable] rules: Enable intel_hasvk.



Title: GitLab

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

Commits:

  • c7f0312a
    by Timo Aaltonen at 2022-12-07T10:33:14+02:00
    rules: Enable intel_hasvk.
    

2 changed files:

Changes:

  • debian/changelog
    1 1
     mesa (22.3.0-3) UNRELEASED; urgency=medium
    
    2 2
     
    
    3 3
       * control: Enable i915 gallium driver. (Closes: #1013311)
    
    4
    +  * rules: Enable intel_hasvk.
    
    4 5
     
    
    5 6
      -- Timo Aaltonen <tjaalton@debian.org>  Tue, 06 Dec 2022 20:26:34 +0200
    
    6 7
     
    

  • debian/rules
    ... ... @@ -102,7 +102,7 @@ else
    102 102
     		GALLIUM_DRIVERS += svga
    
    103 103
     		# svga needs xa state tracker
    
    104 104
     		confflags_GALLIUM += -Dgallium-xa=enabled
    
    105
    -		VULKAN_DRIVERS += intel
    
    105
    +		VULKAN_DRIVERS += intel intel_hasvk
    
    106 106
     	endif
    
    107 107
     	ifneq (,$(filter $(DEB_HOST_ARCH), amd64))
    
    108 108
     		confflags_GALLIUM += -Dintel-clc=enabled
    


  • Reply to: