aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Dechesne <nicolas.dechesne@linaro.org>2014-04-15 21:25:13 +0000
committerNicolas Dechesne <nicolas.dechesne@linaro.org>2014-04-25 08:53:34 +0000
commit7921155468203d9f13e5a8b161c8b70bbc3c65dc (patch)
tree90144cb1cbc17499263cfcab4022c6eaf3e12102
parent509360eb22fe3d99ac9773f072f4ee066cf897ac (diff)
enable freedreno gallium driver for ARM/linuxlinaro-trusty
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
-rw-r--r--debian/changelog6
-rwxr-xr-xdebian/rules5
2 files changed, 11 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 0976006be7a..66256edf857 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+mesa (10.1.0-4ubuntu5linaro1) trusty; urgency=medium
+
+ * Enable freedreno gallium driver for ARM/Linux platforms
+
+ -- Nicolas Dechesne <nicolas.dechesne@linaro.org> Fri, 25 Apr 2014 08:53:04 +0000
+
mesa (10.1.0-4ubuntu5) trusty; urgency=medium
* enable-bdw.diff: Enable Broadwell support. (LP: #1300258)
diff --git a/debian/rules b/debian/rules
index 43329b04f9b..3b4a93bb8c1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -71,6 +71,11 @@ else
# Non-Linux ports also lack *_CLOEXEC and epoll, so wayland isn't ready yet:
EGL_DISPLAYS += wayland
+# Build freedreno on ARM/Linux platforms
+ ifneq (,$(filter $(DEB_HOST_ARCH),armef armhf))
+ GALLIUM_DRIVERS += freedreno
+ endif
+
# Mir isn't built on AArch64 and PPC
ifeq (,$(filter $(DEB_HOST_ARCH),arm64 powerpc ppc64 ppc64el))
EGL_DISPLAYS += mir