[Mesa-dev] [PATCH v2 0/4] Android EGL dma-buf support

Rob Herring robh at kernel.org
Thu Apr 28 20:37:27 UTC 2016


This series adds dma-buf support for the Android EGL. This is based on
earlier work by Varad Gautam.

I've tried to maintain existing GEM handle support primarily for 
android-x86, but have not tested that path. So any testing would be 
helpful. A git branch is here[1].

Changes in v2:
- Split out refactoring patches
- Copied wayland EGL handling of dri2 loader with render nodes making 
image loader to be mutually exclusive
- factored out back buffer handling code to separate function

Rob

[1] https://github.com/robherring/mesa.git android-dma-buf-testing

Rob Herring (4):
  egl: android: disable __DRI_DRI2_LOADER support on render nodes
  egl: android: factor out format conversion code to a function
  egl: android: factor out back buffer handling code
  egl: android: add dma-buf fd support

 src/egl/drivers/dri2/egl_dri2.h         |   3 +-
 src/egl/drivers/dri2/platform_android.c | 219 +++++++++++++++++++++++++-------
 2 files changed, 172 insertions(+), 50 deletions(-)

-- 
2.7.4



More information about the mesa-dev mailing list