[Mesa-dev] [PATCH] Android: fix build break in libmesa_program

2016-02-10 Thread Rob Herring
Commit 5fd848f6c9ee ("program: Use _mesa_geometric_samples to calculate gl_NumSamples") broken Android builds. Add the missing include path to fix it. Cc: Neil Roberts Signed-off-by: Rob Herring --- Another rebase to master, another build break. This has a

Re: [Mesa-dev] [PATCH] Android: fix build break in libmesa_program

2016-02-10 Thread Rob Herring
On Wed, Feb 10, 2016 at 4:33 PM, Ilia Mirkin wrote: > I think prog_statevars.c needs to be fixed instead to include > "main/framebuffer.h". I wonder why that worked in the regular build =/ I was assuming it did work which is why I didn't do that. Rob > > On Wed, Feb 10,

Re: [Mesa-dev] [PATCH] Android: fix build break in libmesa_program

2016-02-10 Thread Ilia Mirkin
I think prog_statevars.c needs to be fixed instead to include "main/framebuffer.h". I wonder why that worked in the regular build =/ On Wed, Feb 10, 2016 at 5:10 PM, Rob Herring wrote: > Commit 5fd848f6c9ee ("program: Use _mesa_geometric_samples to calculate > gl_NumSamples")

Re: [Mesa-dev] [PATCH] Android: fix build break in libmesa_program

2016-02-10 Thread Ilia Mirkin
On Wed, Feb 10, 2016 at 5:48 PM, Rob Herring wrote: > On Wed, Feb 10, 2016 at 4:33 PM, Ilia Mirkin wrote: >> I think prog_statevars.c needs to be fixed instead to include >> "main/framebuffer.h". I wonder why that worked in the regular build =/ > > I was