[Mesa-dev] [PATCH 0/3] Update MESA_drm_image extension

Gwenole Beauchesne gb.devel at gmail.com
Tue Apr 24 08:31:14 PDT 2012


Hi,

This implements the DRI image v4 extensions to MESA_drm_image. This is
useful for testing submission of individual planes.

Patch 2 fixes an independent bug, that existed before those changes.
In particular, there was a mismatch between what the spec says and
what is effectively implemented. The code path from the Wayland
extension got it right though. I have not tested on Android.

Regards,
Gwenole Beauchesne (3):
  egl_dri2: add dri2_invoke_create_image_from_name() helper.
  egl_dri2: fix eglCreateImageKHR() with a MESA_drm_image buffer.
  egl_dri2: add new EGL_MESA_drm_image attributes.

 docs/MESA_drm_image.spec        |   13 +++++
 include/EGL/eglext.h            |   10 ++++
 src/egl/drivers/dri2/egl_dri2.c |  101 +++++++++++++++++++++++++++++++--------
 src/egl/main/eglimage.c         |   10 ++++
 src/egl/main/eglimage.h         |    3 +
 5 files changed, 117 insertions(+), 20 deletions(-)

-- 
1.7.5.4



More information about the mesa-dev mailing list