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