summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-12-29Intel driver 1.5.01.5.0Xiang, Haihao2-4/+4
2014-12-15Update NEWS1.5.0.pre1Xiang, Haihao1-1/+10
2014-12-15Update the dependency on VAAPI and intel-gen4asmXiang, Haihao1-3/+3
2014-12-15Use intel_batchbuffer_free() to free a batch bufferXiang, Haihao1-1/+2
2014-12-15Fix misused dri_bo_reference()Xiang, Haihao1-4/+0
2014-12-15Fix the broken out of tree buildsXiang, Haihao2-4/+4
2014-12-15Fix the build of H.264 encoding shaders for SKLXiang, Haihao2-7/+34
2014-12-15Fix 'make dist'Xiang, Haihao1-1/+1
2014-12-14Sync NEWS with v1.4-branchXiang, Haihao1-1/+4
2014-12-14Add support for quality level for H.264 encoding on SKLXiang, Haihao1-8/+13
2014-12-14SKL and BDW use the same PAK pipeline for H.264/MPEG-2 encodingXiang, Haihao1-1/+11
2014-12-14Add support for VEBOX on SKL (v2)Xiang, Haihao4-6/+477
2014-12-14JPEG Encode: Added support for UYVY/YUY2/Y8 Input formatsSirisha Muppavarapu3-12/+146
2014-12-14Add the override flag to assure that HEVC video command always uses BSD ring0...Zhao Yakui3-2/+20
2014-12-14Allow the batchbuffer to be submitted with override flagZhao, Yakui2-0/+32
2014-12-14Allow the extensional ring flag to be passed when submitting the batchbufferZhao Yakui2-20/+35
2014-12-14HEVC: Submit HCP_WEIGHTOFFSET_STATE if requiredXiang, Haihao1-3/+10
2014-12-14HEVC: Submit HCP_TILE_STATE if requiredXiang, Haihao1-1/+3
2014-12-14Advertise the support for HEVC on SKLXiang, Haihao3-0/+29
2014-12-14HEVC: Make sure the buffer store is allocated for the current render targetXiang, Haihao3-1/+10
2014-12-14HEVC: Verify HEVC parameters before deocoding.Xiang, Haihao1-2/+76
2014-12-14HEVC: update frame store indexXiang, Haihao5-0/+35
2014-12-14HEVC: gen9_hcpd_bsd_object()Xiang, Haihao1-0/+18
2014-12-14HEVC: gen9_hcpd_slice_state()Xiang, Haihao1-1/+153
2014-12-14HEVC: gen9_hcpd_weightoffset_state()Xiang, Haihao1-0/+60
2014-12-14HEVC: gen9_hcpd_ref_idx_state()Xiang, Haihao2-1/+94
2014-12-14HEVC: gen9_hcpd_tile_state()Xiang, Haihao1-0/+36
2014-12-14HEVC: gen9_hcpd_pic_state()Xiang, Haihao1-0/+99
2014-12-14HEVC: gen9_hcpd_hevc_qm_state()Xiang, Haihao1-0/+80
2014-12-14HEVC: Set the default flat IQ matrixXiang, Haihao5-0/+45
2014-12-14HEVC: gen9_hcpd_ind_obj_base_addr_state()Xiang, Haihao1-0/+28
2014-12-14HEVC: gen9_hcpd_pipe_buf_addr_state()Xiang, Haihao1-0/+90
2014-12-14HEVC: gen9_hcpd_surface_state()Xiang, Haihao1-0/+27
2014-12-14HEVC: gen9_hcpd_pipe_mode_select();Xiang, Haihao2-0/+30
2014-12-14HEVC: Add the frame store arrayXiang, Haihao2-0/+9
2014-12-14HEVC: All internal buffers used for HCP pipe on SKLXiang, Haihao4-0/+107
2014-12-14HEVC: append a motion vector temporal buffer to a VA surfaceXiang, Haihao3-0/+77
2014-12-14HEVC: some variables used laterXiang, Haihao2-1/+25
2014-12-14Add the initial code for HEVC decoding on SKL into the driverXiang, Haihao5-1/+204
2014-12-14HEVC Codec Pipeline (HCP) commands on SKLXiang, Haihao1-0/+21
2014-12-14Add support for JPEG encoding on SKLXiang, Haihao2-1/+6
2014-12-14Fix SKL media pipeline for VPPXiang, Haihao3-6/+163
2014-12-14Use BDW rebuilt shaders for skl encodingZhong Li16-11/+1446
2014-12-14Add Makefile.am to build the shader code for VPP on SKLXiang, Haihao15-1/+3696
2014-12-14Add the initial support for VPP on SKLXiang, Haihao5-28/+388
2014-12-14SKL: The minimum URB start address for VS is 4Xiang, Haihao1-1/+1
2014-12-14SKL: Set the 3DSTATE_VF/3DSTATE_VF_INSTANCINGXiang, Haihao2-0/+10
2014-12-14Rendering/SKL: Add the rendering shadersZhao Yakui14-8/+476
2014-12-14Rendering/SKL: Update the 3DSTATE_SBE command for 3D pipelineZhao Yakui2-2/+9
2014-12-14SKL: Add the Render_SURFACE_STATE for SKLZhao Yakui1-0/+128