summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-08-16egl: add support for vaGetBufferAttributeEGL().staging.13.egl-r2{obsolete}/staging.13.eglGwenole Beauchesne1-23/+45
2012-08-16Implement new VA/EGL API.Gwenole Beauchesne6-0/+390
2012-08-06wayland: drop explicit dependencies to Wayland libraries.Gwenole Beauchesne3-27/+151
2012-08-06wayland: ship with wayland-drm protocol.Zhao halley5-0/+407
2012-08-06Add Wayland support.Gwenole Beauchesne6-0/+317
2012-08-06Drop explicit dependency on libva-x11.Gwenole Beauchesne3-5/+73
2012-08-06Allow build without VA/X11 API.Dmitry Ermilov5-113/+250
2012-08-06Add raw DRM support.Dmitry Ermilov3-1/+32
2012-08-06Add shared library utils.Gwenole Beauchesne3-0/+186
2012-07-27dri: cope with drm_state changes.Gwenole Beauchesne2-9/+11
2012-07-26Adopt the new interfaces for JPEG decodingXiang, Haihao1-25/+21
2012-07-07Adjust the search path and LUT_MV table in VMEXiang, Haihao5-15/+15
2012-06-28Add support for UYVYXiang, Haihao3-4/+18
2012-06-28color conversion between planar and packed formats on IVBXiang, Haihao1-64/+111
2012-06-28New shaders for color conversion between packed and planar YUV on IVBXiang, Haihao9-0/+733
2012-06-28add YUY2 support in i965_GetSurfaceAttributes, fix a small issueZhao Halley1-3/+5
2012-06-28support NV12/I420/YV12->I420/YV12 conversionZhao Halley1-2/+6
2012-06-27configure: require automake >= 1.9 for tar-ustar option.Gwenole Beauchesne1-1/+1
2012-06-27h264: fix 4K decoding (IVB).Gwenole Beauchesne1-6/+11
2012-06-27Fix the width of the UV surface for AVS on IVBXiang, Haihao1-1/+1
2012-06-26only update u/v offset for some video processesXiang, Haihao1-47/+43
2012-06-26Fix the parameter initialization for IVBXiang, Haihao1-11/+13
2012-06-26Fix the mapping between VA filters and internal video processingXiang, Haihao1-0/+2
2012-06-26Fix the number of the supported image formatsXiang, Haihao1-1/+1
2012-06-26Update the PA shader for ILK/SNBXiang, Haihao4-4/+4
2012-06-25update image width of packed formatZhao halley1-1/+4
2012-06-25add YUY2 format support in getimage/putimageZhao halley1-3/+126
2012-06-25add YUY2 to supported image listZhao halley1-0/+2
2012-06-25fix a mistake in PA_Load_8x8.asmZhao halley5-5/+5
2012-06-25add YUY2->YV12 conversion in post processing (SNB/ILK)Zhao halley2-1/+58
2012-06-25add pa_load_save_pl3 for YUY2-->YV12 conversion (SNB/ILK)Zhao halley4-0/+340
2012-06-18jpeg: fix submission of quantization and Huffman tables.Gwenole Beauchesne1-0/+5
2012-06-15Implementation for i965_SyncSurface and i965_QuerySurfaceStatusDmitry Ermilov1-7/+11
2012-06-11silence compiler warningXiang, Haihao1-2/+1
2012-06-11Fix slice delta for CBR modeXiang, Haihao1-2/+2
2012-06-11New BRC algorithm to match HRDRogozhkin, Dmitry V7-84/+322
2012-06-07Currently only SNB supports packed YUV imageXiang, Haihao1-50/+54
2012-06-07Fix coded buffer size calculating for CBR modeXiang, Haihao3-54/+54
2012-06-07Fix QP setting for CBR modeXiang, Haihao1-0/+22
2012-05-31Accept packed misc data package such as SEI dataXiang, Haihao3-55/+83
2012-05-30Fix weight denom for implicit weight tables on SNB for encodingXiang, Haihao1-1/+12
2012-05-30Don't render the target surface with background if alpha value is 0Xiang, Haihao1-1/+4
2012-05-30clear background under right contextXiang, Haihao1-1/+1
2012-05-29Optimal parameters for Intra prediction modeRogozhkin, Dmitry V1-26/+101
2012-05-24Fix the regression caused by d90a5ea9f21bc20f35c26457dec57f41f7a184d1Xiang, Haihao1-1/+1
2012-05-17add yuyv->nv12 conversion in image processingZhao halley3-2/+93
2012-05-17add YUYV to NV12 conversion(pa_load_save_nv12.asm etc)Zhao halley4-0/+334
2012-05-17add YV12 to YUY2 conversionZhao halley3-2/+64
2012-05-17add pl3_load_save_pa.asm etcZhao halley3-0/+329
2012-05-17add NV12 to YUY2 color conversionZhao halley2-21/+135