profile/ivi/vaapi-intel-driver.git
2010-06-02 Xiang, Haihaoi965_drv_video: new ring buffer flag
2010-06-02 Xiang, Haihaoi965_drv_video: fix graphics memory usage
2010-06-02 Xiang, Haihaoi965_drv_video: don't execute batch buffer after decodi...
2010-06-02 Xiang, Haihaoi965_drv_video: [H.264] enlarge concurrent threads...
2010-06-02 Xiang, Haihaoi965_drv_video: [H.264] devide the command buffer into...
2010-06-02 Xiang, Haihaoi965_drv_vidoe: update max_thread for rendering
2010-06-02 Xiang, Haihaoi965_drv_video: fix initialization function
2010-05-07 Xiang, Haihaoi965_drv_video: [H.264] add support for ILDB
2010-04-19 Xiang, Haihaoi965_drv_video: move AVC-ILDB data buffer to struct...
2010-04-19 Xiang, Haihaoi965_drv_video: [H.264] fix weight 128 issue
2010-04-15 Xiang, Haihaoi965_drv_video: [H.264] fix for weight/offset state
2010-04-14 Xiang, Haihaoi965_drv_video: [H.264] track frame store index
2010-04-09 Xiang, Haihaoi965_drv_video: fix an assertion
2010-04-09 Xiang, Haihaoi965_drv_video: fix MBAFF issue
2010-04-08 Xiang, Haihaoi965_drv_video: surface width/height is 16Btye aligned.
2010-04-07 Xiang, Haihaoi965_drv_video: fix an assertion
2010-04-07 Xiang, Haihaoi965_drv_video: fix an error in the previous commit
2010-04-06 Zou nan haii965_drv_video: initialize depth buffer
2010-04-06 Xiang, Haihaoi965_drv_video: multiple slices in a picture for H.264
2010-03-31 Xiang, Haihaoi965_drv_video: move DMV buffer to private data
2010-03-29 Xiang, Haihaoi965_drv_video: fix POC value for current picture
2010-03-26 Xiang, Haihaoi965_drv_video: add support for H264 on Clarkdale/Arrandale
2010-03-08 Gwenole BeauchesneFix drivers build.
2010-03-08 Austin YuanRemove IN_LIBVA defines, Thanks for the patch from...
2009-11-20 Austin YuanMerge branch 'master' of git+ssh://AustinYuan@git.freed...
2009-11-18 Gwenole Beauchesnefix rendering of RGBA subpicture
2009-11-18 Gwenole Beauchesnesimplify subpicture formats. make sure the returned...
2009-11-18 Gwenole Beauchesnefix upload of the subpicture palette.
2009-11-18 Gwenole Beauchesneimplement vaSetImagePalette
2009-11-18 Gwenole Beauchesnethe VA API spec metion that the dest rectangle to vaAss...
2009-11-18 Gwenole Beauchesnefix subpicture association and deassociation
2009-11-18 Gwenole BeauchesneAdd MAX helper function
2009-11-18 Gwenole Beauchesnecleanup vaCreateImage, make it possible to add formats...
2009-11-18 Gwenole Beauchesnefix vaDestroyImage()
2009-11-18 Gwenole BeauchesneFix vaAssociateSubpicture() arguments
2009-11-18 Gwenole BeauchesneFix VA driver version.
2009-11-18 Gwenole BeauchesneFix vaQueryImageFormats() to return 0 image formats...
2009-11-18 Gwenole BeauchesneImplement vaQueryDisplayAttributes() as a no-op.
2009-09-15 Xiang, Haihaoi965_drv_driver: use the horizontal position of a slice.
2009-08-31 Austin YuanMerge branch 'master-fd.o'
2009-08-31 Austin Yuan__vaDriverInit_0_30 --> __vaDriverInit_0_31 for libva31
2009-08-28 Austin YuanMerge branch 'master-fd.o'
2009-08-28 Austin YuanRemove context from vaSyncSurface
2009-08-28 Gwenole BeauchesneSplit libva DSO into core (libva.so) and display-depend...
2009-08-27 Austin YuanCombine vaPutImage/vaPutImage2, vaAssociateSubpicture...
2009-08-24 Austin YuanSync latest fd.o libva:master
2009-08-24 Austin YuanMerge branch 'test'
2009-08-11 Xiang, Haihaoi965_drv_video: clear draw buffer before rendering.
2009-08-07 Zou Nan haii965_drv_video: fix rendering issue
2009-08-05 Xiang, Haihaoi965_drv_driver: fix assertion failure
2009-07-27 Xiang, Haihaoi965_drv_video: Eanble VAAPI on IGDNG
2009-07-27 Xiang, Haihaoi965_drv_video: add new compiled shader programs for...
2009-07-08 Gwenole BeauchesneInstall drivers into pkglibdir/va/.
2009-07-08 Gwenole BeauchesneFix make dist (i965_drv_video missing files, Paul Bender).
2009-07-06 Austin YuanX11->x11 per the suggestion from Gwenole
2009-07-03 Austin YuanMove back dri --> src/X11
2009-06-30 Austin YuanRemove vaSetSubpicturePalette, please use vaSetImagePalette
2009-07-02 Austin YuanRefine the directory, move src/X11 to dri/
2009-07-02 Austin YuanApply the patch from Nanhai to support MPEG2 VLD on...