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

[Git][xorg-team/lib/mesa][debian-experimental] 4 commits: Update the changelog



Title: GitLab

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

Commits:

2 changed files:

Changes:

  • debian/changelog
    ... ... @@ -5,6 +5,10 @@ mesa (18.2.0-2) UNRELEASED; urgency=medium
    5 5
       * control: Build-depend on x11proto-dev, modify libegl1-mesa-dev and
    
    6 6
         libgl1-mesa-dev depends.
    
    7 7
       * Migrate to llvm/clang-7.
    
    8
    +  * Enable gallium D3D state tracker, thanks Antonio Russo and Andrew
    
    9
    +    Cook! (Closes: #863972)
    
    10
    +  * rules: Enable v3d on arm. Thanks, Fabio Pedretti!
    
    11
    +  * rules: Drop enabling texture float, it's enabled by default now.
    
    8 12
     
    
    9 13
      -- Timo Aaltonen <tjaalton@debian.org>  Mon, 17 Sep 2018 15:46:55 +0300
    
    10 14
     
    

  • debian/rules
    ... ... @@ -56,9 +56,9 @@ else
    56 56
     		GALLIUM_DRIVERS += freedreno
    
    57 57
     	endif
    
    58 58
     
    
    59
    -	# tegra and vc4 kernel support are only available on armhf and arm64
    
    59
    +	# tegra, vc4 and v3d kernel support are only available on armhf and arm64
    
    60 60
     	ifneq (,$(filter $(DEB_HOST_ARCH), armhf arm64))
    
    61
    -		GALLIUM_DRIVERS += tegra vc4
    
    61
    +		GALLIUM_DRIVERS += tegra vc4 v3d
    
    62 62
     	endif
    
    63 63
     
    
    64 64
     	# etnaviv kernel support is currently only available on armhf
    
    ... ... @@ -118,6 +118,7 @@ else
    118 118
     	confflags_GALLIUM += --enable-va
    
    119 119
     	confflags_GALLIUM += --enable-gallium-extra-hud
    
    120 120
     	confflags_GALLIUM += --enable-lmsensors
    
    121
    +	confflags_GALLIUM += --enable-nine
    
    121 122
     	with_libva = ,libva
    
    122 123
     endif
    
    123 124
     
    
    ... ... @@ -139,10 +140,8 @@ confflags += \
    139 140
     	--with-vulkan-drivers="$(VULKAN_DRIVERS)" \
    
    140 141
     	--enable-libglvnd \
    
    141 142
     	--enable-osmesa \
    
    142
    -	--enable-nine \
    
    143 143
     	--enable-glx-tls \
    
    144 144
     	--enable-shared-glapi \
    
    145
    -	--enable-texture-float \
    
    146 145
     	--disable-xvmc \
    
    147 146
     	--disable-omx-bellagio \
    
    148 147
     	$(confflags_DIRECT_RENDERING) \
    


  • Reply to: