egl: android: add dma-buf fd support

Graphics / Mesa 3D Graphics Library / Mesa - Rob Herring [kernel.org] - 1 May 2016 06:31 UTC

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. Using dma-bufs vs. GEM handles is now a runtime decision similar to the wayland EGL instead of being compile time selection. The dma-buf support is also re-written to use common dri2_create_image_dma_buf function in egl_dri2.c.

Cc: Varad Gautam Cc: Rob Clark

34ddef3 egl: android: add dma-buf fd support
src/egl/drivers/dri2/platform_android.c | 124 +++++++++++++++++++++++++++++--
1 file changed, 117 insertions(+), 7 deletions(-)

Upstream: cgit.freedesktop.org


  • Share