From mboxrd@z Thu Jan 1 00:00:00 1970 From: Emil Velikov Subject: [PATCH 00/18] Final batch of Android related fixes Date: Sun, 7 Sep 2014 22:29:55 +0100 Message-ID: <1410125413-19465-1-git-send-email-emil.l.velikov@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail-wg0-f52.google.com (mail-wg0-f52.google.com [74.125.82.52]) by gabe.freedesktop.org (Postfix) with ESMTP id A29A76E0F3 for ; Sun, 7 Sep 2014 14:31:23 -0700 (PDT) Received: by mail-wg0-f52.google.com with SMTP id x13so1053506wgg.23 for ; Sun, 07 Sep 2014 14:31:22 -0700 (PDT) List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: dri-devel@lists.freedesktop.org Cc: emil.l.velikov@gmail.com List-Id: dri-devel@lists.freedesktop.org Hello list, Here is the final batch that I've been planning to get upstreamed. Everything else that remains are some custom downstream "hacks" that will get upstreamed by their original authors in due time :) Highlights: - Drop a few unneeded Makefiles. - Android support for libkms & modetest. Inspired by Benjamin Gaignard's work. - Private mmap/munmap wrappers to hide all the love that bionic has for us :) The series is available in branch 'android-final-fixes' at https://github.com/evelikov/libdrm Any comments, reviews, it builds or it works are appreciated. -Emil