summaryrefslogtreecommitdiff
path: root/i965_drv_video/i965_drv_video.c
AgeCommit message (Expand)AuthorFilesLines
2010-03-08Fix drivers build.Gwenole Beauchesne1-0/+1
2010-03-08Remove IN_LIBVA defines, Thanks for the patch from GwenoleAustin Yuan1-2/+1
2009-11-18simplify subpicture formats. make sure the returned VAImageFormats are correc...Gwenole Beauchesne1-15/+68
2009-11-18implement vaSetImagePaletteGwenole Beauchesne1-23/+36
2009-11-18the VA API spec metion that the dest rectangle to vaAssociateSubpicture() is ...Gwenole Beauchesne1-2/+8
2009-11-18fix subpicture association and deassociationGwenole Beauchesne1-12/+19
2009-11-18cleanup vaCreateImage, make it possible to add formats laterGwenole Beauchesne1-35/+71
2009-11-18fix vaDestroyImage()Gwenole Beauchesne1-3/+7
2009-11-18Fix vaAssociateSubpicture() argumentsGwenole Beauchesne1-2/+0
2009-11-18Fix VA driver version.Gwenole Beauchesne1-2/+2
2009-11-18Fix vaQueryImageFormats() to return 0 image formats supported at this time.Gwenole Beauchesne1-0/+3
2009-11-18Implement vaQueryDisplayAttributes() as a no-op.Gwenole Beauchesne1-2/+4
2009-08-31__vaDriverInit_0_30 --> __vaDriverInit_0_31 for libva31Austin Yuan1-1/+1
2009-08-28Remove context from vaSyncSurfaceAustin Yuan1-6/+0
2009-08-27Combine vaPutImage/vaPutImage2, vaAssociateSubpicture/vaAssociateSubpicture2Austin Yuan1-38/+5
2009-08-05i965_drv_driver: fix assertion failureXiang, Haihao1-3/+4
2009-07-27i965_drv_video: Eanble VAAPI on IGDNGXiang, Haihao1-1/+2
2009-07-01Remove vaSetSubpicturePalette, please use vaSetImagePaletteAustin Yuan1-1/+1
2009-07-02Apply the patch from Nanhai to support MPEG2 VLD on Intel integrated G45 grap...Austin Yuan1-0/+1446