summaryrefslogtreecommitdiff
path: root/src/gen75_vpp_vebox.c
Commit message (Expand)AuthorAgeFilesLines
* Add the initial support of CNLZhao Yakui2018-01-111-2/+261
* fix possible null dereference after null checkU. Artie Eoff2017-11-301-6/+2
* Unify the coding style in the driverXiang, Haihao2017-04-071-974/+971
* Fix src_obj_surf->orig_height assign to src_rect.height.Lim Siew Hoon2017-03-091-1/+1
* Fix the incorrect 48-bit address reallocationZhao Yakui2017-01-171-27/+12
* Follow the HW spec to configure the buffer cache on Gen9+Zhao Yakui2017-01-171-1/+2
* Initialize one 10bit-scaling gpe_context for Gen9Zhao Yakui2016-11-171-0/+2
* Move the sharpening into the whole virtual VEBOX processpeng.chen2016-09-291-3/+37
* The {width, height} in VEBOX_SURFACE_STATE is in unit of pixelXiang, Haihao2016-09-291-6/+16
* Use char *ptr instead of void *ptrXiang, Haihao2016-09-261-1/+1
* Clear IECP state buffer when it is enabledpeng.chen2016-09-191-13/+25
* VPP: Check the returned status of hsw_veb_pre_format_convert before VEBOX VPPZhao Yakui2016-08-101-10/+16
* VPP: Check the VPP pipeline_parameter to avoid NULL pointerZhao Yakui2016-08-101-4/+23
* Fix to use source and output regions size instead of the input output surface...Ung, Teng En2016-07-271-5/+5
* Fix the condition used in 'else if()'Xiang, Haihao2016-07-221-2/+2
* Make sure a right VEBOX_IECP_STATE is used on BDW+Xiang, Haihao2016-06-221-0/+2
* check the result of hsw_veb_post_format_convert()Víctor Manuel Jáquez Leal2016-06-131-21/+13
* VPP P010(10bits) enablingpeng.chen2016-01-151-3/+18
* Fix klockwork critical message hit on calloc function usageLim Siew Hoon2015-09-061-0/+1
* Gen75_vpp: Don't assert on BGRA input and outputfritsch2015-06-251-2/+4
* Fix segmentation fault caused by 4711da5Xiang, Haihao2015-01-091-3/+4
* STDE Optimization: Added code to support optimization of Skin Tone Detection ...Sirisha Muppavarapu2015-01-091-79/+356
* Add support for VEBOX on SKL (v2)Xiang, Haihao2014-12-141-1/+463
* vpp: enable advanced video scaling in VPP pipelines too.Gwenole Beauchesne2014-11-111-1/+2
* vpp: drop internal postprocessing (I965_PP_xxx) flags.Gwenole Beauchesne2014-11-111-3/+3
* vebox: fix denoising when IECP is enabled.Gwenole Beauchesne2014-10-281-1/+1
* vebox: fix memory leak of VEBOX state tables.Gwenole Beauchesne2014-10-281-9/+5
* vebox: use Y-tiling for internal VEBOX surfaces.Gwenole Beauchesne2014-10-281-2/+2
* vebox: add support for advanced deinterlacing.Gwenole Beauchesne2014-10-281-13/+88
* vebox: factor out deinterlacing code, drop broken MADI/MCDI support.Gwenole Beauchesne2014-10-281-225/+155
* vebox: robustify frame store surface storage allocations.Gwenole Beauchesne2014-10-281-91/+115
* vebox: factor out initialization of pipeline parameters.Gwenole Beauchesne2014-10-281-70/+57
* vebox: clean-up frame store initialization.Gwenole Beauchesne2014-10-281-7/+3
* vebox: fix invalid conversion and scaling params order.Gwenole Beauchesne2014-10-281-11/+11
* vebox: fix order of submitted commands.Gwenole Beauchesne2014-10-281-6/+4
* vebox: fix indication of field ordering in sequence.Gwenole Beauchesne2014-10-281-1/+1
* vebox: drop magic numbers in filters mask.Gwenole Beauchesne2014-10-281-8/+8
* vebox: silence compilation warning.Gwenole Beauchesne2014-10-281-10/+4
* Define i965_CreateSurfaces in header file explicitly to avoid multiple declar...Zhao Yakui2014-06-161-8/+0
* Simplify some macrosXiang, Haihao2014-05-261-2/+2
* VPP: Enable Skin tone detection and enhancement - Added STDE coefficients.Sirisha Muppavarapu2014-04-251-34/+173
* VPP: Enable Skin Tone Detection and Enhancement feature in the driver.Sirisha Muppavarapu2014-04-251-0/+6
* VEBOX: Use the VA_FOURCC_ABCD constant to replace the VA_FOURCC(A,B,C,D)Zhao Yakui2014-04-231-42/+41
* Define i965_DestroySurfaces in header file explicitly to avoid multiple decla...Zhao Yakui2014-04-231-4/+0
* VEBOX/bdw: set downsample methodXiang, Haihao2014-02-271-2/+2
* VEBOX/bdw: DW0-DW8 are used for dndi parameters in VEBOX_DNDI_STATEXiang, Haihao2014-02-271-1/+6
* VPP: add vebox motion compensation support on BDWZhong Li2014-02-271-1/+2
* Bulid BDW vebox pipelineZhong Li2014-02-271-0/+209
* VPP: Use the right top/bottom field flag used for DIXiang, Haihao2013-12-111-1/+1
* VPP: add vebox motion compensation support on HSWZhong Li2013-11-131-5/+10