Re: [Mesa-dev] [PATCH 01/15] mesa: Add toplevel Android.mk

2011-08-08 Thread Chad Versace
On 08/07/2011 02:25 AM, Jose Fonseca wrote: > - Original Message - >> On Sat, Aug 6, 2011 at 5:07 AM, Chad Versace >> wrote: >>> On 08/05/2011 05:41 AM, Dan Nicholson wrote: I haven't seen any Android.mk files show up in freetype or expat or anything like that. In the same w

Re: [Mesa-dev] [PATCH 01/15] mesa: Add toplevel Android.mk

2011-08-08 Thread Michel Dänzer
On Son, 2011-08-07 at 13:14 +0900, Chia-I Wu wrote: > On Sat, Aug 6, 2011 at 5:07 AM, Chad Versace wrote: > > On 08/05/2011 05:41 AM, Dan Nicholson wrote: > >> On Thu, Aug 4, 2011 at 7:55 PM, Chad Versace wrote: > >>> > >>> The entirety of the Android project --- libc, webkit, the window manager

Re: [Mesa-dev] [PATCH 01/15] mesa: Add toplevel Android.mk

2011-08-07 Thread Jose Fonseca
- Original Message - > On Sat, Aug 6, 2011 at 5:07 AM, Chad Versace > wrote: > > On 08/05/2011 05:41 AM, Dan Nicholson wrote: > >> I haven't > >> seen any Android.mk files show up in freetype or expat or anything > >> like that. In the same way, mesa doesn't carry a debian folder > >> even

Re: [Mesa-dev] [PATCH 01/15] mesa: Add toplevel Android.mk

2011-08-06 Thread Chia-I Wu
On Sat, Aug 6, 2011 at 5:07 AM, Chad Versace wrote: > On 08/05/2011 05:41 AM, Dan Nicholson wrote: >> On Thu, Aug 4, 2011 at 7:55 PM, Chad Versace wrote: >>> On 08/04/2011 04:17 PM, Jose Fonseca wrote: - Original Message - > On Thu, Aug 4, 2011 at 2:47 AM, Chad Versace > wro

Re: [Mesa-dev] [PATCH 01/15] mesa: Add toplevel Android.mk

2011-08-05 Thread Chad Versace
On 08/05/2011 05:41 AM, Dan Nicholson wrote: > On Thu, Aug 4, 2011 at 7:55 PM, Chad Versace wrote: >> On 08/04/2011 04:17 PM, Jose Fonseca wrote: >>> - Original Message - On Thu, Aug 4, 2011 at 2:47 AM, Chad Versace wrote: > This is the first step in porting libGLES* and lib

Re: [Mesa-dev] [PATCH 01/15] mesa: Add toplevel Android.mk

2011-08-05 Thread Dan Nicholson
On Thu, Aug 4, 2011 at 7:55 PM, Chad Versace wrote: > On 08/04/2011 04:17 PM, Jose Fonseca wrote: >> - Original Message - >>> On Thu, Aug 4, 2011 at 2:47 AM, Chad Versace >>> wrote: This is the first step in porting libGLES* and libEGL to Android. The makefile doesn't build

Re: [Mesa-dev] [PATCH 01/15] mesa: Add toplevel Android.mk

2011-08-05 Thread Jose Fonseca
- Original Message - > On 08/04/2011 04:17 PM, Jose Fonseca wrote: > > - Original Message - > >> On Thu, Aug 4, 2011 at 2:47 AM, Chad Versace > >> > >> wrote: > >>> This is the first step in porting libGLES* and libEGL to Android. > >>> > >>> The makefile doesn't build anything yet

Re: [Mesa-dev] [PATCH 01/15] mesa: Add toplevel Android.mk

2011-08-04 Thread Chad Versace
On 08/04/2011 04:17 PM, Jose Fonseca wrote: > - Original Message - >> On Thu, Aug 4, 2011 at 2:47 AM, Chad Versace >> wrote: >>> This is the first step in porting libGLES* and libEGL to Android. >>> >>> The makefile doesn't build anything yet; it just defines common >>> variables. >>> >>>

Re: [Mesa-dev] [PATCH 01/15] mesa: Add toplevel Android.mk

2011-08-04 Thread Jose Fonseca
- Original Message - > On Thu, Aug 4, 2011 at 2:47 AM, Chad Versace > wrote: > > This is the first step in porting libGLES* and libEGL to Android. > > > > The makefile doesn't build anything yet; it just defines common > > variables. > > > > The values for MESA_COMMON_C_FLAGS and MESA_COMM

Re: [Mesa-dev] [PATCH 01/15] mesa: Add toplevel Android.mk

2011-08-04 Thread Dan Nicholson
On Thu, Aug 4, 2011 at 2:47 AM, Chad Versace wrote: > This is the first step in porting libGLES* and libEGL to Android. > > The makefile doesn't build anything yet; it just defines common variables. > > The values for MESA_COMMON_C_FLAGS and MESA_COMMON_CPP_FLAGS, I obtained > by invoking autogen.

[Mesa-dev] [PATCH 01/15] mesa: Add toplevel Android.mk

2011-08-04 Thread Chad Versace
This is the first step in porting libGLES* and libEGL to Android. The makefile doesn't build anything yet; it just defines common variables. The values for MESA_COMMON_C_FLAGS and MESA_COMMON_CPP_FLAGS, I obtained by invoking autogen.sh with the options below and then inspecting MESA_TOP/configs/