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


Commits:
112d24e0 by Timo Aaltonen at 2018-09-18T09:39:51Z
Update the changelog

- - - - -
c9e9eb42 by Timo Aaltonen at 2018-09-18T09:44:27Z
move enable-nine to the gallium confflags.

- - - - -
71daac93 by Timo Aaltonen at 2018-09-18T09:50:58Z
rules: Enable v3d on arm. Thanks, Fabio Pedretti!

- - - - -
53b076dd by Timo Aaltonen at 2018-09-18T09:52:33Z
rules: Drop enabling texture float, it's enabled by default now.

- - - - -


2 changed files:

- debian/changelog
- debian/rules


Changes:

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


=====================================
debian/rules
=====================================
@@ -56,9 +56,9 @@ else
                GALLIUM_DRIVERS += freedreno
        endif
 
-       # tegra and vc4 kernel support are only available on armhf and arm64
+       # tegra, vc4 and v3d kernel support are only available on armhf and 
arm64
        ifneq (,$(filter $(DEB_HOST_ARCH), armhf arm64))
-               GALLIUM_DRIVERS += tegra vc4
+               GALLIUM_DRIVERS += tegra vc4 v3d
        endif
 
        # etnaviv kernel support is currently only available on armhf
@@ -118,6 +118,7 @@ else
        confflags_GALLIUM += --enable-va
        confflags_GALLIUM += --enable-gallium-extra-hud
        confflags_GALLIUM += --enable-lmsensors
+       confflags_GALLIUM += --enable-nine
        with_libva = ,libva
 endif
 
@@ -139,10 +140,8 @@ confflags += \
        --with-vulkan-drivers="$(VULKAN_DRIVERS)" \
        --enable-libglvnd \
        --enable-osmesa \
-       --enable-nine \
        --enable-glx-tls \
        --enable-shared-glapi \
-       --enable-texture-float \
        --disable-xvmc \
        --disable-omx-bellagio \
        $(confflags_DIRECT_RENDERING) \



View it on GitLab: 
https://salsa.debian.org/xorg-team/lib/mesa/compare/0b28834349273350ca941460234565f64b8f6f64...53b076dd2ad2ff372fc08645abd2f4bd4616f760

-- 
View it on GitLab: 
https://salsa.debian.org/xorg-team/lib/mesa/compare/0b28834349273350ca941460234565f64b8f6f64...53b076dd2ad2ff372fc08645abd2f4bd4616f760
You're receiving this email because of your account on salsa.debian.org.

Reply via email to