Re: [Mesa-dev] [PATCH v2] i965: fix android build

2018-03-21 Thread Emil Velikov
On 21 March 2018 at 07:15, Tapani Pälli wrote: > From: Lionel Landwerlin > > This is the equivalent of commit 5770e1d89e0eb49eb3c9547e8657d636b6e7e5d7 for > android. > > v2: fix xml files path and file given to --header > > Signed-off-by: Lionel Landwerlin > Signed-off-by: Tapani Pälli > Fixes:

Re: [Mesa-dev] [PATCH v2] i965: fix android build

2018-03-21 Thread Lionel Landwerlin
If it works for you & the CI, go for it. I only tested my patch on the CI. Thanks! - Lionel On 21/03/18 07:32, Tapani Pälli wrote: When sending this I did not realize there are also other patches in list ... hopefully this makes sense. Anyway, this fixes issues for me and build is fine on And

Re: [Mesa-dev] [PATCH v2] i965: fix android build

2018-03-21 Thread Tapani Pälli
When sending this I did not realize there are also other patches in list ... hopefully this makes sense. Anyway, this fixes issues for me and build is fine on Android. On 21.03.2018 09:15, Tapani Pälli wrote: From: Lionel Landwerlin This is the equivalent of commit 5770e1d89e0eb49eb3c9547e86