summaryrefslogtreecommitdiff
path: root/i965_drv_video/i965_render.c
AgeCommit message (Expand)AuthorFilesLines
2011-09-19va: remove i965 driver from libva repositoryXiang, Haihao1-3037/+0
2011-07-12i965_drv_video: update post processing interfaceXiang, Haihao1-19/+22
2011-06-29i965_drv_video: add support for VA_SUBPICTURE_DESTINATION_IS_SCREEN_COORD.Gwenole Beauchesne1-12/+15
2011-06-29i965_drv_video: fix subpicture scale factor for Y axis.Gwenole Beauchesne1-1/+1
2011-06-29i965_drv_video: simplify put_surface() and put_subpicture() args.Gwenole Beauchesne1-237/+122
2011-06-13i965_drv_video: track the internal format of a surfaceXiang, Haihao1-3/+3
2011-05-25i965_drv_video: rendering for IvybridgeXiang, Haihao1-77/+977
2011-05-25i965_drv_video: Ivybridge PCI IDsXiang, Haihao1-4/+8
2011-05-16i965_drv_video: move batchbuffer to contextXiang, Haihao1-75/+59
2011-05-16i965_drv_video: clean up batchbuffer interfaceXiang, Haihao1-249/+346
2011-05-10i965_drv_video: store kernel info in the corresponding contextXiang, Haihao1-16/+12
2011-05-10i965_drv_video: use the same structure for all kernelsXiang, Haihao1-21/+22
2011-05-10i965_drv_video: create media_state per contextXiang, Haihao1-2/+3
2011-04-11i965_drv_video: fix the format of a derived image for MPEG2 on ILKXiang, Haihao1-9/+14
2011-03-11i965_drv_video: rendere I420/YV12 surface on SandyBridgeXiang, Haihao1-3/+11
2011-03-10i965_drv_video: deinterlacing & scaling on SandyBridgeXiang, Haihao1-5/+5
2011-03-10i965_drv_video: move pp_context to i965_driver_data and make it a pointer.Xiang, Haihao1-4/+0
2011-03-10i965_drv_video: Implement vaDeriveImage()Xiang, Haihao1-4/+10
2011-01-10i965_drv_video: support IA44/AI44 subpicture formats on SandybridgeXiang, Haihao1-0/+1
2010-12-06i965_drv_video: Enable BLT ringXiang, Haihao1-2/+6
2010-12-06i965_drv_video/render: render sub-picture on SandybridgeXiang, Haihao1-6/+66
2010-12-06i965_drv_video/render: rendering for SandybridgeXiang, Haihao1-14/+602
2010-12-06i965_drv_video/render: remove i965_subpic_render_src_surface_stateXiang, Haihao1-51/+2
2010-12-06i965_drv_video/render: support tiled source surfaceXiang, Haihao1-19/+25
2010-12-06i965_drv_video/render: set surface base addressXiang, Haihao1-87/+30
2010-09-15i965_drv_video: deinterlacing & scalingXiang, Haihao1-7/+25
2010-07-14Fix rendering of subpictures.Gwenole Beauchesne1-6/+2
2010-07-12i965_drv_video: use original widht/height for renderingXiang, Haihao1-10/+13
2010-07-12Add RGBA subpictures.Gwenole Beauchesne1-4/+4
2010-06-02i965_drv_video: fix graphics memory usageXiang, Haihao1-1/+6
2010-06-02i965_drv_vidoe: update max_thread for renderingXiang, Haihao1-6/+10
2010-03-26i965_drv_video: add support for H264 on Clarkdale/ArrandaleXiang, Haihao1-23/+76
2010-03-08Fix drivers build.Gwenole Beauchesne1-0/+1
2010-03-08Remove IN_LIBVA defines, Thanks for the patch from GwenoleAustin Yuan1-2/+2
2009-11-18fix rendering of RGBA subpictureGwenole Beauchesne1-2/+2
2009-11-18simplify subpicture formats. make sure the returned VAImageFormats are correc...Gwenole Beauchesne1-17/+4
2009-11-18fix upload of the subpicture palette.Gwenole Beauchesne1-15/+44
2009-11-18the VA API spec metion that the dest rectangle to vaAssociateSubpicture() is ...Gwenole Beauchesne1-48/+51
2009-11-18cleanup vaCreateImage, make it possible to add formats laterGwenole Beauchesne1-2/+2
2009-08-11i965_drv_video: clear draw buffer before rendering.Xiang, Haihao1-0/+42
2009-08-07i965_drv_video: fix rendering issueZou Nan hai1-9/+12
2009-07-27i965_drv_video: Eanble VAAPI on IGDNGXiang, Haihao1-39/+160
2009-07-02Apply the patch from Nanhai to support MPEG2 VLD on Intel integrated G45 grap...Austin Yuan1-0/+1330