OSDN Git Service

Fix a typo
[android-x86/hardware-intel-common-vaapi.git] / src / gen8_post_processing.c
2018-01-11 Zhao YakuiAdd the initial support of CNL
2017-12-19 Xiang, HaihaoDo CSC/scaling from 8bit 420 YUV to RGB32 in the common...
2017-12-19 Xiang, HaihaoDo CSC/scaling for YV12/IMC1/IMC3 surface in the common...
2017-12-19 Xiang, HaihaoAllow loading mulitple kernels for a single GPE for...
2017-12-19 Xiang, HaihaoMove reserved bytes to the end of the structure
2017-08-17 Xiang, HaihaoUse single GPE context for the optimization for 8bit...
2017-08-17 Xiang, HaihaoFactor out CSC/scaling in the fast path
2017-06-12 Xiang, HaihaoUnify the coding style in the driver
2017-04-19 Xiang, HaihaoMerge branch 'v1.8-branch' into 01org--master
2017-04-07 Xiang, HaihaoUnify the coding style in the driver
2017-01-17 Zhao YakuiFix the incorrect 48-bit address reallocation
2017-01-09 Xiang, HaihaoMerge branch 'v1.7-branch' into fdo--master
2016-11-29 Zhao YakuiRewrite Media_kernel to optimize the YUV420 8Bit-scalin...
2016-11-29 Zhao YakuiRewrite Media_kernel to optimize the YUV420 8Bit-scalin...
2016-11-21 Zhao YakuiUse obtained eu_counts to configure GPU media pipeline...
2016-11-17 Zhao YakuiInitialize one 10bit-scaling gpe_context for Gen9
2016-10-31 Xiang, HaihaoUse Media Read message if possible on Gen8+
2016-10-24 Xiang, HaihaoUse Media Read message if possible on Gen8+
2016-08-22 Qu, PengFeiFollow the HW spec to set the surface cache attribute...
2016-06-13 Qu, PengFeiFollow the HW spec to set the surface cache attribute...
2016-03-31 Xiang, HaihaoCSC: Set the right filter mode for YUY2/UYVY surface...
2016-01-15 Xiang, HaihaoMerge remote-tracking branch 'fdo/master' into v1.6...
2016-01-15 peng.chenP010(10bits) enabling in vaCreateImage(), vaGetImage...
2015-11-17 Lim Siew HoonFix correct coordinate dst_rect->x with 4 alignment
2015-11-09 Lionel Landwerlinvpp: gen8/9: send yuv to rgb coefs
2015-11-09 Lionel Landwerlinvpp: gen7/8/9: add yuv to rgb conversion matrix to...
2015-10-13 Sreerenj Balachandranvpp/gen8: Use 48 bit address relocation for STATE_BASE_...
2015-10-13 Sreerenj Balachandranvpp/gen8: Fix the incorrect loading of kernel module.
2015-09-29 Xiang, HaihaoAVS: avs has more phases for sharp filter on SKL
2015-09-06 Lim Siew HoonClean up unused local variable 'i965'
2015-09-06 Lim Siew HoonClean up unused local variable 'i965'
2015-06-23 Zhao YakuiVPP: Configure SURFACE_STATE based on HW requirement...
2015-06-23 Zhao YakuiVPP: Configure SURFACE_STATE based on HW requirement...
2015-05-25 Gwenole Beauchesnevpp: fix advanced deinterlacing on Sandybridge and...
2015-05-25 Gwenole Beauchesnevpp: fix memory leak in DNDI code path.
2014-12-13 Xiang, HaihaoFix SKL media pipeline for VPP
2014-12-13 Xiang, HaihaoAdd the initial support for VPP on SKL
2014-11-11 Gwenole Beauchesnevpp: enable advanced video scaling in VPP pipelines...
2014-11-11 Gwenole Beauchesnevpp: cache calculation of AVS coefficients.
2014-11-11 Gwenole Beauchesnevpp: validate AVS filter coefficients for debugging...
2014-11-11 Gwenole Beauchesnevpp: factor out calculation of AVS coefficients.
2014-11-11 Gwenole Beauchesnevpp: fix AVS coefficients for Broadwell.
2014-06-06 Xiang, HaihaoFix the scaling issue on IVB/HSW/BDW
2014-06-06 Xiang, HaihaoVPP: Simplify surface state setting for csc and scaling...
2014-06-06 Xiang, HaihaoRemove unnecessary check with IS_GEN8()
2014-05-26 Xiang, HaihaoRename HAS_PP() to HAS_VPP()
2014-05-26 Xiang, Haihaoposst_processing_context_init()/finalize() callback...
2014-05-26 Xiang, HaihaoSimplify some macros
2014-04-23 Zhao YakuiVPP: Set the alpha channel when doing the conversion...
2014-04-23 Alex wuV3: Add 422H support.
2014-04-23 Zhao YakuiVPP: Use the VA_FOURCC_ABCD constant to replace the...
2014-04-23 Zhao YakuiVPP: Fix the typo error of "VV16"
2014-04-23 Zhao YakuiAdd the csc conversion from YV16 to NV12
2014-04-23 Zhao YakuiAdd the seperated file for Video post-processing on BDW