summaryrefslogtreecommitdiff
path: root/i965_drv_video.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-22Moved files around.Gwenole Beauchesne1-2626/+0
2011-07-27i965_drv_video: don't export internal driver functions.Gwenole Beauchesne1-0/+3
2011-07-12i965_drv_video: update post processing interfaceXiang, Haihao1-3/+0
2011-06-29i965_drv_video: add support for VA_SUBPICTURE_DESTINATION_IS_SCREEN_COORD.Gwenole Beauchesne1-4/+5
2011-06-29i965_drv_video: simplify put_surface() and put_subpicture() args.Gwenole Beauchesne1-8/+15
2011-06-13i965_drv_video: track the internal format of a surfaceXiang, Haihao1-4/+9
2011-06-10i965_drv_video: encode on IvybridgeXiang, Haihao1-1/+1
2011-05-25i965_drv_video: clean up codesXiang, Haihao1-26/+35
2011-05-25i965_drv_video: H.264 & MPEG2 decoding on IvybridgeXiang, Haihao1-1/+7
2011-05-25i965_drv_video: Ivybridge PCI IDsXiang, Haihao1-9/+19
2011-05-16i965_drv_vidoe: thread safety for renderingXiang, Haihao1-0/+7
2011-05-16i965_drv_video: move batchbuffer to contextXiang, Haihao1-10/+5
2011-05-16i965_drv_video: clean up batchbuffer interfaceXiang, Haihao1-2/+6
2011-05-10i965_drv_video: create media_state per contextXiang, Haihao1-121/+309
2011-05-06Implemented i965_LockSurface, i965_UnlockSurface, i965_BufferInfoAlexander I Osin1-14/+169
2011-04-26Merge branch 'snb-encoder'Xiang, Haihao1-30/+113
2011-04-11i965_drv_video: fix the format of a derived image for MPEG2 on ILKXiang, Haihao1-19/+34
2011-04-11i965_drv_video: associate the derived image with the surfaceXiang, Haihao1-0/+1
2011-04-07fix for VAEncCodedBufferTypeXiang, Haihao1-1/+23
2011-04-07i965_drv_vidoe: Encoder on Sandy BridgeZhou Chang1-29/+90
2011-04-01 1. add interface VARenderDevice for output the video into an external dev...Austin Yuan1-1/+1
2011-03-11i965_drv_video: Fixes the dimension of a surface on SandyBridgeXiang, Haihao1-1/+1
2011-03-11i965_drv_video: only use tiled surface for NV12 on SandyBridgeXiang, Haihao1-2/+3
2011-03-10i965_drv_video: move pp_context to i965_driver_data and make it a pointer.Xiang, Haihao1-0/+6
2011-03-10i965_drv_video: don't support MPEG2/VC1/H264 without BSD support on SandyBridge.Xiang, Haihao1-10/+15
2011-03-10i965_drv_video: Implement vaDeriveImage()Xiang, Haihao1-14/+174
2011-03-10i965_drv_video: map/unmap a tiled GEM BOXiang, Haihao1-6/+40
2011-02-24i965_dri_video: don't try to render an invalid surfaceXiang, Haihao1-1/+1
2011-02-10i965_drv_video: make VADriverContext.vtable a pointer.Gwenole Beauchesne1-42/+43
2011-02-09Bump VA-API version to 0.32.0. Fix __vaDriverInit*() function name.Gwenole Beauchesne1-1/+2
2011-02-09i965_drv_video: set the number of elements in a buffer store.Osin, Alexander I1-0/+3
2011-01-27[G45] Fix check for H.264 decoding support.Gwenole Beauchesne1-16/+27
2011-01-27[G45] Fix check for VC-1 decoding supportGwenole Beauchesne1-16/+15
2010-12-06i965_drv_video: Currently only use tiled-Y surfaces on SandybridgeXiang, Haihao1-2/+9
2010-12-06i965_drv_video: fix surface dimensionXiang, Haihao1-2/+2
2010-12-06i965_drv_video/render: rendering for SandybridgeXiang, Haihao1-4/+4
2010-12-06i965_drv_video: H.264 decoding on SandybridgeXiang, Haihao1-7/+42
2010-12-06i965_drv_video: PCI IDs and new MI_FLUSH_DW command for SandybridgeXiang, Haihao1-1/+2
2010-09-15i965_drv_video: deinterlacing & scalingXiang, Haihao1-3/+14
2010-07-13Fix vaGetImage() for YV12 format.Gwenole Beauchesne1-9/+12
2010-07-13Simplify vaGetImage().Gwenole Beauchesne1-58/+54
2010-07-13Fix vaGetImage() to wait for pending operations to complete.Gwenole Beauchesne1-0/+3
2010-07-13Add NV12 image format.Gwenole Beauchesne1-0/+60
2010-07-12Fix vaGetImage() bounds checking code.Gwenole Beauchesne1-2/+4
2010-07-12Move initialization of render_state->interleaved_uv to vaCreateContext().Gwenole Beauchesne1-12/+11
2010-07-12Add I420 image format.Gwenole Beauchesne1-1/+15
2010-07-12i965_drv_video: use original widht/height for renderingXiang, Haihao1-2/+4
2010-07-12 Implement vaGetImage().Gwenole Beauchesne1-1/+105
2010-07-12Add YV12 image format.Gwenole Beauchesne1-1/+31
2010-07-12Don't return VA_STATUS_SUCCESS for unimplemented functions.Gwenole Beauchesne1-7/+11