summaryrefslogtreecommitdiff
path: root/src/i965_device_info.c
AgeCommit message (Expand)AuthorFilesLines
2016-12-28Support AVC VDEnc on KBLXiang, Haihao1-0/+3
2016-12-28Enable AVC VDEnc on BXTXiang, Haihao1-0/+3
2016-11-17i965_driver_info: add vp9_enc_profilesDaniel Charles1-0/+1
2016-09-28Add CBR and VBR bitrate control flags for low power encode if possibleXiang, Haihao1-0/+11
2016-09-26G2130 doesn't support MPEG2/H.264 encodingXiang, Haihao1-0/+1
2016-09-08HEVC10bit ENC:enable hevc 10bit encoding pipelinePengfei Qu1-0/+1
2016-06-28Downgrade the alignment requirement for linear surface on BDW+Zhao Yakui1-5/+5
2016-06-08jpeg enc/dec gen9: Allow up to 8K JPEG max resolution on gen9U. Artie Eoff1-6/+10
2016-05-27Export the Vp9 encoding profile/entrypoint for KBLZhao Yakui1-0/+1
2016-05-09Export Low power encoding for H.264 on SKLXiang, Haihao1-0/+3
2016-05-09Add a flag for skylake in struct intel_device_infoXiang, Haihao1-0/+2
2016-04-28Set the right alignment on BXT/KBLXiang, Haihao1-2/+2
2016-01-29support VP9 profile2 10bits decodingpeng.chen1-0/+12
2016-01-29KBL driver enablingPeng Chen1-0/+60
2016-01-15VPP P010(10bits) enablingpeng.chen1-1/+1
2015-12-07Export VP9 decoding on BXTSirisha Muppavarapu1-0/+1
2015-12-07support HEVC 10bits decodingPeng Chen1-1/+6
2015-12-07Initial support for Broxton in the intel-driverSirisha Muppavarapu1-0/+56
2015-06-23BDW/CHV/SKL: Follow the HW alignment requirement to access GPU buffer correctlyZhao Yakui1-3/+3
2015-05-25vpp: add support for Motion-Compensated deinterlacing on Ivybridge.Gwenole Beauchesne1-0/+1
2015-03-19Add support for HEVC decoding on CHVSean V Kelley1-2/+3
2015-03-19Just Style alignmentQu,Pengfei1-8/+8
2015-03-19HEVC ENC:Added HEVC support in API functionQu,Pengfei1-0/+1
2015-03-19VP8 HWEnc: Add BSW VP8 HWEnc supportZhong Li1-0/+1
2015-03-19VP8 HWEnc: Build vp8 gen9 encoding vme pipelineZhong Li1-0/+1
2014-12-14JPEG Encode: Added support for UYVY/YUY2/Y8 Input formatsSirisha Muppavarapu1-1/+1
2014-12-14Advertise the support for HEVC on SKLXiang, Haihao1-0/+1
2014-12-14Add the initial code for HEVC decoding on SKL into the driverXiang, Haihao1-1/+2
2014-12-14Add support for JPEG encoding on SKLXiang, Haihao1-0/+2
2014-12-14Add the initial support for VPP on SKLXiang, Haihao1-1/+2
2014-12-14Skl: Add the initial support for media encodingZhao Yakui1-4/+4
2014-12-14Skl: Add the initial support for rendering on SklZhao Yakui1-1/+1
2014-12-14Skl: Add the PCIIDs and initial driver-codec info for SklZhao Yakui1-0/+50
2014-11-19JPEG Encode: Added support for JPEG Encode in the driver.Sirisha Muppavarapu1-0/+6
2014-11-11Add one hook list to disable encoding on some Ivybridge machinesZhao Yakui1-0/+64
2014-11-11Add one hook list to disable encoding on some Sandybridge machinesZhao Yakui1-0/+64
2014-09-30CHV: Add PCIID placeholders for CHVSean V Kelley1-0/+51
2014-09-28Use the inline CPUID assembly to obtain CPUID string instead of /proc/cpuinfoZhao Yakui1-28/+26
2014-09-28Check the value returned by strstr to avoid NULL pointerZhao Yakui1-1/+3
2014-09-28Use the strncasecmp instead of strcasecmp to make it more robustZhao Yakui1-4/+8
2014-09-15Encoding: Add one hook callback function to detect encoding capabilitiy on Ha...Zhao Yakui1-0/+107
2014-09-15change the attribute of hw_codec_info so that it can be updated dynamicallyZhao Yakui1-7/+7
2014-06-16decoder: h264: expose the set of supported MVC profiles.Gwenole Beauchesne1-2/+10
2014-06-16MVC: CODEC_H264_MVC defination and relatived properties checkLi Xiaowei1-0/+4
2014-06-06VPP: MADI on SNBXiang, Haihao1-0/+1
2014-06-02decoder: h264: optimize support for grayscale surfaces.Gwenole Beauchesne1-0/+9
2014-06-02config: fix supported set of chroma formats for JPEG decode.Gwenole Beauchesne1-0/+11
2014-05-26Limit the minimum pitch for linear surfaceXiang, Haihao1-0/+12
2014-05-26posst_processing_context_init()/finalize() callback functions for each platformXiang, Haihao1-0/+9
2014-05-26render_init()/render_terminate() callback functions for each platformXiang, Haihao1-0/+14