Age | Commit message (Expand) | Author | Files | Lines |
2013-12-19 | Fix the error in render shader for BDW | Zhao Yakui | 2 | -16/+16 |
2013-12-19 | Explicitly declare the color blend operation for subpicture on BDW | Zhao Yakui | 1 | -0/+1 |
2013-12-19 | Fix the incorrect setting for subpicture on BDW | Zhao Yakui | 1 | -3/+32 |
2013-12-19 | BDW encoding reuses aux_batchbuffer instead of allocating another new buffer | Zhao Yakui | 1 | -12/+6 |
2013-12-19 | Calculate required space of batch buffer to avoid buffer overflow in encoding... | Zhao Yakui | 1 | -1/+5 |
2013-12-19 | Handle the aux_batchbuffer correctly for H264 encoding on Haswell | Zhao Yakui | 1 | -1/+3 |
2013-12-19 | Follow spec to update the URB entry/size setting for encoding on Haswell/BDW | Zhao Yakui | 2 | -4/+4 |
2013-12-19 | VPP: Use the right top/bottom field flag used for DI | Xiang, Haihao | 2 | -3/+3 |
2013-12-19 | Rendering/bdw: fix push constant buffer for PS | Xiang, Haihao | 1 | -2/+2 |
2013-12-19 | BDW doesn't support H.264 Baseline profile | Xiang, Haihao | 2 | -3/+3 |
2013-12-19 | H.264: Support Constrained Baseline profile instead of Baseline profile | Xiang, Haihao | 10 | -22/+22 |
2013-12-19 | Follow the spec to make the 3D pipeline work in 48-bit addressing mode | Zhao Yakui | 2 | -80/+374 |
2013-12-19 | follow the spec to fill the Vertex URB entry on BDW | Zhao Yakui | 1 | -7/+29 |
2013-12-19 | Add the missing 3D pipeline command for rendering on BDW | Zhao Yakui | 2 | -1/+74 |
2013-12-19 | Follow the spec to restrict the max number of PS thread | Zhao Yakui | 1 | -7/+1 |
2013-12-19 | Enable the Intra-prediction for MPEG2 P-B frame on BDW | Zhao Yakui | 1 | -1/+20 |
2013-12-19 | Fix incorrect MI_BATCH_BUFFER_START command for MPEG2 encoding on BDW | Zhao Yakui | 1 | -2/+4 |
2013-12-19 | Follow the spec to make BDW encoding media pipeline command support 48-bit ad... | Zhao Yakui | 4 | -24/+234 |
2013-12-19 | Fix the command error for MPEG2 encoding on BDW | Zhao Yakui | 1 | -2/+4 |
2013-12-19 | Add the missing media pipeline command for encoding on BDW | Zhao Yakui | 1 | -5/+288 |
2013-12-19 | Update the pipe_control command on Gen8 to make media pipeline work | Zhao Yakui | 1 | -4/+21 |
2013-12-19 | Remove the redundant macro definition of IS_GEN8 | Zhao Yakui | 1 | -3/+0 |
2013-12-19 | Fix one error of VME shader for MPEG2 encoding on BDW | Zhao Yakui | 2 | -2/+2 |
2013-12-19 | Fix one error of VME shader for H264 encoding on BDW | Zhao Yakui | 4 | -4/+4 |
2013-12-19 | VPP: add vebox motion compensation support on BDW | Zhong Li | 2 | -1/+3 |
2013-12-19 | Follow the input Picture/Slice parameters for SLICE_STATE command on BDW | Xiang, Haihao | 1 | -11/+21 |
2013-12-19 | Pass the reference frame index in List0/1 into the PAK command on BDW | Xiang, Haihao | 1 | -2/+3 |
2013-12-19 | Clean up for setting up reference surface state on BDW | Xiang, Haihao | 1 | -33/+4 |
2013-12-19 | Fix refrence frame for list1 on BDW | Xiang, Haihao | 1 | -2/+1 |
2013-12-19 | Check the reference surface id against VA_INVALID_SURFACE on BDW | Xiang, Haihao | 1 | -2/+2 |
2013-12-19 | Indent the code of encoding on BDW | Xiang, Haihao | 2 | -275/+275 |
2013-12-19 | VPP/bdw: a NULL shader for packed 4:2:2 to packed 4:2:2 | Xiang, Haihao | 1 | -0/+14 |
2013-12-19 | VPP/bdw: a NULL shader for blending to avoid assertion failure | Xiang, Haihao | 1 | -1/+14 |
2013-12-19 | Remove the duplicated header file for mpeg2 encoding on Gen8 | Zhao Yakui | 2 | -19/+1 |
2013-12-19 | Remove unnecessary GPU binary shader of mpeg2 encoding on Gen8 | Zhao Yakui | 3 | -305/+2 |
2013-12-19 | Code cleanup about the media encoding on Gen8 | Zhao Yakui | 1 | -110/+0 |
2013-12-19 | Optimize quantization rounding precision of MPEG2 encoding on Gen8 | Zhao Yakui | 1 | -1/+8 |
2013-12-19 | Optimize the VME shader for MPEG2 encoding on Gen8 | Zhao Yakui | 2 | -3/+225 |
2013-12-19 | Add the MVP in GPU shader to optimize mpeg2 encoding on Gen8 | Zhao Yakui | 3 | -7/+41 |
2013-12-19 | Rewrite the GPU VME shader for MPEG2 encoding on Gen8 | Zhao Yakui | 5 | -20/+1030 |
2013-12-19 | Bulid BDW vebox pipeline | Zhong Li | 3 | -1/+217 |
2013-12-19 | PAK encoding uses the reference list parsed from slice_param instead of hacke... | Zhao Yakui | 1 | -26/+1 |
2013-12-19 | VME uses reference frame parsed from slice_param instead of hacked DPB for Gen8 | Zhao Yakui | 1 | -10/+39 |
2013-12-19 | VPP: add VPP Filters for BDW | Xiang, Haihao | 1 | -0/+9 |
2013-12-19 | Add the conversion from YUYV to NV12/I420 | Zhao Yakui | 7 | -2/+830 |
2013-12-19 | Add the CSC conversion from NV12/I420 to YUYV | Zhao Yakui | 7 | -3/+1259 |
2013-12-19 | New PCI IDs for BDW | Xiang, Haihao | 1 | -23/+46 |
2013-12-19 | Vp8 quant index converted to quant value on BDW | Zhong Li | 1 | -7/+51 |
2013-12-19 | Enable loop-deblock of bdw vp8 decoder | Zhong Li | 1 | -3/+4 |
2013-12-19 | Remove unnecessary asserts | Zhong Li | 1 | -2/+0 |