| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix drivers build. | Gwenole Beauchesne | 2010-03-08 | 4 | -1/+4 |
* | Remove IN_LIBVA defines, Thanks for the patch from Gwenole | Austin Yuan | 2010-03-08 | 8 | -11/+12 |
* | fix rendering of RGBA subpicture | Gwenole Beauchesne | 2009-11-18 | 7 | -78/+16 |
* | simplify subpicture formats. make sure the returned VAImageFormats are correc... | Gwenole Beauchesne | 2009-11-18 | 3 | -33/+74 |
* | fix upload of the subpicture palette. | Gwenole Beauchesne | 2009-11-18 | 2 | -16/+45 |
* | implement vaSetImagePalette | Gwenole Beauchesne | 2009-11-18 | 2 | -24/+37 |
* | the VA API spec metion that the dest rectangle to vaAssociateSubpicture() is ... | Gwenole Beauchesne | 2009-11-18 | 3 | -57/+66 |
* | fix subpicture association and deassociation | Gwenole Beauchesne | 2009-11-18 | 1 | -12/+19 |
* | Add MAX helper function | Gwenole Beauchesne | 2009-11-18 | 1 | -0/+1 |
* | cleanup vaCreateImage, make it possible to add formats later | Gwenole Beauchesne | 2009-11-18 | 3 | -41/+75 |
* | fix vaDestroyImage() | Gwenole Beauchesne | 2009-11-18 | 2 | -3/+9 |
* | Fix vaAssociateSubpicture() arguments | Gwenole Beauchesne | 2009-11-18 | 1 | -2/+0 |
* | Fix VA driver version. | Gwenole Beauchesne | 2009-11-18 | 1 | -2/+2 |
* | Fix vaQueryImageFormats() to return 0 image formats supported at this time. | Gwenole Beauchesne | 2009-11-18 | 1 | -0/+3 |
* | Implement vaQueryDisplayAttributes() as a no-op. | Gwenole Beauchesne | 2009-11-18 | 1 | -2/+4 |
* | i965_drv_driver: use the horizontal position of a slice. | Xiang, Haihao | 2009-09-15 | 1 | -1/+1 |
* | __vaDriverInit_0_30 --> __vaDriverInit_0_31 for libva31 | Austin Yuan | 2009-08-31 | 1 | -1/+1 |
* | Remove context from vaSyncSurface | Austin Yuan | 2009-08-28 | 1 | -6/+0 |
* | Split libva DSO into core (libva.so) and display-dependent parts (libva-x11.so). | Gwenole Beauchesne | 2009-08-28 | 1 | -1/+1 |
* | Combine vaPutImage/vaPutImage2, vaAssociateSubpicture/vaAssociateSubpicture2 | Austin Yuan | 2009-08-27 | 1 | -38/+5 |
* | Merge branch 'test'libva30 | Austin Yuan | 2009-08-25 | 1 | -1/+1 |
|\ |
|
| * | Install drivers into pkglibdir/va/. | Gwenole Beauchesne | 2009-07-08 | 1 | -1/+1 |
* | | i965_drv_video: clear draw buffer before rendering. | Xiang, Haihao | 2009-08-11 | 2 | -0/+52 |
* | | i965_drv_video: fix rendering issue | Zou Nan hai | 2009-08-07 | 1 | -9/+12 |
* | | i965_drv_driver: fix assertion failure | Xiang, Haihao | 2009-08-05 | 1 | -3/+4 |
* | | i965_drv_video: Eanble VAAPI on IGDNG | Xiang, Haihao | 2009-07-27 | 6 | -51/+375 |
* | | i965_drv_video: add new compiled shader programs for IGDNG | Xiang, Haihao | 2009-07-27 | 24 | -4/+6944 |
|/ |
|
* | Fix make dist (i965_drv_video missing files, Paul Bender). | Gwenole Beauchesne | 2009-07-08 | 1 | -0/+12 |
* | X11->x11 per the suggestion from Gwenole | Austin Yuan | 2009-07-06 | 1 | -1/+1 |
* | Move back dri --> src/X11 | Austin Yuan | 2009-07-03 | 1 | -1/+1 |
* | Remove vaSetSubpicturePalette, please use vaSetImagePalette | Austin Yuan | 2009-07-01 | 1 | -1/+1 |
* | Refine the directory, move src/X11 to dri/ | Austin Yuan | 2009-07-02 | 4 | -793/+1 |
* | Apply the patch from Nanhai to support MPEG2 VLD on Intel integrated G45 grap... | Austin Yuan | 2009-07-02 | 111 | -0/+19443 |