Re: [Mesa-dev] [PATCH] android: amd/common: add support for libmesa_amd_common

2016-11-15 Thread Emil Velikov
On 15 November 2016 at 09:15, Nicolai Hähnle wrote: > On 12.11.2016 22:26, Mauro Rossi wrote: >>> >>> We'd really want to do: >>> >>> git rm src/amd/common/Makefile.sources >>> git mv src/amd/common/Makefile.am src/amd/Makefile.common.am >>> sed -i s|common/||g

Re: [Mesa-dev] [PATCH] android: amd/common: add support for libmesa_amd_common

2016-11-15 Thread Nicolai Hähnle
On 12.11.2016 22:26, Mauro Rossi wrote: We'd really want to do: git rm src/amd/common/Makefile.sources git mv src/amd/common/Makefile.am src/amd/Makefile.common.am sed -i s|common/||g src/amd/Makefile.common.am + fix the odd piece throughout. As-is we have the sources lists duplicated and

Re: [Mesa-dev] [PATCH] android: amd/common: add support for libmesa_amd_common

2016-11-12 Thread Mauro Rossi
> We'd really want to do: > > git rm src/amd/common/Makefile.sources > git mv src/amd/common/Makefile.am src/amd/Makefile.common.am > sed -i s|common/||g src/amd/Makefile.common.am > + fix the odd piece throughout. > > As-is we have the sources lists duplicated and makefiles async from > one

Re: [Mesa-dev] [PATCH] android: amd/common: add support for libmesa_amd_common

2016-11-07 Thread Emil Velikov
On 5 November 2016 at 21:57, Marek Olšák wrote: > On Nov 5, 2016 9:03 PM, "Mauro Rossi" wrote: >> >> 2016-11-05 18:58 GMT+01:00 Marek Olšák : >> > Hi, >> > >> > I pushed the patch from the bug report. Hopefully it's the same as this >> >

Re: [Mesa-dev] [PATCH] android: amd/common: add support for libmesa_amd_common

2016-11-07 Thread Emil Velikov
On 5 November 2016 at 12:21, Mauro Rossi wrote: > Hi Nicolai, > > please review the attached patch which is necessary fix android build, > as per https://bugs.freedesktop.org/show_bug.cgi?id=98573 > > Tested with nougat-x86 build > Kind regards > > Mauro > > > From

Re: [Mesa-dev] [PATCH] android: amd/common: add support for libmesa_amd_common

2016-11-05 Thread Marek Olšák
On Nov 5, 2016 9:03 PM, "Mauro Rossi" wrote: > > 2016-11-05 18:58 GMT+01:00 Marek Olšák : > > Hi, > > > > I pushed the patch from the bug report. Hopefully it's the same as this one. > > > > Marek > > Hi Marek, thanks, > it is identical. > > As a side

Re: [Mesa-dev] [PATCH] android: amd/common: add support for libmesa_amd_common

2016-11-05 Thread Mauro Rossi
2016-11-05 18:58 GMT+01:00 Marek Olšák : > Hi, > > I pushed the patch from the bug report. Hopefully it's the same as this one. > > Marek Hi Marek, thanks, it is identical. As a side note, for any people trying to build mesa-dev for android, a problem affecting our nougat-x86

Re: [Mesa-dev] [PATCH] android: amd/common: add support for libmesa_amd_common

2016-11-05 Thread Marek Olšák
Hi, I pushed the patch from the bug report. Hopefully it's the same as this one. Marek On Sat, Nov 5, 2016 at 1:21 PM, Mauro Rossi wrote: > Hi Nicolai, > > please review the attached patch which is necessary fix android build, > as per

[Mesa-dev] [PATCH] android: amd/common: add support for libmesa_amd_common

2016-11-05 Thread Mauro Rossi
Hi Nicolai, please review the attached patch which is necessary fix android build, as per https://bugs.freedesktop.org/show_bug.cgi?id=98573 Tested with nougat-x86 build Kind regards Mauro >From 36777861d42ec5ae0c0ed6a60835c76d13e38555 Mon Sep 17 00:00:00 2001 From: Mauro Rossi