Age | Commit message (Expand) | Author | Files | Lines |
2010-06-02 | i965_drv_video: don't execute batch buffer after decoding a picture | Xiang, Haihao | 4 | -15/+17 |
2010-06-02 | i965_drv_video: [H.264] enlarge concurrent threads for ILDB | Xiang, Haihao | 1 | -1/+5 |
2010-06-02 | i965_drv_video: [H.264] devide the command buffer into smaller sections for H... | Xiang, Haihao | 1 | -10/+32 |
2010-06-02 | i965_drv_vidoe: update max_thread for rendering | Xiang, Haihao | 1 | -6/+10 |
2010-06-02 | i965_drv_video: fix initialization function | Xiang, Haihao | 6 | -171/+150 |
2010-05-07 | i965_drv_video: [H.264] add support for ILDB | Xiang, Haihao | 31 | -552/+6233 |
2010-04-19 | i965_drv_video: move AVC-ILDB data buffer to struct i965_h264_context | Xiang, Haihao | 4 | -14/+14 |
2010-04-19 | i965_drv_video: [H.264] fix weight 128 issue | Xiang, Haihao | 1 | -7/+9 |
2010-04-15 | i965_drv_video: [H.264] fix for weight/offset state | Xiang, Haihao | 1 | -5/+3 |
2010-04-14 | i965_drv_video: [H.264] track frame store index | Xiang, Haihao | 4 | -40/+199 |
2010-04-09 | i965_drv_video: fix an assertion | Xiang, Haihao | 2 | -16/+45 |
2010-04-09 | i965_drv_video: fix MBAFF issue | Xiang, Haihao | 1 | -12/+18 |
2010-04-08 | i965_drv_video: surface width/height is 16Btye aligned. | Xiang, Haihao | 1 | -3/+3 |
2010-04-07 | i965_drv_video: fix an assertion | Xiang, Haihao | 1 | -11/+16 |
2010-04-07 | i965_drv_video: fix an error in the previous commit | Xiang, Haihao | 1 | -0/+1 |
2010-04-06 | i965_drv_video: initialize depth buffer | Zou nan hai | 2 | -0/+17 |
2010-04-06 | i965_drv_video: multiple slices in a picture for H.264 | Xiang, Haihao | 5 | -68/+118 |
2010-03-31 | i965_drv_video: move DMV buffer to private data | Xiang, Haihao | 4 | -28/+80 |
2010-03-29 | i965_drv_video: fix POC value for current picture | Xiang, Haihao | 1 | -0/+1 |
2010-03-26 | i965_drv_video: add support for H264 on Clarkdale/Arrandale | Xiang, Haihao | 190 | -147/+25606 |
2010-03-08 | Fix drivers build. | Gwenole Beauchesne | 4 | -1/+4 |
2010-03-08 | Remove IN_LIBVA defines, Thanks for the patch from Gwenole | Austin Yuan | 8 | -11/+12 |
2009-11-20 | Merge branch 'master' of git+ssh://AustinYuan@git.freedesktop.org/git/libva | Austin Yuan | 12 | -244/+325 |
2009-11-18 | fix rendering of RGBA subpicture | Gwenole Beauchesne | 7 | -78/+16 |
2009-11-18 | simplify subpicture formats. make sure the returned VAImageFormats are correc... | Gwenole Beauchesne | 3 | -33/+74 |
2009-11-18 | fix upload of the subpicture palette. | Gwenole Beauchesne | 2 | -16/+45 |
2009-11-18 | implement vaSetImagePalette | Gwenole Beauchesne | 2 | -24/+37 |
2009-11-18 | the VA API spec metion that the dest rectangle to vaAssociateSubpicture() is ... | Gwenole Beauchesne | 3 | -57/+66 |
2009-11-18 | fix subpicture association and deassociation | Gwenole Beauchesne | 1 | -12/+19 |
2009-11-18 | Add MAX helper function | Gwenole Beauchesne | 1 | -0/+1 |
2009-11-18 | cleanup vaCreateImage, make it possible to add formats later | Gwenole Beauchesne | 3 | -41/+75 |
2009-11-18 | fix vaDestroyImage() | Gwenole Beauchesne | 2 | -3/+9 |
2009-11-18 | Fix vaAssociateSubpicture() arguments | Gwenole Beauchesne | 1 | -2/+0 |
2009-11-18 | Fix VA driver version. | Gwenole Beauchesne | 1 | -2/+2 |
2009-11-18 | Fix vaQueryImageFormats() to return 0 image formats supported at this time. | Gwenole Beauchesne | 1 | -0/+3 |
2009-11-18 | Implement vaQueryDisplayAttributes() as a no-op. | Gwenole Beauchesne | 1 | -2/+4 |
2009-09-15 | i965_drv_driver: use the horizontal position of a slice. | Xiang, Haihao | 1 | -1/+1 |
2009-08-31 | Merge branch 'master-fd.o' | Austin Yuan | 1 | -1/+1 |
2009-08-31 | __vaDriverInit_0_30 --> __vaDriverInit_0_31 for libva31 | Austin Yuan | 1 | -1/+1 |
2009-08-28 | Merge branch 'master-fd.o' | Austin Yuan | 2 | -45/+6 |
2009-08-28 | Remove context from vaSyncSurface | Austin Yuan | 1 | -6/+0 |
2009-08-28 | Split libva DSO into core (libva.so) and display-dependent parts (libva-x11.so). | Gwenole Beauchesne | 1 | -1/+1 |
2009-08-27 | Combine vaPutImage/vaPutImage2, vaAssociateSubpicture/vaAssociateSubpicture2 | Austin Yuan | 1 | -38/+5 |
2009-08-25 | Sync latest fd.o libva:master | Austin Yuan | 130 | -0/+25983 |
2009-08-25 | Merge branch 'test' | Austin Yuan | 1 | -1/+1 |
2009-08-11 | i965_drv_video: clear draw buffer before rendering. | Xiang, Haihao | 2 | -0/+52 |
2009-08-07 | i965_drv_video: fix rendering issue | Zou Nan hai | 1 | -9/+12 |
2009-08-05 | i965_drv_driver: fix assertion failure | Xiang, Haihao | 1 | -3/+4 |
2009-07-27 | i965_drv_video: Eanble VAAPI on IGDNG | Xiang, Haihao | 6 | -51/+375 |
2009-07-27 | i965_drv_video: add new compiled shader programs for IGDNG | Xiang, Haihao | 24 | -4/+6944 |