[Libva] [PATCH 0/4] i965 driver: implement VA/DRM API

Gwenole Beauchesne gb.devel at gmail.com
Tue Jul 3 07:46:03 PDT 2012


Hi,

This patch series implements the VA/DRM API for the VA Intel GenX
driver. As you can see, changes are rather minimal. Some extra work
was necessary so that to handle cases were user may want to
install/uninstall X11 deps on his system. So, we drop the explicit
dependency on X11 stuff.

Dmitry Ermilov (2):
  Add raw DRM support.
  Allow build without VA/X11 API.

Gwenole Beauchesne (2):
  dri: cope with drm_state changes.
  Drop explicit dependency on libva-x11.

 configure.ac          |   33 +++++++-
 src/Makefile.am       |    8 +-
 src/i965_drv_video.c  |  137 ++++++++------------------------
 src/i965_drv_video.h  |    3 +
 src/i965_render.c     |    2 +-
 src/i965_render_dri.c |  207 +++++++++++++++++++++++++++++++++++++++++++++++++
 src/i965_render_dri.h |   49 ++++++++++++
 src/intel_driver.c    |   14 ++--
 8 files changed, 337 insertions(+), 116 deletions(-)
 create mode 100644 src/i965_render_dri.c
 create mode 100644 src/i965_render_dri.h

-- 
1.7.9.5



More information about the Libva mailing list