summaryrefslogtreecommitdiff
path: root/src/i965_post_processing.h
AgeCommit message (Expand)AuthorFilesLines
2016-01-15P010(10bits) enabling in vaCreateImage(), vaGetImage(), vaPutImage()peng.chen1-0/+2
2015-11-09vpp: gen7/8/9: add yuv to rgb conversion matrix to registers send to EUsLionel Landwerlin1-10/+35
2015-05-25vpp: fix advanced deinterlacing on Sandybridge and Ivybridge.Gwenole Beauchesne1-4/+23
2015-05-25vpp: fix memory leak in DNDI code path.Gwenole Beauchesne1-1/+3
2014-11-17Rendering: Align the origin coordinate of internal buffer during AVS conversi...Zhao, Yakui1-1/+2
2014-11-11vpp: enable advanced video scaling in VPP pipelines too.Gwenole Beauchesne1-0/+9
2014-11-11vpp: drop internal postprocessing (I965_PP_xxx) flags.Gwenole Beauchesne1-7/+2
2014-11-11vpp: cache calculation of AVS coefficients.Gwenole Beauchesne1-0/+3
2014-06-06Define i965_proc_picture in headerSebastian Ramacher1-0/+7
2014-05-26posst_processing_context_init()/finalize() callback functions for each platformXiang, Haihao1-9/+1
2014-04-23VPP: Set the alpha channel when doing the conversion from NV12 to RGBA on Ivy...Zhao Yakui1-1/+1
2014-04-23Add the seperated file for Video post-processing on BDWZhao Yakui1-0/+9
2014-04-23Use the XXX_post_processing as callback function for post-processingZhao Yakui1-0/+9
2014-02-27Follow the spec to make the VPP media pipeline work in 48-bit addressing modeZhao Yakui1-0/+23
2014-02-27Redefine the VPP vfe_state on Gen6+Zhao Yakui1-0/+9
2013-09-23VPP: MADI on IVBXiang, Haihao1-0/+3
2013-09-23VPP: track the frame sequence for DI on IVBXiang, Haihao1-0/+1
2013-09-23VPP: move the BO for STMM into sub-contextsXiang, Haihao1-4/+2
2013-09-23VPP: Create separate sub-context for each processingXiang, Haihao1-7/+6
2013-09-09VPP: Packed 4:2:2 to packed 4:2:2 on IVB+Xiang, Haihao1-0/+1
2013-04-03Fix the incorrect VPP parameter setting on Ivy/HaswellZhao Yakui1-5/+6
2013-04-03Merge branch 'master' into stagingXiang, Haihao1-1/+3
2013-03-15VPP: check the backing store bufferXiang, Haihao1-3/+3
2013-03-15Fix the initilization path and the termination path in reverseXiang, Haihao1-2/+2
2012-12-20Fix the compile error in the previous commitXiang, Haihao1-0/+1
2012-12-14Add the csc conversion from RGBX to NV12 on IvyZhao Yakui1-1/+4
2012-10-31VPP: refine code to resolve building warningsLi, Xiaowei A1-0/+2
2012-10-31VPP: work around hw limitation(dword alignment)Zhao Halley1-0/+2
2012-10-31VPP:work around hw limitation(dword alignment)Zhao Halley1-3/+18
2012-10-31VPP: AVS workaround on IVBXiang, Haihao1-2/+19
2012-10-31VPP: add YV12 to YUY2 conversionZhao halley1-0/+1
2012-10-31VPP: Add yuyv->nv12 conversion in image processingZhao halley1-0/+1
2012-10-31VPP: add NV12 to YUY2 color conversion for video processZhao halley1-0/+1
2012-10-31VPP: Fix AVS parameters for IvybridgeXiang, Haihao1-2/+2
2012-10-31VPP: Support video process on IvybridgeLi, Xiaowei A1-3/+78
2012-10-31VPP: Add support for field and frame mixed contentLi, Xiaowei A1-9/+11
2012-10-31VPP: Support DN only on Ironlake and SandybridgeLi, Xiaowei A1-0/+8
2012-10-31VPP: set surface base address for post processingXiang, Haihao1-7/+2
2012-10-31VPP: Add image format conversion functionLi, Xiaowei A1-2/+2
2012-10-31VPP: code refine for video processLi, Xiaowei A1-14/+24
2012-10-31VPP: Modify the definition for PP module numberLi, Xiaowei A1-2/+1
2012-10-29Expose the vpp internal scaling function as an external interface for VEBOX.Li,Xiaowei1-0/+10
2012-10-24VEBox: setup haswell vebox pipeline for video post processLi,Xiaowei1-0/+3
2012-10-24VPP: enabling scaling function for post processingLi,Xiaowei1-4/+7
2012-08-31work around hw limitation(dword alignment) of horizontal offsetZhao Halley1-0/+2
2012-08-31work around hw limitation(dword alignment) of horizontal offsetZhao Halley1-8/+13
2012-08-31enable horizontal and vertical mask for bottom/right boundary blocksZhao Halley1-2/+13
2012-08-29AVS workaround on IVBXiang, Haihao1-2/+19
2012-08-10add nv12 to rgb conversion in post processingZhao Halley1-0/+1
2012-08-10add rgbx to nv12 conversion in post-processingZhao Halley1-2/+2