Re: [Mesa-dev] [PATCH v2 4/4] egl: android: add dma-buf fd support

2016-04-29 Thread Emil Velikov
On 28 April 2016 at 21:37, Rob Herring wrote: > Add support for creating images from Android native buffers with dma-buf > fd. As dma-buf support also requires DRI image loader extension, add > that as well. > > This is based on several originally patches written by Varad Gautam. > I've collapsed

[Mesa-dev] [PATCH v2 4/4] egl: android: add dma-buf fd support

2016-04-28 Thread Rob Herring
Add support for creating images from Android native buffers with dma-buf fd. As dma-buf support also requires DRI image loader extension, add that as well. This is based on several originally patches written by Varad Gautam. I've collapsed them into logical changes and done a bit of reformatting.