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
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