summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-06-09Encoding: Fix one type error in intra-prediction shader on BDWstagingZhao, Yakui2-2/+2
2014-06-06surface: drop SURFACE_DISPLAYED flag.Gwenole Beauchesne7-15/+20
2014-06-06render: don't deallocate surface storage of displayed frames.Gwenole Beauchesne1-5/+0
2014-06-06decoder: h264: expose the set of supported MVC profiles.Gwenole Beauchesne9-10/+58
2014-06-06decoder: h264: enable Picture ID Remapping on Haswell and newer.Gwenole Beauchesne4-36/+136
2014-06-06decoder: h264: factor out look ups for VA/H264 picture info.Gwenole Beauchesne8-151/+77
2014-06-06decoder: h264: fix submission of AVC_REF_IDX_STATE command.Gwenole Beauchesne1-17/+18
2014-06-06decoder: h264: simplify and optimize reference frame store updates.Gwenole Beauchesne1-64/+44
2014-06-06decoder: h264: allocate reference frames earlier, if needed.Gwenole Beauchesne1-23/+23
2014-06-06decoder: h264: don't deallocate surface storage of older frames.Gwenole Beauchesne1-9/+0
2014-06-05Fix the GetConfigAttributes() for H264SteroHighProfileSreerenj Balachandran1-0/+1
2014-06-05decoder: h264: don't allocate bottom DMV buffer on Broadwell.Gwenole Beauchesne1-12/+2
2014-06-05decoder: h264: only allocate tiled surfaces for Sandybridge an newer.Gwenole Beauchesne1-2/+4
2014-05-30Fix the segfault while encoding multiple slice per frame.Sreerenj Balachandran1-0/+7
2014-05-29debug: add g_intel_debug_option_flags for simple driver debugZhao, Halley3-5/+18
2014-05-28decoder: h264: optimize support for grayscale surfaces.Gwenole Beauchesne8-9/+79
2014-05-28decoder: h264: factor out allocation of reconstructed surfaces.Gwenole Beauchesne6-45/+65
2014-05-28config: fix supported set of chroma formats for JPEG decode.Gwenole Beauchesne2-0/+16
2014-05-28config: fix vaCreateConfig() to not override user chroma format.Gwenole Beauchesne1-24/+66
2014-05-28config: fix vaGetConfigAttributes() to validate profile/entrypoint.Gwenole Beauchesne1-78/+89
2014-05-28surface: factor out release of surface buffer storage.Gwenole Beauchesne4-13/+16
2014-05-28surface: fix geometry (size, layout) of grayscale surfaces.Gwenole Beauchesne3-4/+10
2014-05-28Fix the scaling issue on IVB/HSW/BDWXiang, Haihao2-30/+33
2014-05-28VPP: Simplify surface state setting for csc and scaling on IVB/HSW/BDWXiang, Haihao2-197/+162
2014-05-28New structure i965_fourcc_infoXiang, Haihao2-72/+153
2014-05-28VPP: i965_vpp_clear_surface() is still used for CSC on BDWXiang, Haihao1-5/+5
2014-05-28mpeg2: calculate the slice data length on IVBXiang, Haihao1-2/+27
2014-05-28Fix the segfault while inserting packed slice headerSreerenj Balachandran1-2/+2
2014-05-26H264_encoding: Don't update the slice qp for CBR mode when finding packed sli...Zhao, Yakui3-6/+12
2014-05-26H264_Encoding: Add the support of packed slice header to be flexibleZhao, Yakui6-251/+133
2014-05-26H264_encoding: Reset the last_packed_header_type to avoid the unpaired packed...Zhao, Yakui1-1/+6
2014-05-26H264_encoding: Add the support of inserting the packed raw data passed from userZhao, Yakui6-47/+124
2014-05-26H264_Encoding: Prepare some data structures for adding packed raw dataZhao, Yakui2-0/+63
2014-05-26H264_Encoding: Parse the packed header data from user to fix the hacked code ...Zhao, Yakui1-3/+60
2014-05-23Propagate error codeSebastian Ramacher1-2/+2
2014-05-23Define i965_proc_picture in headerSebastian Ramacher2-6/+7
2014-05-21VPP: MADI on SNBXiang, Haihao5-86/+203
2014-05-19mpeg2: check frame_pred_frame_dct instead of progressive_frameXiang, Haihao1-1/+1
2014-05-19Limit the minimum pitch for linear surfaceXiang, Haihao3-6/+22
2014-04-28Rename HAS_PP() to HAS_VPP()Xiang, Haihao2-15/+5
2014-04-24vp8: fix support for segmentation-enabled streams.Gwenole Beauchesne4-5/+59
2014-04-23VPP: Set the alpha channel when doing the conversion from NV12 to RGBA on Ivy...Zhao Yakui3-1/+3
2014-04-22Remove unnecessary check with IS_GEN8()Xiang, Haihao4-54/+24
2014-04-22posst_processing_context_init()/finalize() callback functions for each platformXiang, Haihao5-26/+24
2014-04-22render_init()/render_terminate() callback functions for each platformXiang, Haihao5-86/+109
2014-04-22Simplify some macrosXiang, Haihao17-388/+118
2014-04-22Remove max_wm_threads from render_stateXiang, Haihao3-38/+5
2014-04-22Remove URB_SIZE()Xiang, Haihao7-15/+9
2014-04-22Dump chipset information in the vendor stringXiang, Haihao1-1/+12
2014-04-22Add a new intel_device_info structureXiang, Haihao3-0/+135