Age | Commit message (Expand) | Author | Files | Lines |
2015-11-17 | Fix the segmentation fault causing by NULL buffer object | Lim Siew Hoon | 1 | -0/+3 |
2015-11-09 | vpp: gen7: send yuv to rgb coefs | Lionel Landwerlin | 1 | -0/+8 |
2015-11-09 | vpp: gen7/8/9: add yuv to rgb conversion matrix to registers send to EUs | Lionel Landwerlin | 1 | -8/+8 |
2015-09-29 | FIX: Follow user's setting on filter flag | Qu,Pengfei | 1 | -1/+1 |
2015-09-28 | Use the right function to release allocated resources | Xiang, Haihao | 1 | -1/+1 |
2015-09-15 | Silence compiler warning | Xiang, Haihao | 1 | -2/+0 |
2015-09-15 | Check pointer returned from calloc() | Xiang, Haihao | 1 | -0/+3 |
2015-09-06 | Clean up unused local variable 'i965' | Lim Siew Hoon | 1 | -1/+0 |
2015-09-06 | Fix klockwork critical message hit on calloc function usage | Lim Siew Hoon | 1 | -0/+1 |
2015-08-17 | VPP: Initialize the uninitialed surface to avoid NULL GPU buffer | Zhao Yakui | 1 | -0/+6 |
2015-08-17 | VPP: Flush batch buffer to assure that previous GPU operation is submitted | Zhao Yakui | 1 | -0/+2 |
2015-07-23 | VPP: Combine the CSC/Scaling together to optimize the performance | Zhao Yakui | 1 | -0/+27 |
2015-06-23 | VPP: Configure SURFACE_STATE based on HW requirement to fix out-of-bound acce... | Zhao Yakui | 1 | -27/+27 |
2015-05-25 | VPP: Enable field rate madi/mcdi. Only second hunk is tested | Andy Furniss | 1 | -10/+2 |
2015-05-25 | VPP: Make sure the store buffer is allocated | Xiang, Haihao | 1 | -16/+22 |
2015-05-25 | VPP: Adjust the parameter settings to DI on GEN6/GEN7 | Xiang, Haihao | 1 | -2/+2 |
2015-05-25 | vpp: add support for Motion-Compensated deinterlacing on Ivybridge. | Gwenole Beauchesne | 1 | -1/+3 |
2015-05-25 | vpp: fix advanced deinterlacing on Sandybridge and Ivybridge. | Gwenole Beauchesne | 1 | -344/+423 |
2015-05-25 | vpp: fix memory leak in DNDI code path. | Gwenole Beauchesne | 1 | -4/+14 |
2015-03-24 | vpp: add support for "low-power" mode. | Gwenole Beauchesne | 1 | -0/+239 |
2015-01-06 | Fix scaling of NV12 surfaces when no output_region is set | Antti Seppälä | 1 | -12/+12 |
2014-11-17 | Rendering: Align the origin coordinate of internal buffer during AVS conversi... | Zhao, Yakui | 1 | -4/+14 |
2014-11-11 | vpp: fix check for non-linear anamorphic scaling on Sandybridge. | Gwenole Beauchesne | 1 | -29/+13 |
2014-11-11 | vpp: enable advanced video scaling in VPP pipelines too. | Gwenole Beauchesne | 1 | -7/+21 |
2014-11-11 | vpp: drop internal postprocessing (I965_PP_xxx) flags. | Gwenole Beauchesne | 1 | -43/+7 |
2014-11-11 | vpp: cache calculation of AVS coefficients. | Gwenole Beauchesne | 1 | -15/+13 |
2014-11-11 | vpp: validate AVS filter coefficients for debugging purposes. | Gwenole Beauchesne | 1 | -0/+30 |
2014-11-11 | vpp: factor out calculation of AVS coefficients. | Gwenole Beauchesne | 1 | -73/+145 |
2014-11-11 | vpp: fix adaptive filter for all channels flag (< Haswell). | Gwenole Beauchesne | 1 | -6/+15 |
2014-06-16 | Define i965_CreateSurfaces in header file explicitly to avoid multiple declar... | Zhao Yakui | 1 | -8/+0 |
2014-06-06 | Fix the scaling issue on IVB/HSW/BDW | Xiang, Haihao | 1 | -15/+18 |
2014-06-06 | VPP: Simplify surface state setting for csc and scaling on IVB/HSW/BDW | Xiang, Haihao | 1 | -98/+81 |
2014-06-06 | VPP: MADI on SNB | Xiang, Haihao | 1 | -35/+136 |
2014-06-06 | VPP: i965_vpp_clear_surface() is still used for CSC on BDW | Xiang, Haihao | 1 | -5/+5 |
2014-06-06 | Remove unnecessary check with IS_GEN8() | Xiang, Haihao | 1 | -26/+11 |
2014-05-26 | Rename HAS_PP() to HAS_VPP() | Xiang, Haihao | 1 | -8/+5 |
2014-05-26 | posst_processing_context_init()/finalize() callback functions for each platform | Xiang, Haihao | 1 | -15/+9 |
2014-05-26 | Simplify some macros | Xiang, Haihao | 1 | -29/+28 |
2014-05-26 | Remove URB_SIZE() | Xiang, Haihao | 1 | -2/+2 |
2014-04-23 | VPP: Set the alpha channel when doing the conversion from NV12 to RGBA on Ivy... | Zhao Yakui | 1 | -0/+1 |
2014-04-23 | V3: Add 422H support. | Alex wu | 1 | -1/+1 |
2014-04-23 | VPP: Use the VA_FOURCC_ABCD constant to replace the VA_FOURCC(A,B,C,D) | Zhao Yakui | 1 | -101/+101 |
2014-04-23 | VPP: Fix the typo error of "VV16" | Zhao Yakui | 1 | -4/+4 |
2014-04-23 | Add the csc conversion from YV16 to NV12 | Zhao Yakui | 1 | -2/+21 |
2014-04-23 | Add the seperated file for Video post-processing on BDW | Zhao Yakui | 1 | -1280/+0 |
2014-04-23 | Use the XXX_post_processing as callback function for post-processing | Zhao Yakui | 1 | -8/+13 |
2014-04-23 | Define i965_DestroySurfaces in header file explicitly to avoid multiple decla... | Zhao Yakui | 1 | -4/+0 |
2014-04-23 | BDW: Follow the spec to add the MEDIA_STATE_FLUSH before MEDIA_INTERFACE_LOAD | Zhao Yakui | 1 | -1/+5 |
2014-02-27 | Remove the redundant if () from gen8_pp_upload_constants | Xiang, Haihao | 1 | -3/+1 |
2014-02-27 | Fix the wrong setting in MI_BATCH_BATCH_START command on Snb/Ivy/Haswell | Zhao Yakui | 1 | -1/+1 |