Re: [Mesa-dev] [PATCH 1/2] configure.ac: Add support for Android builds

2016-05-29 Thread Tomasz Figa
Uhm, dropped other recipients by mistake last time. As I said, it was too late hour to reply for me. :) On Sun, May 29, 2016 at 2:09 AM, Emil Velikov wrote: > On 27 May 2016 at 17:22, Tomasz Figa wrote: >> On Sat, May 28, 2016 at 12:48 AM, Emil Velikov >> wrote: >>> Hello gents, >>> >>> On 27

Re: [Mesa-dev] [PATCH 1/2] configure.ac: Add support for Android builds

2016-05-27 Thread Tomasz Figa
Hi, On Fri, May 27, 2016 at 7:36 PM, Nicolas Boichat wrote: > Hi Emil, > > Took us some time to clean things up, but we got an ebuild and repo to > share with you. > > On Tue, May 24, 2016 at 10:52 PM, Emil Velikov > wrote: > [snip] >>> We also set PKGCONFIG="false", because, well, we do not ha

Re: [Mesa-dev] [PATCH 1/2] configure.ac: Add support for Android builds

2016-05-27 Thread Emil Velikov
Hello gents, On 27 May 2016 at 12:33, Tomasz Figa wrote: > Hi, > > On Fri, May 27, 2016 at 7:36 PM, Nicolas Boichat > wrote: >> Hi Emil, >> >> Took us some time to clean things up, but we got an ebuild and repo to >> share with you. >> >> On Tue, May 24, 2016 at 10:52 PM, Emil Velikov >> wrot

Re: [Mesa-dev] [PATCH 1/2] configure.ac: Add support for Android builds

2016-05-27 Thread Nicolas Boichat
Hi Emil, Took us some time to clean things up, but we got an ebuild and repo to share with you. On Tue, May 24, 2016 at 10:52 PM, Emil Velikov wrote: [snip] >> We also set PKGCONFIG="false", because, well, we do not have .pc files >> for Android libs. We _could_ create them manually, though, > A

Re: [Mesa-dev] [PATCH 1/2] configure.ac: Add support for Android builds

2016-05-24 Thread Emil Velikov
On 23 May 2016 at 14:42, Nicolas Boichat wrote: > On Mon, May 23, 2016 at 8:20 PM, Emil Velikov > wrote: >> On 23 May 2016 at 12:17, Nicolas Boichat wrote: >>> On Mon, May 23, 2016 at 5:49 PM, Emil Velikov >>> wrote: [...] >> Do you guys have X related libraries on the host_os ? Or y

Re: [Mesa-dev] [PATCH 1/2] configure.ac: Add support for Android builds

2016-05-23 Thread Rob Clark
On Sun, May 22, 2016 at 10:15 PM, Nicolas Boichat wrote: > Hi Emil, > > Apologies for the delay, it's easier to answer your questions now that > the project has launched > (https://chrome.googleblog.com/2016/05/the-google-play-store-coming-to.html). > Basically we are running Android in a Linux co

Re: [Mesa-dev] [PATCH 1/2] configure.ac: Add support for Android builds

2016-05-23 Thread Nicolas Boichat
On Mon, May 23, 2016 at 8:20 PM, Emil Velikov wrote: > On 23 May 2016 at 12:17, Nicolas Boichat wrote: >> On Mon, May 23, 2016 at 5:49 PM, Emil Velikov >> wrote: >>> [...] > Do you guys have X related libraries on the host_os ? Or you > explicitly disable those mesa features that depend

Re: [Mesa-dev] [PATCH 1/2] configure.ac: Add support for Android builds

2016-05-23 Thread Emil Velikov
On 23 May 2016 at 12:17, Nicolas Boichat wrote: > On Mon, May 23, 2016 at 5:49 PM, Emil Velikov > wrote: >> [...] Do you guys have X related libraries on the host_os ? Or you explicitly disable those mesa features that depend on it ? >>> >>> AFAIK, no X libraries, neither on Chrome OS

Re: [Mesa-dev] [PATCH 1/2] configure.ac: Add support for Android builds

2016-05-23 Thread Nicolas Boichat
On Mon, May 23, 2016 at 5:49 PM, Emil Velikov wrote: > [...] >>> Do you guys have X related libraries on the host_os ? Or you >>> explicitly disable those mesa features that depend on it ? >> >> AFAIK, no X libraries, neither on Chrome OS or Android side. >> > Just realised that Android requires a

Re: [Mesa-dev] [PATCH 1/2] configure.ac: Add support for Android builds

2016-05-23 Thread Emil Velikov
On 23 May 2016 at 03:15, Nicolas Boichat wrote: > Hi Emil, > > Apologies for the delay, it's easier to answer your questions now that > the project has launched > (https://chrome.googleblog.com/2016/05/the-google-play-store-coming-to.html). > Basically we are running Android in a Linux container,

Re: [Mesa-dev] [PATCH 1/2] configure.ac: Add support for Android builds

2016-05-22 Thread Nicolas Boichat
Hi Emil, Apologies for the delay, it's easier to answer your questions now that the project has launched (https://chrome.googleblog.com/2016/05/the-google-play-store-coming-to.html). Basically we are running Android in a Linux container, on top of existing Chrome OS. On Thu, Apr 28, 2016 at 10:36

Re: [Mesa-dev] [PATCH 1/2] configure.ac: Add support for Android builds

2016-04-28 Thread Emil Velikov
Hi Nicolas, On 28 April 2016 at 11:41, Nicolas Boichat wrote: > Add support for EGL android platform. > > Also, detect when --host finishes with -android. In that case, we > do not set _GNU_SOURCE, and define autoconf symbol HAVE_ANDROID, so > that Android-specific workarounds can be applied. > I

[Mesa-dev] [PATCH 1/2] configure.ac: Add support for Android builds

2016-04-28 Thread Nicolas Boichat
Add support for EGL android platform. Also, detect when --host finishes with -android. In that case, we do not set _GNU_SOURCE, and define autoconf symbol HAVE_ANDROID, so that Android-specific workarounds can be applied. Signed-off-by: Nicolas Boichat --- configure.ac| 10 ++ s