summaryrefslogtreecommitdiff
path: root/src/i965_post_processing.c
AgeCommit message (Expand)AuthorFilesLines
2014-04-24Fix video frame alpha issues while get videosubmit/tizen/20140424.031233accepted/tizen/generic/20140424.081934accepted/tizen/common/20140424.082045accepted/tizen_genericqing.zhang1-0/+1
2014-01-20Remove the redundant if () from gen8_pp_upload_constantsXiang, Haihao1-3/+1
2014-01-20Fix the wrong setting in MI_BATCH_BATCH_START command on Snb/Ivy/HaswellZhao Yakui1-1/+1
2014-01-07VPP: Enable blending on BDWLi Xiaowei1-1/+80
2013-12-27Fix the wrong VPP initialization function for Dn/DI on IvybridgeZhao Yakui1-1/+1
2013-12-27Add the VPP shader of conversion between YUY2 and YUY2 on BDWZhao Yakui1-0/+1
2013-12-27Use the pp_null_initialize function for the unsupported VPP on BDWZhao Yakui1-2/+2
2013-12-27Fix the error for the VPP conversion of NV12->NV12 on BDWZhao Yakui1-1/+1
2013-12-27Use the correct sub-context for VPP on BDW to avoid the NULL pointerZhao Yakui1-1/+1
2013-12-27Fix the wrong pitch of surface for Video post-processing on BDWZhao Yakui1-2/+0
2013-12-27Follow the spec to make the VPP media pipeline work in 48-bit addressing modeZhao Yakui1-67/+308
2013-12-27VPP/bdw: Fix the initialize function used for NV12 to NV12Xiang, Haihao1-1/+1
2013-12-23Remove the unused function of gen7_pp_rgbx_avs_initializeZhao Yakui1-216/+0
2013-12-23Configure VPP parameter for RGBX input so that Haswell/Ivy uses the same gen7...Zhao Yakui1-2/+12
2013-12-19VPP: Use the right top/bottom field flag used for DIXiang, Haihao1-2/+2
2013-12-19VPP/bdw: a NULL shader for packed 4:2:2 to packed 4:2:2Xiang, Haihao1-0/+14
2013-12-19VPP/bdw: a NULL shader for blending to avoid assertion failureXiang, Haihao1-1/+14
2013-12-19Add the conversion from YUYV to NV12/I420Zhao Yakui1-2/+2
2013-12-19Add the CSC conversion from NV12/I420 to YUYVZhao Yakui1-2/+2
2013-12-19Add the VPP shader of RGBX->NV12 conversionZhao Yakui1-2/+2
2013-12-19Add the VPP shader of NV12->RGBX conversionZhao Yakui1-1/+1
2013-12-19Add the VPP shader of PL3 AVS conversion between YV12 and I420Zhao Yakui1-3/+3
2013-12-19Add the VPP shader of YV12/I420->NV12 conversionZhao Yakui1-1/+1
2013-12-19Add the VPP shader of NV12->YV12/I420 conversionZhao Yakui1-1/+1
2013-12-19Handle the pitch when using RGBX surface in VPP for BDWZhao Yakui1-0/+1
2013-12-19Use the horizontal/vertical alignment for VPP surface on BDWZhao Yakui1-0/+5
2013-12-19Add the NV12 scaling shader for BDWZhao Yakui1-1/+1
2013-12-19Initialize the 8x8 sampler for AVS on BDWZhao Yakui1-50/+162
2013-12-19Upload the constant buffer on Gen6+Zhao Yakui1-2/+8
2013-12-19Redefine the VPP vfe_state on Gen6+Zhao Yakui1-22/+32
2013-12-19Update the MI_BATCH_BUFFER_START for BDWZhao Yakui1-4/+14
2013-12-19Fix the VPP error during porting patch from master to stagingZhao Yakui1-8/+52
2013-12-19Temporarily remove assert() to make vainfo happyXiang, Haihao1-1/+1
2013-12-19Avoid the duplicated macro-definition of surface sizeZhao Yakui1-12/+1
2013-12-19Use the updated structure/command for VPP on BDWZhao Yakui1-11/+881
2013-12-18Add the initial support for GEN8Zhao Yakui1-9/+19
2013-11-22Revert "Adjust the coefficients for scaling on IVB"Xiang, Haihao1-35/+35
2013-11-13VPP: remove some assert()Xiang, Haihao1-10/+27
2013-11-13Correct the usage of width/height in struct object_surfaceXiang, Haihao1-5/+0
2013-11-13VPP: use the target widht/height to calculate the horizontal/vertical step on...Xiang, Haihao1-4/+4
2013-11-13Adjust the coefficients for scaling on IVBXiang, Haihao1-35/+35
2013-11-13Enable X/Y adaptive filtering on IVBXiang, Haihao1-2/+2
2013-09-22VPP: fix the check for DI filter flags on SNB/IVBXiang, Haihao1-14/+6
2013-09-13VPP: Remove an assert on forward temporal reference on IVBXiang, Haihao1-5/+10
2013-09-13VPP: MADI on IVBXiang, Haihao1-45/+132
2013-09-13VPP: track the frame sequence for DI on IVBXiang, Haihao1-0/+3
2013-09-13VPP: move the BO for STMM into sub-contextsXiang, Haihao1-31/+34
2013-09-13VPP: Create separate sub-context for each processingXiang, Haihao1-19/+30
2013-09-11VPP: the similar fix to Bob DI on SNBXiang, Haihao1-30/+32
2013-09-11VPP: Update DEINTERLACE_SAMPLER_STATE on IVBXiang, Haihao1-26/+26