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

[Git][xorg-team/lib/mesa][debian-unstable] control: Enable i915 gallium driver. (Closes: #1013311)



Title: GitLab

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

Commits:

  • 2e9c5e84
    by Timo Aaltonen at 2022-12-06T20:27:50+02:00
    control: Enable i915 gallium driver. (Closes: #1013311)
    

2 changed files:

Changes:

  • debian/changelog
    1
    +mesa (22.3.0-3) UNRELEASED; urgency=medium
    
    2
    +
    
    3
    +  * control: Enable i915 gallium driver. (Closes: #1013311)
    
    4
    +
    
    5
    + -- Timo Aaltonen <tjaalton@debian.org>  Tue, 06 Dec 2022 20:26:34 +0200
    
    6
    +
    
    1 7
     mesa (22.3.0-2) unstable; urgency=medium
    
    2 8
     
    
    3 9
       * patches: Import two upstream commits to fix crashes when libd3d12.so
    

  • debian/rules
    ... ... @@ -125,7 +125,7 @@ else
    125 125
     
    
    126 126
       # Build intel drivers on archs where libdrm-intel is installed
    
    127 127
       ifneq (,$(filter $(DEB_HOST_ARCH),amd64 i386 kfreebsd-amd64 kfreebsd-i386 x32))
    
    128
    -	GALLIUM_DRIVERS += iris crocus
    
    128
    +	GALLIUM_DRIVERS += iris crocus i915
    
    129 129
       endif
    
    130 130
     
    
    131 131
       # LLVM is required for building r300g, radeonsi and llvmpipe drivers.
    


  • Reply to: