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

[Git][xorg-team/lib/mesa][debian-experimental] rules: Enable panvk, it's production quality now. (Closes: #1095969)



Title: GitLab

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

Commits:

  • b759139a
    by Timo Aaltonen at 2025-02-15T09:10:45+02:00
    rules: Enable panvk, it's production quality now. (Closes: #1095969)
    

2 changed files:

Changes:

  • debian/changelog
    ... ... @@ -2,6 +2,7 @@ mesa (25.0.0~rc3-2) UNRELEASED; urgency=medium
    2 2
     
    
    3 3
       * control: Make mesa-va-drivers depend on the same version of mesa-
    
    4 4
         libgallium. (Closes: #1094190)
    
    5
    +  * rules: Enable panvk, it's production quality now. (Closes: #1095969)
    
    5 6
     
    
    6 7
      -- Timo Aaltonen <tjaalton@debian.org>  Thu, 13 Feb 2025 15:01:15 +0200
    
    7 8
     
    

  • debian/rules
    ... ... @@ -82,7 +82,7 @@ else
    82 82
       # etnaviv, tegra, vc4 and v3d kernel support are only available on armhf and arm64
    
    83 83
       ifneq (,$(filter $(DEB_HOST_ARCH), armhf arm64))
    
    84 84
     	GALLIUM_DRIVERS += etnaviv panfrost svga tegra vc4 v3d
    
    85
    -	VULKAN_DRIVERS += broadcom freedreno
    
    85
    +	VULKAN_DRIVERS += broadcom freedreno panfrost
    
    86 86
       endif
    
    87 87
     
    
    88 88
       ifneq (,$(filter $(DEB_HOST_ARCH), armhf arm64 loong64 riscv64))
    


  • Reply to: