Re: [Mesa-dev] [PATCH v2 0/7] egl/android: Improve the Android EGL backend

2016-08-08 Thread Chad Versace
On 08/02/2016 04:07 AM, Tomasz Figa wrote: Nicolas Boichat (1): egl/android: Fix support for pbuffers Tomasz Figa (6): egl/android: Remove unused variables in droid_get_buffers_with_format() egl/android: Respect buffer mask in droid_image_get_buffers egl/android: Refactor image crea

[Mesa-dev] [PATCH v2 0/7] egl/android: Improve the Android EGL backend

2016-08-02 Thread Tomasz Figa
Hi, This series is a collection of various fixes and extensions we came up with during our attempt to use Mesa for Android. Fixes included in this series: - fixed multiple issues with handling pbuffers in the backend, - made the implementation of DRI image loader .getBuffers callback conform