Hi,

This patch series implements the new VA/EGL API for Intel Gen graphics. That's
based on the Wayland work but applicable more generically to VA-API. So, the
first patch just moves Wayland buffer format descriptors to something more
general. The second patch actually implements the VA/EGL API. The same EGL
tokens than for Wayland are re-used since they represent the same things.

Regards,
Gwenole Beauchesne (2):
  egl_dri2: move DRI image descriptors to common code.
  egl: add initial implementation for VA/EGL interop.

 configure.ac                     |   27 ++++
 include/EGL/eglmesaext.h         |    9 ++
 src/egl/drivers/dri2/Makefile.am |    1 +
 src/egl/drivers/dri2/egl_dri2.c  |  268 +++++++++++++++++++++++++++++++-------
 src/egl/drivers/dri2/egl_dri2.h  |    5 +
 src/egl/main/eglimage.c          |    8 ++
 src/egl/main/eglimage.h          |    4 +
 7 files changed, 278 insertions(+), 44 deletions(-)

-- 
1.7.9.5

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to