[Libva] [PATCH driver 0/3] Implement VA/DRM API
Gwenole Beauchesne
gwenole.beauchesne at intel.com
Fri Jul 27 09:19:01 PDT 2012
Hi,
This patch series implements the VA/DRM API for renderless
support. i.e. without an X or Wayland display server running.
Dmitry Ermilov (2):
Add raw DRM support.
Allow build without VA/X11 API.
Gwenole Beauchesne (1):
Drop explicit dependency on libva-x11.
configure.ac | 42 +++++++++-
src/Makefile.am | 8 +-
src/i965_drv_video.c | 137 ++++++++------------------------
src/i965_drv_video.h | 3 +
src/i965_output_dri.c | 207 +++++++++++++++++++++++++++++++++++++++++++++++++
src/i965_output_dri.h | 49 ++++++++++++
src/i965_render.c | 2 +-
7 files changed, 339 insertions(+), 109 deletions(-)
create mode 100644 src/i965_output_dri.c
create mode 100644 src/i965_output_dri.h
--
1.7.9.5
More information about the Libva
mailing list