debian/changelog |    4 ++++
 debian/control   |    2 +-
 debian/rules     |    6 ++++++
 3 files changed, 11 insertions(+), 1 deletion(-)

New commits:
commit 47094dc69a82ecb4f84ec9be3d7d10d1834679ea
Author: Maarten Lankhorst <maarten.lankho...@canonical.com>
Date:   Wed Aug 6 12:44:03 2014 +0200

    Enable support for freedreno.

diff --git a/debian/changelog b/debian/changelog
index 90d8311..167c60c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,14 @@
 mesa (10.2.5-1) UNRELEASED; urgency=medium
 
+  [ Andreas Boll ]
   * New upstream release.
     - nv50: fix build failure on m68k due to invalid struct alignment
       assumptions (Closes: #728053).
     - i915: Fix up intelInitScreen2 for DRI3 (Closes: #754297).
 
+  [ Maarten Lankhorst ]
+  * Enable support for freedreno.
+
  -- Andreas Boll <andreas.boll....@gmail.com>  Mon, 04 Aug 2014 10:30:18 +0200
 
 mesa (10.2.4-1) unstable; urgency=medium
diff --git a/debian/control b/debian/control
index 602c141..d84b79f 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Build-Depends:
  debhelper (>= 8.1.3),
  quilt (>= 0.40),
  pkg-config,
- libdrm-dev (>= 2.4.54) [!hurd-any],
+ libdrm-dev (>= 2.4.56) [!hurd-any],
  libx11-dev,
  x11proto-gl-dev (>= 1.4.14),
  libxxf86vm-dev,
diff --git a/debian/rules b/debian/rules
index c1d6cbf..7acf0e0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -70,6 +70,12 @@ else
        confflags_DRI3 = --enable-dri3
 # Gallium drivers require libdrm-{nouveau,radeon}, only available on Linux
        GALLIUM_DRIVERS += nouveau svga
+
+       # Freedreno requires arm in addition
+       ifneq (,$(filter arm,$(DEB_HOST_ARCH_CPU)))
+               GALLIUM_DRIVERS += freedreno
+       endif
+
        # svga needs xa state tracker
        confflags_GALLIUM += --enable-xa
 #


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1xezou-0002am...@moszumanska.debian.org

Reply via email to