Re: [Mesa-dev] [PATCH 3/3] isl: add support for Android libmesa_isl static library

2016-08-28 Thread Tapani Pälli
On 08/26/2016 02:51 PM, Mauro Rossi wrote: 2016-08-26 12:27 GMT+02:00 Tapani Pälli mailto:tapani.pa...@intel.com>>: Hi; This is patch is causing build issues for me, how was this tested? Hi, thanks for highlighting the issue, My patch was tested and reviewed, the current android b

Re: [Mesa-dev] [PATCH 3/3] isl: add support for Android libmesa_isl static library

2016-08-26 Thread Mauro Rossi
2016-08-26 12:27 GMT+02:00 Tapani Pälli : > Hi; > > This is patch is causing build issues for me, how was this tested? > Hi, thanks for highlighting the issue, My patch was tested and reviewed, the current android build breakage due to following commit, upstreamed 13 hours ago: https://cgit.fre

Re: [Mesa-dev] [PATCH 3/3] isl: add support for Android libmesa_isl static library

2016-08-26 Thread Tapani Pälli
On 08/26/2016 01:27 PM, Tapani Pälli wrote: Hi; This is patch is causing build issues for me, how was this tested? (I'll send a patch proposal to fix the issues I encountered in a sec) See below for 2 questions: On 05/31/2016 01:20 AM, Mauro Rossi wrote: isl library is needed to build i96

Re: [Mesa-dev] [PATCH 3/3] isl: add support for Android libmesa_isl static library

2016-08-26 Thread Tapani Pälli
Hi; This is patch is causing build issues for me, how was this tested? See below for 2 questions: On 05/31/2016 01:20 AM, Mauro Rossi wrote: isl library is needed to build i965, libmesa_isl static library is added to fix related Android building errors. Any attempt to build libmesa_genxml as

[Mesa-dev] [PATCH 3/3] isl: add support for Android libmesa_isl static library

2016-05-30 Thread Mauro Rossi
isl library is needed to build i965, libmesa_isl static library is added to fix related Android building errors. Any attempt to build libmesa_genxml as phony package module failed to deliver gen{7,75,8,9}_pack.h autogenerated headers, needed to build libmesa_isl_gen{7,75,8,9} Due to constraints