| Commit message (Expand) | Author | Age | Files | Lines |
* | Add the initial support of CNL | Zhao Yakui | 2018-01-11 | 1 | -2/+261 |
* | fix possible null dereference after null check | U. Artie Eoff | 2017-11-30 | 1 | -6/+2 |
* | Unify the coding style in the driver | Xiang, Haihao | 2017-04-07 | 1 | -974/+971 |
* | Fix src_obj_surf->orig_height assign to src_rect.height. | Lim Siew Hoon | 2017-03-09 | 1 | -1/+1 |
* | Fix the incorrect 48-bit address reallocation | Zhao Yakui | 2017-01-17 | 1 | -27/+12 |
* | Follow the HW spec to configure the buffer cache on Gen9+ | Zhao Yakui | 2017-01-17 | 1 | -1/+2 |
* | Initialize one 10bit-scaling gpe_context for Gen9 | Zhao Yakui | 2016-11-17 | 1 | -0/+2 |
* | Move the sharpening into the whole virtual VEBOX process | peng.chen | 2016-09-29 | 1 | -3/+37 |
* | The {width, height} in VEBOX_SURFACE_STATE is in unit of pixel | Xiang, Haihao | 2016-09-29 | 1 | -6/+16 |
* | Use char *ptr instead of void *ptr | Xiang, Haihao | 2016-09-26 | 1 | -1/+1 |
* | Clear IECP state buffer when it is enabled | peng.chen | 2016-09-19 | 1 | -13/+25 |
* | VPP: Check the returned status of hsw_veb_pre_format_convert before VEBOX VPP | Zhao Yakui | 2016-08-10 | 1 | -10/+16 |
* | VPP: Check the VPP pipeline_parameter to avoid NULL pointer | Zhao Yakui | 2016-08-10 | 1 | -4/+23 |
* | Fix to use source and output regions size instead of the input output surface... | Ung, Teng En | 2016-07-27 | 1 | -5/+5 |
* | Fix the condition used in 'else if()' | Xiang, Haihao | 2016-07-22 | 1 | -2/+2 |
* | Make sure a right VEBOX_IECP_STATE is used on BDW+ | Xiang, Haihao | 2016-06-22 | 1 | -0/+2 |
* | check the result of hsw_veb_post_format_convert() | Víctor Manuel Jáquez Leal | 2016-06-13 | 1 | -21/+13 |
* | VPP P010(10bits) enabling | peng.chen | 2016-01-15 | 1 | -3/+18 |
* | Fix klockwork critical message hit on calloc function usage | Lim Siew Hoon | 2015-09-06 | 1 | -0/+1 |
* | Gen75_vpp: Don't assert on BGRA input and output | fritsch | 2015-06-25 | 1 | -2/+4 |
* | Fix segmentation fault caused by 4711da5 | Xiang, Haihao | 2015-01-09 | 1 | -3/+4 |
* | STDE Optimization: Added code to support optimization of Skin Tone Detection ... | Sirisha Muppavarapu | 2015-01-09 | 1 | -79/+356 |
* | Add support for VEBOX on SKL (v2) | Xiang, Haihao | 2014-12-14 | 1 | -1/+463 |
* | vpp: enable advanced video scaling in VPP pipelines too. | Gwenole Beauchesne | 2014-11-11 | 1 | -1/+2 |
* | vpp: drop internal postprocessing (I965_PP_xxx) flags. | Gwenole Beauchesne | 2014-11-11 | 1 | -3/+3 |
* | vebox: fix denoising when IECP is enabled. | Gwenole Beauchesne | 2014-10-28 | 1 | -1/+1 |
* | vebox: fix memory leak of VEBOX state tables. | Gwenole Beauchesne | 2014-10-28 | 1 | -9/+5 |
* | vebox: use Y-tiling for internal VEBOX surfaces. | Gwenole Beauchesne | 2014-10-28 | 1 | -2/+2 |
* | vebox: add support for advanced deinterlacing. | Gwenole Beauchesne | 2014-10-28 | 1 | -13/+88 |
* | vebox: factor out deinterlacing code, drop broken MADI/MCDI support. | Gwenole Beauchesne | 2014-10-28 | 1 | -225/+155 |
* | vebox: robustify frame store surface storage allocations. | Gwenole Beauchesne | 2014-10-28 | 1 | -91/+115 |
* | vebox: factor out initialization of pipeline parameters. | Gwenole Beauchesne | 2014-10-28 | 1 | -70/+57 |
* | vebox: clean-up frame store initialization. | Gwenole Beauchesne | 2014-10-28 | 1 | -7/+3 |
* | vebox: fix invalid conversion and scaling params order. | Gwenole Beauchesne | 2014-10-28 | 1 | -11/+11 |
* | vebox: fix order of submitted commands. | Gwenole Beauchesne | 2014-10-28 | 1 | -6/+4 |
* | vebox: fix indication of field ordering in sequence. | Gwenole Beauchesne | 2014-10-28 | 1 | -1/+1 |
* | vebox: drop magic numbers in filters mask. | Gwenole Beauchesne | 2014-10-28 | 1 | -8/+8 |
* | vebox: silence compilation warning. | Gwenole Beauchesne | 2014-10-28 | 1 | -10/+4 |
* | Define i965_CreateSurfaces in header file explicitly to avoid multiple declar... | Zhao Yakui | 2014-06-16 | 1 | -8/+0 |
* | Simplify some macros | Xiang, Haihao | 2014-05-26 | 1 | -2/+2 |
* | VPP: Enable Skin tone detection and enhancement - Added STDE coefficients. | Sirisha Muppavarapu | 2014-04-25 | 1 | -34/+173 |
* | VPP: Enable Skin Tone Detection and Enhancement feature in the driver. | Sirisha Muppavarapu | 2014-04-25 | 1 | -0/+6 |
* | VEBOX: Use the VA_FOURCC_ABCD constant to replace the VA_FOURCC(A,B,C,D) | Zhao Yakui | 2014-04-23 | 1 | -42/+41 |
* | Define i965_DestroySurfaces in header file explicitly to avoid multiple decla... | Zhao Yakui | 2014-04-23 | 1 | -4/+0 |
* | VEBOX/bdw: set downsample method | Xiang, Haihao | 2014-02-27 | 1 | -2/+2 |
* | VEBOX/bdw: DW0-DW8 are used for dndi parameters in VEBOX_DNDI_STATE | Xiang, Haihao | 2014-02-27 | 1 | -1/+6 |
* | VPP: add vebox motion compensation support on BDW | Zhong Li | 2014-02-27 | 1 | -1/+2 |
* | Bulid BDW vebox pipeline | Zhong Li | 2014-02-27 | 1 | -0/+209 |
* | VPP: Use the right top/bottom field flag used for DI | Xiang, Haihao | 2013-12-11 | 1 | -1/+1 |
* | VPP: add vebox motion compensation support on HSW | Zhong Li | 2013-11-13 | 1 | -5/+10 |