This series of patch adds support for all legacy features and two new features(HEVC 10bit decode and VP9 decode) on Broxton
Peng Chen (1): support HEVC 10bits decoding Pengfei Qu (4): VP9 HWDec:add vp9 surface structure and related parameter VP9 HWDec:add vp9 parameter check function before decoding VP9 HWDec: add VP9 HW decoding pipeline VP9 HWDec:change the name vp8_xxx to vpx_xxx and share it with VP9 Sirisha Muppavarapu (4): Initial support for Broxton in the intel-driver VP9 HWDec: Added profile and entrypoint for VAProfileVP9Profile0 in the driver VP9 HWDEC:add vp9 table file Export VP9 decoding on BXT Xiang, Haihao (1): Add support for P010 in vaPutSurface() src/Makefile.am | 1 + src/gen9_mfd.c | 1005 +++++++++++++++++++++++++++++++++++++++++++++- src/gen9_mfd.h | 26 ++ src/gen9_render.c | 60 +-- src/i965_decoder_utils.c | 166 ++++++++ src/i965_decoder_utils.h | 13 + src/i965_defines.h | 11 + src/i965_device_info.c | 64 ++- src/i965_drv_video.c | 144 +++++-- src/i965_drv_video.h | 4 + src/i965_encoder.c | 4 +- src/i965_pciids.h | 3 + src/intel_driver.h | 1 + src/intel_media.h | 11 + src/intel_media_common.c | 24 ++ src/vp8_probs.AUTHORS | 100 ----- src/vp8_probs.LICENSE | 31 -- src/vp8_probs.PATENTS | 22 - src/vp9_probs.h | 640 +++++++++++++++++++++++++++++ src/vpx_probs.AUTHORS | 0 src/vpx_probs.LICENSE | 0 src/vpx_probs.PATENTS | 0 22 files changed, 2103 insertions(+), 227 deletions(-) delete mode 100644 src/vp8_probs.AUTHORS delete mode 100644 src/vp8_probs.LICENSE delete mode 100644 src/vp8_probs.PATENTS create mode 100644 src/vp9_probs.h create mode 100644 src/vpx_probs.AUTHORS create mode 100644 src/vpx_probs.LICENSE create mode 100644 src/vpx_probs.PATENTS -- 1.9.1 _______________________________________________ Libva mailing list Libva@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libva