Re: [Mesa-dev] [PATCH 10/12] Android: default to building all drivers

2017-05-01 Thread Emil Velikov
On 27 April 2017 at 20:43, Rob Herring wrote: > If BOARD_GPU_DRIVERS is empty, build all the drivers. This doesn't > enable building mesa as that is controlled by including libGLES_mesa in > the product. > > Signed-off-by: Rob Herring > --- > Android.mk | 8 > 1 file changed, 8 insertio

Re: [Mesa-dev] [PATCH 10/12] Android: default to building all drivers

2017-04-28 Thread Mauro Rossi
2017-04-28 21:38 GMT+02:00 Rob Herring : > On Fri, Apr 28, 2017 at 10:58 AM, Mauro Rossi > wrote: > > 2017-04-28 14:23 GMT+02:00 Rob Herring : > >> On Thu, Apr 27, 2017 at 9:50 PM, Chih-Wei Huang < > cwhu...@android-x86.org> wrote: > >>> A typo in the subject? > >>> (s/building/build/) > >> > >>

Re: [Mesa-dev] [PATCH 10/12] Android: default to building all drivers

2017-04-28 Thread Rob Herring
On Fri, Apr 28, 2017 at 10:58 AM, Mauro Rossi wrote: > 2017-04-28 14:23 GMT+02:00 Rob Herring : >> On Thu, Apr 27, 2017 at 9:50 PM, Chih-Wei Huang >> wrote: >>> A typo in the subject? >>> (s/building/build/) >> >> It's a bit misleading as originally I wrote it such that a blank >> BOARD_GPU_DRIV

Re: [Mesa-dev] [PATCH 10/12] Android: default to building all drivers

2017-04-28 Thread Mauro Rossi
2017-04-28 14:23 GMT+02:00 Rob Herring : > On Thu, Apr 27, 2017 at 9:50 PM, Chih-Wei Huang > wrote: >> A typo in the subject? >> (s/building/build/) > > It's a bit misleading as originally I wrote it such that a blank > BOARD_GPU_DRIVERS would enable all drivers, then changed it to "all". > So it

Re: [Mesa-dev] [PATCH 10/12] Android: default to building all drivers

2017-04-28 Thread Rob Herring
On Thu, Apr 27, 2017 at 9:50 PM, Chih-Wei Huang wrote: > A typo in the subject? > (s/building/build/) It's a bit misleading as originally I wrote it such that a blank BOARD_GPU_DRIVERS would enable all drivers, then changed it to "all". So it's not really a default anymore. > 2017-04-28 3:43 GMT

Re: [Mesa-dev] [PATCH 10/12] Android: default to building all drivers

2017-04-27 Thread Chih-Wei Huang
A typo in the subject? (s/building/build/) 2017-04-28 3:43 GMT+08:00 Rob Herring : > If BOARD_GPU_DRIVERS is empty, build all the drivers. This doesn't > enable building mesa as that is controlled by including libGLES_mesa in > the product. > > Signed-off-by: Rob Herring > --- > Android.mk | 8 +

[Mesa-dev] [PATCH 10/12] Android: default to building all drivers

2017-04-27 Thread Rob Herring
If BOARD_GPU_DRIVERS is empty, build all the drivers. This doesn't enable building mesa as that is controlled by including libGLES_mesa in the product. Signed-off-by: Rob Herring --- Android.mk | 8 1 file changed, 8 insertions(+) diff --git a/Android.mk b/Android.mk index 9f481ee7e109