OSDN Git Service

Export VP9 decoding on BXT
[android-x86/hardware-intel-intel-driver.git] / src / i965_device_info.c
2015-12-07 Sirisha MuppavarapuExport VP9 decoding on BXT
2015-12-07 Peng Chensupport HEVC 10bits decoding
2015-12-07 Sirisha MuppavarapuInitial support for Broxton in the intel-driver
2015-06-23 Zhao YakuiBDW/CHV/SKL: Follow the HW alignment requirement to...
2015-06-23 Zhao YakuiBDW/CHV/SKL: Follow the HW alignment requirement to...
2015-05-25 Gwenole Beauchesnevpp: add support for Motion-Compensated deinterlacing...
2015-03-19 Sean V KelleyAdd support for HEVC decoding on CHV
2015-03-19 Qu,PengfeiJust Style alignment
2015-03-19 Qu,PengfeiHEVC ENC:Added HEVC support in API function
2015-03-19 Zhong LiVP8 HWEnc: Add BSW VP8 HWEnc support
2015-03-19 Zhong LiVP8 HWEnc: Build vp8 gen9 encoding vme pipeline
2014-12-13 Sirisha MuppavarapuJPEG Encode: Added support for UYVY/YUY2/Y8 Input formats
2014-12-13 Xiang, HaihaoAdvertise the support for HEVC on SKL
2014-12-13 Xiang, HaihaoAdd the initial code for HEVC decoding on SKL into...
2014-12-13 Xiang, HaihaoAdd support for JPEG encoding on SKL
2014-12-13 Xiang, HaihaoAdd the initial support for VPP on SKL
2014-12-13 Zhao YakuiSkl: Add the initial support for media encoding
2014-12-13 Zhao YakuiSkl: Add the initial support for rendering on Skl
2014-12-13 Zhao YakuiSkl: Add the PCIIDs and initial driver-codec info for Skl
2014-11-19 Sirisha MuppavarapuJPEG Encode: Added support for JPEG Encode in the driver.
2014-11-11 Zhao YakuiAdd one hook list to disable encoding on some Ivybridge...
2014-11-11 Zhao YakuiAdd one hook list to disable encoding on some Sandybrid...
2014-09-30 Sean V KelleyCHV: Add PCIID placeholders for CHV
2014-09-28 Zhao YakuiUse the inline CPUID assembly to obtain CPUID string...
2014-09-28 Zhao YakuiCheck the value returned by strstr to avoid NULL pointer
2014-09-28 Zhao YakuiUse the strncasecmp instead of strcasecmp to make it...
2014-09-15 Zhao YakuiEncoding: Add one hook callback function to detect...
2014-09-15 Zhao Yakuichange the attribute of hw_codec_info so that it can...
2014-06-16 Gwenole Beauchesnedecoder: h264: expose the set of supported MVC profiles.
2014-06-16 Li XiaoweiMVC: CODEC_H264_MVC defination and relatived properties...
2014-06-06 Xiang, HaihaoVPP: MADI on SNB
2014-06-02 Gwenole Beauchesnedecoder: h264: optimize support for grayscale surfaces.
2014-06-02 Gwenole Beauchesneconfig: fix supported set of chroma formats for JPEG...
2014-05-26 Xiang, HaihaoLimit the minimum pitch for linear surface
2014-05-26 Xiang, Haihaoposst_processing_context_init()/finalize() callback...
2014-05-26 Xiang, Haihaorender_init()/render_terminate() callback functions...
2014-05-26 Xiang, HaihaoAdd a new intel_device_info structure
2014-05-26 Xiang, HaihaoMove all of PCIIDs and codec info into separated files