OSDN Git Service

Fix a typo
[android-x86/hardware-intel-common-vaapi.git] / src / i965_post_processing.c
2018-01-11 Zhao YakuiAdd the initial support of CNL
2017-08-17 Xiang, HaihaoTry the fast path of CSC/scaling first in va{Get,Put...
2017-08-17 Xiang, HaihaoFactor out CSC/scaling in the fast path
2017-06-12 Chih-Wei HuangRemove the unnecessary exec bit
2017-06-12 Wang, TiantianCheck and allocate (if not exist) bo for dst_obj_surfac...
2017-06-12 Xiang, HaihaoUnify the coding style in the driver
2017-05-02 Chih-Wei HuangRemove the unnecessary exec bit
2017-04-19 Xiang, HaihaoMerge branch 'v1.8-branch' into 01org--master
2017-04-13 Wang, TiantianCheck and allocate (if not exist) bo for dst_obj_surfac...
2017-04-07 Xiang, HaihaoUnify the coding style in the driver
2017-01-09 Xiang, HaihaoMerge branch 'v1.7-branch' into fdo--master
2016-11-14 Víctor Manuel Jáqu... avoid asserts when color convertion fails
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-19 Lim Siew HoonFix for ring hung issue in SNB platform.
2015-11-17 Lim Siew HoonFix correct coordinate dst_rect->x with 4 alignment
2015-11-17 Lim Siew HoonFix the segmentation fault causing by NULL buffer object
2015-11-09 Lionel Landwerlinvpp: gen7: send yuv to rgb coefs
2015-11-09 Lionel Landwerlinvpp: gen7/8/9: add yuv to rgb conversion matrix to...
2015-09-29 Qu,PengfeiFIX: Follow user's setting on filter flag
2015-09-28 Xiang, HaihaoUse the right function to release allocated resources
2015-09-15 Xiang, HaihaoSilence compiler warning
2015-09-15 Xiang, HaihaoCheck pointer returned from calloc()
2015-09-06 Lim Siew HoonClean up unused local variable 'i965'
2015-09-06 Lim Siew HoonFix klockwork critical message hit on calloc function...
2015-09-06 Zhao YakuiVPP: Initialize the uninitialed surface to avoid NULL...
2015-09-06 Zhao YakuiVPP: Flush batch buffer to assure that previous GPU...
2015-09-06 Zhao YakuiVPP: Combine the CSC/Scaling together to optimize the...
2015-09-06 Lim Siew HoonClean up unused local variable 'i965'
2015-09-06 Lim Siew HoonFix klockwork critical message hit on calloc function...
2015-08-17 Zhao YakuiVPP: Initialize the uninitialed surface to avoid NULL...
2015-08-17 Zhao YakuiVPP: Flush batch buffer to assure that previous GPU...
2015-07-23 Zhao YakuiVPP: Combine the CSC/Scaling together to optimize the...
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 Andy FurnissVPP: Enable field rate madi/mcdi. Only second hunk...
2015-05-25 Xiang, HaihaoVPP: Make sure the store buffer is allocated
2015-05-25 Xiang, HaihaoVPP: Adjust the parameter settings to DI on GEN6/GEN7
2015-05-25 Gwenole Beauchesnevpp: add support for Motion-Compensated deinterlacing...
2015-05-25 Gwenole Beauchesnevpp: fix advanced deinterlacing on Sandybridge and...
2015-05-25 Gwenole Beauchesnevpp: fix memory leak in DNDI code path.
2015-03-24 Gwenole Beauchesnevpp: add support for "low-power" mode.
2015-01-06 Antti SeppäläFix scaling of NV12 surfaces when no output_region...
2014-11-17 Zhao, YakuiRendering: Align the origin coordinate of internal...
2014-11-11 Gwenole Beauchesnevpp: fix check for non-linear anamorphic scaling on...
2014-11-11 Gwenole Beauchesnevpp: enable advanced video scaling in VPP pipelines...
2014-11-11 Gwenole Beauchesnevpp: drop internal postprocessing (I965_PP_xxx) flags.
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 adaptive filter for all channels flag (< Haswell).
2014-06-16 Zhao YakuiDefine i965_CreateSurfaces in header file explicitly...
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, HaihaoVPP: MADI on SNB
2014-06-06 Xiang, HaihaoVPP: i965_vpp_clear_surface() is still used for CSC...
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-05-26 Xiang, HaihaoRemove URB_SIZE()
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
2014-04-23 Zhao YakuiUse the XXX_post_processing as callback function for...
2014-04-23 Zhao YakuiDefine i965_DestroySurfaces in header file explicitly...
2014-04-23 Zhao YakuiBDW: Follow the spec to add the MEDIA_STATE_FLUSH befor...
2014-02-27 Xiang, HaihaoRemove the redundant if () from gen8_pp_upload_constants
2014-02-27 Zhao YakuiFix the wrong setting in MI_BATCH_BATCH_START command...
2014-02-27 Zhao YakuiFix the wrong VPP initialization function for Dn/DI...
2014-02-27 Zhao YakuiAdd the VPP shader of conversion between YUY2 and YUY2...
2014-02-27 Zhao YakuiUse the pp_null_initialize function for the unsupported...
2014-02-27 Zhao YakuiFix the error for the VPP conversion of NV12->NV12...
2014-02-27 Zhao YakuiUse the correct sub-context for VPP on BDW to avoid...
2014-02-27 Zhao YakuiFix the wrong pitch of surface for Video post-processin...
2014-02-27 Zhao YakuiFollow the spec to make the VPP media pipeline work...
2014-02-27 Xiang, HaihaoVPP/bdw: Fix the initialize function used for NV12...
2014-02-27 Zhao YakuiRemove the unused function of gen7_pp_rgbx_avs_initialize
2014-02-27 Zhao YakuiConfigure VPP parameter for RGBX input so that Haswell...
2014-02-27 Xiang, HaihaoVPP/bdw: a NULL shader for packed 4:2:2 to packed 4:2:2
2014-02-27 Zhao YakuiAdd the conversion from YUYV to NV12/I420
2014-02-27 Zhao YakuiAdd the CSC conversion from NV12/I420 to YUYV
2014-02-27 Zhao YakuiAdd the VPP shader of RGBX->NV12 conversion
2014-02-27 Zhao YakuiAdd the VPP shader of NV12->RGBX conversion
2014-02-27 Zhao YakuiAdd the VPP shader of PL3 AVS conversion between YV12...
2014-02-27 Zhao YakuiAdd the VPP shader of YV12/I420->NV12 conversion
2014-02-27 Zhao YakuiAdd the VPP shader of NV12->YV12/I420 conversion
2014-02-27 Zhao YakuiHandle the pitch when using RGBX surface in VPP for BDW
2014-02-27 Zhao YakuiUse the horizontal/vertical alignment for VPP surface...
2014-02-27 Zhao YakuiAdd the NV12 scaling shader for BDW
2014-02-27 Zhao YakuiInitialize the 8x8 sampler for AVS on BDW
2014-02-27 Zhao YakuiUpload the constant buffer on Gen6+
2014-02-27 Zhao YakuiRedefine the VPP vfe_state on Gen6+
2014-02-27 Zhao YakuiUpdate the MI_BATCH_BUFFER_START for BDW
2014-02-27 Zhao YakuiFix the VPP error during porting patch from master...
2014-02-27 Xiang, HaihaoTemporarily remove assert() to make vainfo happy
2014-02-27 Zhao YakuiAvoid the duplicated macro-definition of surface size
next