Age | Commit message (Expand) | Author | Files | Lines |
2011-07-14 | Update on vatrace/test and va.hHEADmaster | Austin Yuan | 8 | -51/+107 |
2011-07-12 | i965_drv_video: update post processing interface | Xiang, Haihao | 5 | -263/+282 |
2011-07-08 | i965_drv_video: fixes assertion failure | Xiang, Haihao | 3 | -26/+39 |
2011-07-07 | i965_drv_video: fix next slice vertical position for field picture | Xiang, Haihao | 1 | -1/+1 |
2011-06-30 | vatrace: print MPEG4/H263 encode parameters information | Austin Yuan | 2 | -24/+188 |
2011-06-29 | i965_drv_video: add support for VA_SUBPICTURE_DESTINATION_IS_SCREEN_COORD. | Gwenole Beauchesne | 3 | -16/+21 |
2011-06-29 | i965_drv_video: fix subpicture scale factor for Y axis. | Gwenole Beauchesne | 1 | -1/+1 |
2011-06-29 | i965_drv_video: simplify put_surface() and put_subpicture() args. | Gwenole Beauchesne | 5 | -371/+221 |
2011-06-24 | va/test/putsurface_x11: avoid warning 'warning: ‘win’ is used uninitializ... | Xiang, Haihao | 1 | -0/+3 |
2011-06-24 | va/test: return a value to silence compiler waring | Xiang, Haihao | 2 | -1/+3 |
2011-06-24 | va: fix warning about memset. | Xiang, Haihao | 2 | -2/+2 |
2011-06-20 | test/putsurface: more cleanup, remove #ifdef ANDROID from putsurface_common.c | Austin Yuan | 5 | -148/+182 |
2011-06-19 | test/putsurface: add UV element into the auto-generated image | Austin Yuan | 5 | -4/+28967 |
2011-06-17 | Fix vaTerminate() with non DRI-based drivers. | Gwenole Beauchesne | 1 | -1/+1 |
2011-06-16 | va-android: same as X11, also always create a new VA display on android | Austin Yuan | 1 | -40/+13 |
2011-06-15 | i965_drv_video: fix assertion failure | Xiang, Haihao | 1 | -2/+1 |
2011-06-14 | i965_drv_video: fix GPU hang issue when decoding field coded MPEG2 picture. | Xiang, Haihao | 5 | -26/+56 |
2011-06-13 | libva: fix memeory leaks in libva | Edgar Hucek | 2 | -0/+12 |
2011-06-13 | i965_drv_video: fix memory leaks in i965 driver | Edgar Hucek | 1 | -0/+1 |
2011-06-13 | i965_drv_video: track the internal format of a surface | Xiang, Haihao | 8 | -20/+27 |
2011-06-10 | Revert the change in VA_DRI2SwapBuffers: _XReply -->_XSend | Austin Yuan | 1 | -2/+2 |
2011-06-10 | Merge branch 'master' of git+ssh://git.freedesktop.org/git/libva | Austin Yuan | 21 | -68/+993 |
2011-06-10 | test/encode/avcenc: don't include <pciaccess.h> | Xiang, Haihao | 1 | -1/+0 |
2011-06-10 | i965_drv_video: encode on Ivybridge | Xiang, Haihao | 7 | -26/+602 |
2011-06-10 | i965_drv_video: fix VME shaders | Xiang, Haihao | 6 | -8/+12 |
2011-06-10 | i965_drv_video: new shaders for VME on Ivybridge | Xiang, Haihao | 13 | -37/+383 |
2011-06-09 | Corrected trace prints (updated, change format, etc), replaced \t by spaces i... | Alexander Osin | 1 | -62/+116 |
2011-06-09 | i965_drv_video: set surface base address in VME | Xiang, Haihao | 2 | -89/+36 |
2011-06-09 | i965_drv_video: clean up | Xiang, Haihao | 1 | -6/+1 |
2011-06-09 | i965_drv_video: Added check of obj_surface->bo field inside i965_media_h264_s... | Alexander Osin | 1 | -1/+3 |
2011-06-07 | test/basic testing programs do not need to be installed | Austin Yuan | 1 | -3/+3 |
2011-06-02 | i965_drv_video: improved MV quality for VME | Zhou Chang | 4 | -61/+39 |
2011-05-30 | Bump to 1.0.13 | Austin Yuan | 1 | -1/+1 |
2011-05-30 | libva: several changes | Austin Yuan | 8 | -23/+67 |
2011-05-25 | i965_drv_video: clean up codes | Xiang, Haihao | 7 | -200/+55 |
2011-05-25 | i965_drv_video: rendering for Ivybridge | Xiang, Haihao | 3 | -81/+1234 |
2011-05-25 | i965_drv_video: new shaders for rendering on Ivybridge | Xiang, Haihao | 11 | -2/+448 |
2011-05-25 | i965_drv_video: VC1 decoding on Ivybridge | Xiang, Haihao | 2 | -70/+72 |
2011-05-25 | i965_drv_video: H.264 & MPEG2 decoding on Ivybridge | Xiang, Haihao | 5 | -3/+2252 |
2011-05-25 | i965_drv_video: Ivybridge PCI IDs | Xiang, Haihao | 6 | -19/+49 |
2011-05-16 | i965_drv_video: thread safety for object allocation | Xiang, Haihao | 2 | -0/+21 |
2011-05-16 | i965_drv_vidoe: thread safety for rendering | Xiang, Haihao | 6 | -8/+81 |
2011-05-16 | va: always create a new VA display on X11 | Xiang, Haihao | 1 | -38/+6 |
2011-05-16 | test/putsurface/putsurface: fix multi-thread issue on X11 | Xiang, Haihao | 1 | -0/+6 |
2011-05-16 | test/putsurface/putsurface: pass a valid DRAWABLE to vaPutSurface | Xiang, Haihao | 1 | -0/+5 |
2011-05-16 | i965_drv_video: move batchbuffer to context | Xiang, Haihao | 17 | -389/+343 |
2011-05-16 | i965_drv_video: clean up batchbuffer interface | Xiang, Haihao | 17 | -1403/+1559 |
2011-05-16 | update .gitignore | Xiang, Haihao | 1 | -0/+1 |
2011-05-10 | i965_drv_video: store post process parameters in context | Xiang, Haihao | 2 | -215/+217 |
2011-05-10 | i965_drv_video: store kernel info in the corresponding context | Xiang, Haihao | 13 | -154/+166 |