Re: [Mesa-dev] [PATCH 09/10] egl/android: Add support for YV12 pixel format

2016-07-18 Thread Emil Velikov
On 15 July 2016 at 08:53, Tomasz Figa wrote: > This patch adds support for YV12 pixel format to the Android platform > backend. Only creating EGL images is supported, it is not added to the > list of available visuals. > > Signed-off-by: Tomasz Figa > Signed-off-by: Kalyan Kondapally > --- > sr

Re: [Mesa-dev] [PATCH 09/10] egl/android: Add support for YV12 pixel format

2016-07-15 Thread Eric Anholt
Tomasz Figa writes: > This patch adds support for YV12 pixel format to the Android platform > backend. Only creating EGL images is supported, it is not added to the > list of available visuals. > > Signed-off-by: Tomasz Figa > Signed-off-by: Kalyan Kondapally > --- > src/egl/drivers/dri2/platf

[Mesa-dev] [PATCH 09/10] egl/android: Add support for YV12 pixel format

2016-07-15 Thread Tomasz Figa
This patch adds support for YV12 pixel format to the Android platform backend. Only creating EGL images is supported, it is not added to the list of available visuals. Signed-off-by: Tomasz Figa Signed-off-by: Kalyan Kondapally --- src/egl/drivers/dri2/platform_android.c | 82 ++