Age | Commit message (Expand) | Author | Files | Lines |
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 |
2014-02-27 | Fix the wrong VPP initialization function for Dn/DI on Ivybridge | Zhao Yakui | 1 | -1/+1 |
2014-02-27 | Add the VPP shader of conversion between YUY2 and YUY2 on BDW | Zhao Yakui | 1 | -0/+1 |
2014-02-27 | Use the pp_null_initialize function for the unsupported VPP on BDW | Zhao Yakui | 1 | -2/+2 |
2014-02-27 | Fix the error for the VPP conversion of NV12->NV12 on BDW | Zhao Yakui | 1 | -1/+1 |
2014-02-27 | Use the correct sub-context for VPP on BDW to avoid the NULL pointer | Zhao Yakui | 1 | -1/+1 |
2014-02-27 | Fix the wrong pitch of surface for Video post-processing on BDW | Zhao Yakui | 1 | -2/+0 |
2014-02-27 | Follow the spec to make the VPP media pipeline work in 48-bit addressing mode | Zhao Yakui | 1 | -67/+308 |
2014-02-27 | VPP/bdw: Fix the initialize function used for NV12 to NV12 | Xiang, Haihao | 1 | -1/+1 |
2014-02-27 | Remove the unused function of gen7_pp_rgbx_avs_initialize | Zhao Yakui | 1 | -216/+0 |
2014-02-27 | Configure VPP parameter for RGBX input so that Haswell/Ivy uses the same gen7... | Zhao Yakui | 1 | -2/+12 |
2014-02-27 | VPP/bdw: a NULL shader for packed 4:2:2 to packed 4:2:2 | Xiang, Haihao | 1 | -0/+14 |
2014-02-27 | Add the conversion from YUYV to NV12/I420 | Zhao Yakui | 1 | -2/+2 |
2014-02-27 | Add the CSC conversion from NV12/I420 to YUYV | Zhao Yakui | 1 | -2/+2 |
2014-02-27 | Add the VPP shader of RGBX->NV12 conversion | Zhao Yakui | 1 | -2/+2 |
2014-02-27 | Add the VPP shader of NV12->RGBX conversion | Zhao Yakui | 1 | -1/+1 |
2014-02-27 | Add the VPP shader of PL3 AVS conversion between YV12 and I420 | Zhao Yakui | 1 | -3/+3 |
2014-02-27 | Add the VPP shader of YV12/I420->NV12 conversion | Zhao Yakui | 1 | -1/+1 |
2014-02-27 | Add the VPP shader of NV12->YV12/I420 conversion | Zhao Yakui | 1 | -1/+1 |
2014-02-27 | Handle the pitch when using RGBX surface in VPP for BDW | Zhao Yakui | 1 | -0/+1 |
2014-02-27 | Use the horizontal/vertical alignment for VPP surface on BDW | Zhao Yakui | 1 | -0/+5 |
2014-02-27 | Add the NV12 scaling shader for BDW | Zhao Yakui | 1 | -1/+1 |
2014-02-27 | Initialize the 8x8 sampler for AVS on BDW | Zhao Yakui | 1 | -50/+162 |
2014-02-27 | Upload the constant buffer on Gen6+ | Zhao Yakui | 1 | -2/+8 |
2014-02-27 | Redefine the VPP vfe_state on Gen6+ | Zhao Yakui | 1 | -22/+32 |
2014-02-27 | Update the MI_BATCH_BUFFER_START for BDW | Zhao Yakui | 1 | -4/+14 |
2014-02-27 | Fix the VPP error during porting patch from master to staging | Zhao Yakui | 1 | -8/+52 |
2014-02-27 | Temporarily remove assert() to make vainfo happy | Xiang, Haihao | 1 | -1/+1 |
2014-02-27 | Avoid the duplicated macro-definition of surface size | Zhao Yakui | 1 | -12/+1 |
2014-02-27 | Use the updated structure/command for VPP on BDW | Zhao Yakui | 1 | -11/+881 |