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