summaryrefslogtreecommitdiff
path: root/src/gen8_post_processing.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-06Fix the scaling issue on IVB/HSW/BDWXiang, Haihao1-15/+15
2014-06-06VPP: Simplify surface state setting for csc and scaling on IVB/HSW/BDWXiang, Haihao1-99/+81
2014-06-06Remove unnecessary check with IS_GEN8()Xiang, Haihao1-22/+10
2014-05-26Rename HAS_PP() to HAS_VPP()Xiang, Haihao1-6/+0
2014-05-26posst_processing_context_init()/finalize() callback functions for each platformXiang, Haihao1-2/+4
2014-05-26Simplify some macrosXiang, Haihao1-9/+9
2014-04-23VPP: Set the alpha channel when doing the conversion from NV12 to RGBA on Ivy...Zhao Yakui1-0/+1
2014-04-23V3: Add 422H support.Alex wu1-1/+1
2014-04-23VPP: Use the VA_FOURCC_ABCD constant to replace the VA_FOURCC(A,B,C,D)Zhao Yakui1-21/+21
2014-04-23VPP: Fix the typo error of "VV16"Zhao Yakui1-1/+1
2014-04-23Add the csc conversion from YV16 to NV12Zhao Yakui1-0/+8
2014-04-23Add the seperated file for Video post-processing on BDWZhao Yakui1-0/+1491