| Age | Commit message (Expand) | Author | Files | Lines |
| 2011-08-22 | Moved files around. | Gwenole Beauchesne | 1 | -2626/+0 |
| 2011-07-27 | i965_drv_video: don't export internal driver functions. | Gwenole Beauchesne | 1 | -0/+3 |
| 2011-07-12 | i965_drv_video: update post processing interface | Xiang, Haihao | 1 | -3/+0 |
| 2011-06-29 | i965_drv_video: add support for VA_SUBPICTURE_DESTINATION_IS_SCREEN_COORD. | Gwenole Beauchesne | 1 | -4/+5 |
| 2011-06-29 | i965_drv_video: simplify put_surface() and put_subpicture() args. | Gwenole Beauchesne | 1 | -8/+15 |
| 2011-06-13 | i965_drv_video: track the internal format of a surface | Xiang, Haihao | 1 | -4/+9 |
| 2011-06-10 | i965_drv_video: encode on Ivybridge | Xiang, Haihao | 1 | -1/+1 |
| 2011-05-25 | i965_drv_video: clean up codes | Xiang, Haihao | 1 | -26/+35 |
| 2011-05-25 | i965_drv_video: H.264 & MPEG2 decoding on Ivybridge | Xiang, Haihao | 1 | -1/+7 |
| 2011-05-25 | i965_drv_video: Ivybridge PCI IDs | Xiang, Haihao | 1 | -9/+19 |
| 2011-05-16 | i965_drv_vidoe: thread safety for rendering | Xiang, Haihao | 1 | -0/+7 |
| 2011-05-16 | i965_drv_video: move batchbuffer to context | Xiang, Haihao | 1 | -10/+5 |
| 2011-05-16 | i965_drv_video: clean up batchbuffer interface | Xiang, Haihao | 1 | -2/+6 |
| 2011-05-10 | i965_drv_video: create media_state per context | Xiang, Haihao | 1 | -121/+309 |
| 2011-05-06 | Implemented i965_LockSurface, i965_UnlockSurface, i965_BufferInfo | Alexander I Osin | 1 | -14/+169 |
| 2011-04-26 | Merge branch 'snb-encoder' | Xiang, Haihao | 1 | -30/+113 |
| 2011-04-11 | i965_drv_video: fix the format of a derived image for MPEG2 on ILK | Xiang, Haihao | 1 | -19/+34 |
| 2011-04-11 | i965_drv_video: associate the derived image with the surface | Xiang, Haihao | 1 | -0/+1 |
| 2011-04-07 | fix for VAEncCodedBufferType | Xiang, Haihao | 1 | -1/+23 |
| 2011-04-07 | i965_drv_vidoe: Encoder on Sandy Bridge | Zhou Chang | 1 | -29/+90 |
| 2011-04-01 | 1. add interface VARenderDevice for output the video into an external dev... | Austin Yuan | 1 | -1/+1 |
| 2011-03-11 | i965_drv_video: Fixes the dimension of a surface on SandyBridge | Xiang, Haihao | 1 | -1/+1 |
| 2011-03-11 | i965_drv_video: only use tiled surface for NV12 on SandyBridge | Xiang, Haihao | 1 | -2/+3 |
| 2011-03-10 | i965_drv_video: move pp_context to i965_driver_data and make it a pointer. | Xiang, Haihao | 1 | -0/+6 |
| 2011-03-10 | i965_drv_video: don't support MPEG2/VC1/H264 without BSD support on SandyBridge. | Xiang, Haihao | 1 | -10/+15 |
| 2011-03-10 | i965_drv_video: Implement vaDeriveImage() | Xiang, Haihao | 1 | -14/+174 |
| 2011-03-10 | i965_drv_video: map/unmap a tiled GEM BO | Xiang, Haihao | 1 | -6/+40 |
| 2011-02-24 | i965_dri_video: don't try to render an invalid surface | Xiang, Haihao | 1 | -1/+1 |
| 2011-02-10 | i965_drv_video: make VADriverContext.vtable a pointer. | Gwenole Beauchesne | 1 | -42/+43 |
| 2011-02-09 | Bump VA-API version to 0.32.0. Fix __vaDriverInit*() function name. | Gwenole Beauchesne | 1 | -1/+2 |
| 2011-02-09 | i965_drv_video: set the number of elements in a buffer store. | Osin, Alexander I | 1 | -0/+3 |
| 2011-01-27 | [G45] Fix check for H.264 decoding support. | Gwenole Beauchesne | 1 | -16/+27 |
| 2011-01-27 | [G45] Fix check for VC-1 decoding support | Gwenole Beauchesne | 1 | -16/+15 |
| 2010-12-06 | i965_drv_video: Currently only use tiled-Y surfaces on Sandybridge | Xiang, Haihao | 1 | -2/+9 |
| 2010-12-06 | i965_drv_video: fix surface dimension | Xiang, Haihao | 1 | -2/+2 |
| 2010-12-06 | i965_drv_video/render: rendering for Sandybridge | Xiang, Haihao | 1 | -4/+4 |
| 2010-12-06 | i965_drv_video: H.264 decoding on Sandybridge | Xiang, Haihao | 1 | -7/+42 |
| 2010-12-06 | i965_drv_video: PCI IDs and new MI_FLUSH_DW command for Sandybridge | Xiang, Haihao | 1 | -1/+2 |
| 2010-09-15 | i965_drv_video: deinterlacing & scaling | Xiang, Haihao | 1 | -3/+14 |
| 2010-07-13 | Fix vaGetImage() for YV12 format. | Gwenole Beauchesne | 1 | -9/+12 |
| 2010-07-13 | Simplify vaGetImage(). | Gwenole Beauchesne | 1 | -58/+54 |
| 2010-07-13 | Fix vaGetImage() to wait for pending operations to complete. | Gwenole Beauchesne | 1 | -0/+3 |
| 2010-07-13 | Add NV12 image format. | Gwenole Beauchesne | 1 | -0/+60 |
| 2010-07-12 | Fix vaGetImage() bounds checking code. | Gwenole Beauchesne | 1 | -2/+4 |
| 2010-07-12 | Move initialization of render_state->interleaved_uv to vaCreateContext(). | Gwenole Beauchesne | 1 | -12/+11 |
| 2010-07-12 | Add I420 image format. | Gwenole Beauchesne | 1 | -1/+15 |
| 2010-07-12 | i965_drv_video: use original widht/height for rendering | Xiang, Haihao | 1 | -2/+4 |
| 2010-07-12 | Implement vaGetImage(). | Gwenole Beauchesne | 1 | -1/+105 |
| 2010-07-12 | Add YV12 image format. | Gwenole Beauchesne | 1 | -1/+31 |
| 2010-07-12 | Don't return VA_STATUS_SUCCESS for unimplemented functions. | Gwenole Beauchesne | 1 | -7/+11 |