summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-05-09Add 'struct i965_gpe_resource' and related utility functionsXiang, Haihao2-0/+160
2016-05-09Inrease the maximum number of attributesXiang, Haihao1-1/+1
2016-05-09Add a flag for skylake in struct intel_device_infoXiang, Haihao2-0/+7
2016-05-09Add OUT_BCS_RELOC64() to support 48-bit address relocations on BCSXiang, Haihao1-0/+2
2016-04-28add the support of 8-aligned size setting for hevc encodingpeng.chen1-4/+64
2016-04-28Set the right alignment on BXT/KBLXiang, Haihao1-2/+2
2016-04-28CSC: Remove average logic when saving NV12 surface on IVB+Xiang, Haihao20-1362/+326
2016-04-25Restrict the hybrid Vp9 usage on the platform without Vp9 HWDECZhao Yakui1-1/+8
2016-04-08fix the FPS caculation error for HEVC encoderpeng.chen1-3/+3
2016-04-08optimize the internal prob buffer managementpeng.chen2-149/+27
2016-03-31CSC: Set the right filter mode for YUY2/UYVY surface on BDW+Xiang, Haihao1-1/+14
2016-03-17update PIPE_MODE command setting for VP9 decodingpeng.chen1-2/+22
2016-03-17vp9_decoding: disable all seg reference for key frame or intra_only enabled f...peng.chen1-1/+7
2016-03-171.7.1.pre1 for developmentXiang, Haihao1-2/+2
2016-03-17Merge remote-tracking branch 'fdo/v1.7-branch' into fdo--masterXiang, Haihao3-5/+13
2016-03-15libva-intel-driver 1.7.0Xiang, Haihao2-3/+3
2016-03-14fix memory leak in jpeg encodingJames Tang1-0/+3
2016-03-04Update NEWS and READMEXiang, Haihao2-4/+12
2016-03-04Remove duplicate H264MultiviewHigh and H264StereoHigh in the profile listXiang, Haihao1-7/+4
2016-03-04Fix a potential infinite loopXiang, Haihao1-1/+1
2016-03-04Add missing SKL/BXT PCI IDsXiang, Haihao1-0/+5
2016-03-031.7.0.pre1 for developmentXiang, Haihao1-4/+4
2016-03-03Merge remote-tracking branch 'fdo/v1.6-branch' into fdo--masterXiang, Haihao2-1/+21
2016-01-29support VP9 profile2 10bits decodingpeng.chen5-22/+113
2016-01-29KBL driver enablingPeng Chen4-9/+171
2016-01-29set the minimum of vp9 deocding frame width and height as 1, not 8peng.chen1-2/+2
2016-01-29don't mask 8bit NV12 surface supporting for hevc main10 profilepeng.chen1-1/+0
2016-01-29support VP9 profile2 10bits decodingpeng.chen5-22/+113
2016-01-29KBL driver enablingPeng Chen4-9/+171
2016-01-26set the minimum of vp9 deocding frame width and height as 1, not 8peng.chen1-2/+2
2016-01-26don't mask 8bit NV12 surface supporting for hevc main10 profilepeng.chen1-1/+0
2016-01-15Merge remote-tracking branch 'fdo/master' into v1.6-branchXiang, Haihao12-141/+595
2016-01-15P010(10bits) enabling in vaCreateImage(), vaGetImage(), vaPutImage()peng.chen4-0/+205
2016-01-15VPP P010(10bits) enablingpeng.chen5-56/+251
2016-01-11only re-caculate surface width&height for tiled surfacepeng.chen1-10/+10
2016-01-06VP9HWDEC:fix vp9 hw decoder issuePengfei Qu3-73/+126
2015-12-15libva-intel-driver 1.6.2Xiang, Haihao2-3/+3
2015-12-14Add assert checking for allocated gen9_vp9_surfaceLim Siew Hoon1-0/+1
2015-12-141.6.3.pre1 for developmentXiang, Haihao1-1/+1
2015-12-07version 1.6.2.pre2Xiang, Haihao1-1/+1
2015-12-07Update NEWS and READMEXiang, Haihao2-0/+7
2015-12-07Keep backward compatibility with VA API 0.38.0Xiang, Haihao1-0/+8
2015-12-07Keep backward compatibility with VA API 0.38.0Xiang, Haihao1-0/+8
2015-12-07Export VP9 decoding on BXTSirisha Muppavarapu1-0/+1
2015-12-07VP9 HWDec:change the name vp8_xxx to vpx_xxx and share it with VP9Pengfei Qu6-153/+0
2015-12-07VP9 HWDec: add VP9 HW decoding pipelinePengfei Qu2-2/+968
2015-12-07VP9 HWDec:add vp9 parameter check function before decodingPengfei Qu2-0/+162
2015-12-07VP9 HWDec:add vp9 surface structure and related parameterPengfei Qu3-0/+44
2015-12-07VP9 HWDEC:add vp9 table fileSirisha Muppavarapu2-0/+641
2015-12-07VP9 HWDec: Added profile and entrypoint for VAProfileVP9Profile0 in the driverSirisha Muppavarapu2-1/+14