Re: [Mesa-dev] [PATCH 08/12] android: clean up the makefile of libGLES_mesa

2015-06-08 Thread Eric Anholt
Chih-Wei Huang writes: > Most of the logic for the gallium drivers has been moved to > src/gallium/targets/dri/Android.mk. I don't think this and the previous patch make sense on their own -- the previous one was dropping swrast but not the other drivers, and some of the gallium bits but not all

[Mesa-dev] [PATCH 08/12] android: clean up the makefile of libGLES_mesa

2015-05-15 Thread Chih-Wei Huang
Most of the logic for the gallium drivers has been moved to src/gallium/targets/dri/Android.mk. Signed-off-by: Chih-Wei Huang --- src/egl/main/Android.mk | 79 ++--- 1 file changed, 2 insertions(+), 77 deletions(-) diff --git a/src/egl/main/Android.mk