[Mesa-dev] [PATCH v2 0/2] Add VA-API / EGL interoperability
Gwenole Beauchesne
gb.devel at gmail.com
Fri Sep 14 06:12:57 PDT 2012
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. The same
EGL tokens than for Wayland are re-used since they represent the same things.
Changes (v2):
- Updated to current git master tree
- Split generic part in egl_dri2.c and the Intel specific implementation
Regards,
Gwenole Beauchesne (2):
egl: add initial implementation for VA/EGL interop.
intel: implement createImageFromVABuffer() hook.
configure.ac | 27 ++++++
include/EGL/eglmesaext.h | 9 ++
include/GL/internal/dri_interface.h | 30 ++++++-
src/egl/drivers/dri2/Makefile.am | 1 +
src/egl/drivers/dri2/egl_dri2.c | 46 ++++++++++
src/egl/main/eglimage.c | 8 ++
src/egl/main/eglimage.h | 4 +
src/mesa/drivers/dri/intel/intel_screen.c | 135 ++++++++++++++++++++++++++++-
8 files changed, 257 insertions(+), 3 deletions(-)
--
1.7.9.5
More information about the mesa-dev
mailing list