| Commit message (Expand) | Author | Age | Files | Lines |
* | va/test: Fix DSO link issue | Xiang, Haihao | 2011-09-19 | 4 | -4/+5 |
* | va: update the check for intel-gen4asm | Xiang, Haihao | 2011-08-02 | 1 | -1/+1 |
* | bump to 1.0.14libva-1.0.14 | Xiang, Haihao | 2011-07-28 | 1 | -1/+1 |
* | i965_drv_video: don't export internal driver functions. | Gwenole Beauchesne | 2011-07-27 | 3 | -1/+20 |
* | va.h: VA_DECODE_ERROR_TYPE changed to VADecodeErrorType for unified codying s... | Austin Yuan | 2011-07-26 | 1 | -4/+4 |
* | dri2: ignore BadDrawable errors. | Gwenole Beauchesne | 2011-07-26 | 1 | -1/+20 |
* | Fix make dist. | Gwenole Beauchesne | 2011-07-26 | 4 | -2/+7 |
* | Fix out-of-source builds. | Gwenole Beauchesne | 2011-07-26 | 9 | -17/+18 |
* | i965_drv_video: cosmetics (cleanup Makefile). | Gwenole Beauchesne | 2011-07-26 | 1 | -40/+58 |
* | cosmetics: clean up Makefiles. | Gwenole Beauchesne | 2011-07-26 | 3 | -73/+108 |
* | VA/X11: drop useless casts. | Gwenole Beauchesne | 2011-07-26 | 4 | -18/+18 |
* | VA/GLX: drop useless casts. | Gwenole Beauchesne | 2011-07-26 | 1 | -19/+19 |
* | vatrace: trace JPEG encode parameters | Austin Yuan | 2011-07-26 | 1 | -0/+109 |
* | Update on vatrace/test and va.h | Austin Yuan | 2011-07-14 | 8 | -51/+107 |
* | i965_drv_video: update post processing interface | Xiang, Haihao | 2011-07-12 | 5 | -263/+282 |
* | i965_drv_video: fixes assertion failure | Xiang, Haihao | 2011-07-08 | 3 | -26/+39 |
* | i965_drv_video: fix next slice vertical position for field picture | Xiang, Haihao | 2011-07-07 | 1 | -1/+1 |
* | vatrace: print MPEG4/H263 encode parameters information | Austin Yuan | 2011-06-30 | 2 | -24/+188 |
* | i965_drv_video: add support for VA_SUBPICTURE_DESTINATION_IS_SCREEN_COORD. | Gwenole Beauchesne | 2011-06-29 | 3 | -16/+21 |
* | i965_drv_video: fix subpicture scale factor for Y axis. | Gwenole Beauchesne | 2011-06-29 | 1 | -1/+1 |
* | i965_drv_video: simplify put_surface() and put_subpicture() args. | Gwenole Beauchesne | 2011-06-29 | 5 | -371/+221 |
* | va/test/putsurface_x11: avoid warning 'warning: ‘win’ is used uninitializ... | Xiang, Haihao | 2011-06-24 | 1 | -0/+3 |
* | va/test: return a value to silence compiler waring | Xiang, Haihao | 2011-06-24 | 2 | -1/+3 |
* | va: fix warning about memset. | Xiang, Haihao | 2011-06-24 | 2 | -2/+2 |
* | test/putsurface: more cleanup, remove #ifdef ANDROID from putsurface_common.c | Austin Yuan | 2011-06-20 | 5 | -148/+182 |
* | test/putsurface: add UV element into the auto-generated image | Austin Yuan | 2011-06-19 | 5 | -4/+28967 |
* | Fix vaTerminate() with non DRI-based drivers. | Gwenole Beauchesne | 2011-06-17 | 1 | -1/+1 |
* | va-android: same as X11, also always create a new VA display on android | Austin Yuan | 2011-06-16 | 1 | -40/+13 |
* | i965_drv_video: fix assertion failure | Xiang, Haihao | 2011-06-15 | 1 | -2/+1 |
* | i965_drv_video: fix GPU hang issue when decoding field coded MPEG2 picture. | Xiang, Haihao | 2011-06-14 | 5 | -26/+56 |
* | libva: fix memeory leaks in libva | Edgar Hucek | 2011-06-13 | 2 | -0/+12 |
* | i965_drv_video: fix memory leaks in i965 driver | Edgar Hucek | 2011-06-13 | 1 | -0/+1 |
* | i965_drv_video: track the internal format of a surface | Xiang, Haihao | 2011-06-13 | 8 | -20/+27 |
* | Revert the change in VA_DRI2SwapBuffers: _XReply -->_XSend | Austin Yuan | 2011-06-10 | 1 | -2/+2 |
* | Merge branch 'master' of git+ssh://git.freedesktop.org/git/libva | Austin Yuan | 2011-06-10 | 21 | -68/+993 |
|\ |
|
| * | test/encode/avcenc: don't include <pciaccess.h> | Xiang, Haihao | 2011-06-10 | 1 | -1/+0 |
| * | i965_drv_video: encode on Ivybridge | Xiang, Haihao | 2011-06-10 | 7 | -26/+602 |
| * | i965_drv_video: fix VME shaders | Xiang, Haihao | 2011-06-10 | 6 | -8/+12 |
| * | i965_drv_video: new shaders for VME on Ivybridge | Xiang, Haihao | 2011-06-10 | 13 | -37/+383 |
* | | Corrected trace prints (updated, change format, etc), replaced \t by spaces i... | Alexander Osin | 2011-06-09 | 1 | -62/+116 |
|/ |
|
* | i965_drv_video: set surface base address in VME | Xiang, Haihao | 2011-06-09 | 2 | -89/+36 |
* | i965_drv_video: clean up | Xiang, Haihao | 2011-06-09 | 1 | -6/+1 |
* | i965_drv_video: Added check of obj_surface->bo field inside i965_media_h264_s... | Alexander Osin | 2011-06-09 | 1 | -1/+3 |
* | test/basic testing programs do not need to be installed | Austin Yuan | 2011-06-07 | 1 | -3/+3 |
* | i965_drv_video: improved MV quality for VME | Zhou Chang | 2011-06-02 | 4 | -61/+39 |
* | Bump to 1.0.13libva-1.0.13 | Austin Yuan | 2011-05-30 | 1 | -1/+1 |
* | libva: several changes | Austin Yuan | 2011-05-30 | 8 | -23/+67 |
* | i965_drv_video: clean up codes | Xiang, Haihao | 2011-05-25 | 7 | -200/+55 |
* | i965_drv_video: rendering for Ivybridge | Xiang, Haihao | 2011-05-25 | 3 | -81/+1234 |
* | i965_drv_video: new shaders for rendering on Ivybridge | Xiang, Haihao | 2011-05-25 | 11 | -2/+448 |