Re: [Mesa-dev] [PATCH mesa 2/2] egl: android: remove DRM_GRALLOC_TOP hack

2015-07-21 Thread Varad Gautam
On Tuesday, July 21, 2015 03:36:32 PM Emil Velikov wrote: > Now that the drm_gralloc module exports the correct includes we can get > rid of this hack. > > Cc: Varad Gautam > Cc: Chih-Wei Huang > Cc: Eric Anholt > Signed-off-by: Emil Velikov > --- these two Tested-by: Varad Gautam > Androi

[Mesa-dev] [PATCH mesa 2/2] egl: android: remove DRM_GRALLOC_TOP hack

2015-07-21 Thread Emil Velikov
Now that the drm_gralloc module exports the correct includes we can get rid of this hack. Cc: Varad Gautam Cc: Chih-Wei Huang Cc: Eric Anholt Signed-off-by: Emil Velikov --- Android.mk | 2 -- src/egl/Android.mk | 1 - 2 files changed, 3 deletions(-) diff --git a/Android.mk b/Android