summaryrefslogtreecommitdiff
path: root/i965_drv_video/i965_drv_video.h
AgeCommit message (Expand)AuthorFilesLines
2011-07-12i965_drv_video: update post processing interfaceXiang, Haihao1-5/+0
2011-06-29i965_drv_video: add support for VA_SUBPICTURE_DESTINATION_IS_SCREEN_COORD.Gwenole Beauchesne1-0/+1
2011-06-13i965_drv_video: track the internal format of a surfaceXiang, Haihao1-1/+3
2011-05-25i965_drv_video: clean up codesXiang, Haihao1-0/+5
2011-05-16i965_drv_vidoe: thread safety for renderingXiang, Haihao1-1/+2
2011-05-16i965_drv_video: move batchbuffer to contextXiang, Haihao1-1/+4
2011-05-10i965_drv_video: store kernel info in the corresponding contextXiang, Haihao1-2/+3
2011-05-10i965_drv_video: use the same structure for all kernelsXiang, Haihao1-2/+2
2011-05-10i965_drv_video: create media_state per contextXiang, Haihao1-11/+38
2011-05-06Added locked_image_id in struct object_surfaceAlexander I Osin1-0/+1
2011-04-07i965_drv_vidoe: Encoder on Sandy BridgeZhou Chang1-1/+21
2011-03-10i965_drv_video: move pp_context to i965_driver_data and make it a pointer.Xiang, Haihao1-0/+1
2011-03-10i965_drv_video: Implement vaDeriveImage()Xiang, Haihao1-0/+7
2010-09-15i965_drv_video: deinterlacing & scalingXiang, Haihao1-0/+5
2010-07-13Add NV12 image format.Gwenole Beauchesne1-1/+1
2010-07-12Add I420 image format.Gwenole Beauchesne1-1/+1
2010-07-12i965_drv_video: use original widht/height for renderingXiang, Haihao1-0/+2
2010-07-12Add YV12 image format.Gwenole Beauchesne1-1/+1
2010-07-12Add RGBA subpictures.Gwenole Beauchesne1-1/+2
2010-06-02i965_drv_video: fix graphics memory usageXiang, Haihao1-2/+4
2010-04-06i965_drv_video: multiple slices in a picture for H.264Xiang, Haihao1-3/+9
2010-03-31i965_drv_video: move DMV buffer to private dataXiang, Haihao1-3/+2
2010-03-26i965_drv_video: add support for H264 on Clarkdale/ArrandaleXiang, Haihao1-0/+3
2010-03-08Remove IN_LIBVA defines, Thanks for the patch from GwenoleAustin Yuan1-1/+3
2009-11-18simplify subpicture formats. make sure the returned VAImageFormats are correc...Gwenole Beauchesne1-1/+2
2009-11-18implement vaSetImagePaletteGwenole Beauchesne1-1/+1
2009-11-18the VA API spec metion that the dest rectangle to vaAssociateSubpicture() is ...Gwenole Beauchesne1-7/+7
2009-11-18cleanup vaCreateImage, make it possible to add formats laterGwenole Beauchesne1-4/+2
2009-11-18fix vaDestroyImage()Gwenole Beauchesne1-0/+2
2009-07-02Apply the patch from Nanhai to support MPEG2 VLD on Intel integrated G45 grap...Austin Yuan1-0/+170