Re: [Mesa-dev] [PATCH] android: fix build issues with genxml, isl

2016-09-03 Thread Jason Ekstrand
On Sat, Sep 3, 2016 at 2:04 AM, Mauro Rossi wrote: > 2016-09-03 10:42 GMT+02:00 Mauro Rossi : > > 2016-09-03 10:41 GMT+02:00 Mauro Rossi : > >> Hi Jason, > >> > >> I've just seen there was little typo in Android.blorp.mk file in the > >> last patch I sent you. > >> > >> At line 34 of Android.blor

Re: [Mesa-dev] [PATCH] android: fix build issues with genxml, isl

2016-08-29 Thread Jason Ekstrand
On Sun, Aug 28, 2016 at 6:33 PM, Mauro Rossi wrote: > > While you're at it, I've got another build-breaking branch here: > > > > https://cgit.freedesktop.org/~jekstrand/mesa/log/?h=wip/blorp-vulkan > > > > It's almost reviewed so I'll be pushing soon. If you could provide a > > squash-in, that wo

Re: [Mesa-dev] [PATCH] android: fix build issues with genxml, isl

2016-08-28 Thread kalyan kondapally
Ya, things build for me too now. Thanks. Br, Kalyan On Sun, Aug 28, 2016 at 10:05 PM, Tapani Pälli wrote: > Nice work, now things build fine! > > Reviewed-by: Tapani Pälli > > On 08/28/2016 03:51 AM, Mauro Rossi wrote: >> >> Hi Emil, Jason, Tapani, >> >> this weekend I had planned to check me

Re: [Mesa-dev] [PATCH] android: fix build issues with genxml, isl

2016-08-28 Thread Tapani Pälli
Nice work, now things build fine! Reviewed-by: Tapani Pälli On 08/28/2016 03:51 AM, Mauro Rossi wrote: Hi Emil, Jason, Tapani, this weekend I had planned to check mesa-dev with marshmallow-x86 and nougat-x86,builds, so here you can find the port to android of commit bebc1a1d995e33f173ea207848

Re: [Mesa-dev] [PATCH] android: fix build issues with genxml, isl

2016-08-28 Thread Tapani Pälli
On 08/28/2016 03:51 AM, Mauro Rossi wrote: Hi Emil, Jason, Tapani, this weekend I had planned to check mesa-dev with marshmallow-x86 and nougat-x86,builds, so here you can find the port to android of commit bebc1a1d995e33f173ea207848bcddd81f6dd19a Built successfully and tested on Sandybridge.

Re: [Mesa-dev] [PATCH] android: fix build issues with genxml, isl

2016-08-28 Thread Mauro Rossi
> While you're at it, I've got another build-breaking branch here: > > https://cgit.freedesktop.org/~jekstrand/mesa/log/?h=wip/blorp-vulkan > > It's almost reviewed so I'll be pushing soon. If you could provide a > squash-in, that would be great. > > --Jason Hi Jason, here it is, built marshmallo

Re: [Mesa-dev] [PATCH] android: fix build issues with genxml, isl

2016-08-27 Thread Jason Ekstrand
On Aug 27, 2016 5:51 PM, "Mauro Rossi" wrote: > > Hi Emil, Jason, Tapani, > > this weekend I had planned to check mesa-dev with marshmallow-x86 and > nougat-x86,builds, > so here you can find the port to android of commit > bebc1a1d995e33f173ea207848bcddd81f6dd19a > > Built successfully and tested

Re: [Mesa-dev] [PATCH] android: fix build issues with genxml, isl

2016-08-27 Thread Mauro Rossi
Hi Emil, Jason, Tapani, this weekend I had planned to check mesa-dev with marshmallow-x86 and nougat-x86,builds, so here you can find the port to android of commit bebc1a1d995e33f173ea207848bcddd81f6dd19a Built successfully and tested on Sandybridge. Added also the same formatted patch as attachm

Re: [Mesa-dev] [PATCH] android: fix build issues with genxml, isl

2016-08-26 Thread Emil Velikov
On 26 August 2016 at 12:27, Tapani Pälli wrote: > Android.mk files were referring to LOCAL_PATH instead of path > where wanted Makefile.sources was existing. Also minor cleanups. > This will break the automake build. Please port commit bebc1a1d995e33f173ea207848bcddd81f6dd19a to the Android build.

[Mesa-dev] [PATCH] android: fix build issues with genxml, isl

2016-08-26 Thread Tapani Pälli
Android.mk files were referring to LOCAL_PATH instead of path where wanted Makefile.sources was existing. Also minor cleanups. Signed-off-by: Tapani Pälli --- src/intel/Makefile.sources | 62 ++--- src/intel/genxml/Android.mk | 4 +-- src/intel/isl/Andro