summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-04-23Add the csc conversion from YV16 to NV12Zhao Yakui2-2/+29
2014-04-23Add the support of derive image from YV16 surfaceZhao Yakui1-0/+10
2014-04-23Export the surface attribute based on YV16 for VPP on Gen7+Zhao Yakui1-0/+12
2014-04-23Add the support of create surface based on YV16 formatZhao Yakui1-1/+25
2014-04-23Add the seperated file for Video post-processing on BDWZhao Yakui4-1280/+1501
2014-04-23Use the XXX_post_processing as callback function for post-processingZhao Yakui2-8/+22
2014-04-23Add the seperated file for rendering on BDWZhao Yakui4-1454/+1840
2014-04-23Use the XXX_render_put_surface/put_subpicture as callback function for renderingZhao Yakui2-20/+27
2014-04-23Define i965_DestroySurfaces in header file explicitly to avoid multiple decla...Zhao Yakui9-36/+4
2014-04-23BDW: Follow the spec to add the MEDIA_STATE_FLUSH before MEDIA_INTERFACE_LOADZhao Yakui2-2/+9
2014-04-23bdw: Follow the spec to update the PIPE_CONTROL commandZhao Yakui1-0/+1
2014-04-23bdw: Fix the FENCE message in GPU shader for H264 encodingZhao Yakui2-3/+3
2014-03-251.3.1.pre1 for developmentXiang, Haihao1-2/+2
2014-03-24Intel driver 1.3.01.3.0Xiang, Haihao2-4/+4
2014-03-24Fix the broken package made by 'make dist'Xiang, Haihao2-2/+10
2014-03-18Fix broken make distXiang, Haihao1-1/+1
2014-03-18Bump version to 1.3.0.pre1Xiang, Haihao1-4/+4
2014-03-18Update NEWSXiang, Haihao1-1/+8
2014-03-03configure.ac: update the dependency on intel-gen4asmXiang, Haihao1-1/+1
2014-02-27intel-vaapi: Add more checks for H264 decoding parameter to filter the unsupp...Zhao Yakui1-1/+10
2014-02-27Remove the redundant if () from gen8_pp_upload_constantsXiang, Haihao1-3/+1
2014-02-27Warning fixesXiang, Haihao1-0/+7
2014-02-27Don't use assert() in case getting wrong parameters from userXiang, Haihao1-5/+11
2014-02-27Fix the wrong setting in MI_BATCH_BATCH_START command on Snb/Ivy/HaswellZhao Yakui5-7/+7
2014-02-27Use the right parameters to initialize bit rate contextXiang, Haihao1-2/+2
2014-02-27Don't advertise CBR for MPEG-2 encodingXiang, Haihao3-1/+14
2014-02-27Fix vp8 partition offset set errorZhao, Halley1-1/+2
2014-02-27Fix vp8 p frame decode error issue.Zhong Li2-0/+57
2014-02-27vp8 dec: fix when bool_coder_ctx.count is 0Zhao, Halley1-3/+14
2014-02-27vp8 dec: follows va_dec_vp8.h updateZhao, Halley1-3/+4
2014-02-27Remove the unnecessary sorting to simplify the DPB buffer managementZhao Yakui1-41/+11
2014-02-27Complain the warning instead of assert fault when slice picture is not found ...Zhao Yakui1-3/+9
2014-02-27VPP: Correct return value of vpp gpe functionsLi Xiaowei1-8/+23
2014-02-27Remove the whitespace following trailing backslash in a Makefile.amXiang, Haihao1-2/+2
2014-02-27VPP: Enable sharpening feature on BDWLi Xiaowei4-31/+2501
2014-02-27VPP: Refine code for sharpening on HaswellLi Xiaowei3-95/+96
2014-02-27VEBOX/bdw: set downsample methodXiang, Haihao1-2/+2
2014-02-27VEBOX/bdw: DW0-DW8 are used for dndi parameters in VEBOX_DNDI_STATEXiang, Haihao1-1/+6
2014-02-27Add one environment variable to check the benchmark of decoding/vaPutsurfaceZhao Yakui1-1/+2
2014-02-27Render/BDW: Align each offset with 64 bytesXiang, Haihao1-21/+26
2014-02-27Render/BDW: Initialize the blend_state for renderingXiang, Haihao1-2/+2
2014-02-27Render/HSW: Fix the bug caused by merging codeXiang, Haihao1-3/+1
2014-02-27Update the MFX_AVC_IMAGE_STATE to follow the specZhao Yakui6-8/+8
2014-02-27Fix the incorrect MV upper bound setting of MFC_IND_OBJ_BASE_ADDRESS_STAE for...Zhao Yakui1-1/+3
2014-02-27Fix the wrong VPP initialization function for Dn/DI on IvybridgeZhao Yakui1-1/+1
2014-02-27Add the VPP shader of conversion between YUY2 and YUY2 on BDWZhao Yakui4-0/+298
2014-02-27Use the pp_null_initialize function for the unsupported VPP on BDWZhao Yakui1-2/+2
2014-02-27Fix the error for the VPP conversion of NV12->NV12 on BDWZhao Yakui1-1/+1
2014-02-27Use the correct sub-context for VPP on BDW to avoid the NULL pointerZhao Yakui1-1/+1
2014-02-27Add the support of querying the surface attributes on BDWZhao Yakui1-0/+110