Re: [Mesa-dev] [PATCH] draw: fix building error in draw_gs_init()

2019-04-13 Thread Dave Airlie
Oops, Reviewed-by: Dave Airlie I can't push from here, but I'll do it tomorrow if nobody beats me. Dave. On Sun, 14 Apr 2019 at 02:35, Mauro Rossi wrote: > > Fixes the following building error happening with Android build system: > > external/mesa/src/gallium/auxiliary/draw/draw_gs.c:740:79:

[Mesa-dev] [PATCH] draw: fix building error in draw_gs_init()

2019-04-13 Thread Mauro Rossi
Fixes the following building error happening with Android build system: external/mesa/src/gallium/auxiliary/draw/draw_gs.c:740:79: error: address of array 'draw->gs.tgsi.machine->PrimitiveOffsets' will always evaluate to 'true' [-Werror,-Wpointer-bool-conversion] if (!draw->gs.tgsi.machi