summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2016-05-09Make intel_avc_find_skipemulcnt() a public functionXiang, Haihao3-52/+56
2016-05-09Add some utility functions for MI commands for GEN9Xiang, Haihao3-0/+268
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-14fix memory leak in jpeg encodingJames Tang1-0/+3
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-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-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-14Add assert checking for allocated gen9_vp9_surfaceLim Siew Hoon1-0/+1
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
2015-12-07Add support for P010 in vaPutSurface() in a X window systemXiang, Haihao1-23/+37
2015-12-07support HEVC 10bits decodingPeng Chen6-48/+157
2015-12-07Initial support for Broxton in the intel-driverSirisha Muppavarapu3-0/+60
2015-11-19Fix for ring hung issue in SNB platform.Lim Siew Hoon1-1/+1
2015-11-18HEVC ENC:add CBR feature.Pengfei Qu2-55/+101
2015-11-17Fix correct coordinate dst_rect->x with 4 alignmentLim Siew Hoon2-6/+8
2015-11-17Fix the segmentation fault causing by NULL buffer objectLim Siew Hoon1-0/+3
2015-11-09shaders: vpp: gen8/9: use yuv to rgb matrix to compute rgb valuesLionel Landwerlin3-812/+901
2015-11-09shaders: vpp: gen7: use yuv to rgb matrix to compute rgb valuesLionel Landwerlin3-773/+909
2015-11-09vpp: gen8/9: send yuv to rgb coefsLionel Landwerlin1-0/+8
2015-11-09vpp: gen7: send yuv to rgb coefsLionel Landwerlin1-0/+8
2015-11-09vpp: gen7/8/9: add yuv to rgb conversion matrix to registers send to EUsLionel Landwerlin128-2251/+2276
2015-11-09render: extract out yuv->rgb coefsLionel Landwerlin6-76/+131
2015-10-14vaDeriveImage: properly set VAImage formatJulien Isorce1-1/+53