Age | Commit message (Expand) | Author | Files | Lines |
2011-04-01 | 1. add interface VARenderDevice for output the video into an external dev... | Austin Yuan | 1 | -1/+1 |
2011-03-14 | i965_drv_video/VC1: fix for single intensity compensation parameter setting | Xiang, Haihao | 1 | -3/+5 |
2011-03-14 | i965_drv_video/VC1: fix data offset for Main/Simple profile | Xiang, Haihao | 1 | -7/+13 |
2011-03-11 | i965_drv_video/VC1: disable overlap if PQUANT is less than 9 in Main/Simple p... | Xiang, Haihao | 1 | -3/+13 |
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: rendere I420/YV12 surface on SandyBridge | Xiang, Haihao | 6 | -13/+69 |
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: deinterlacing & scaling on SandyBridge | Xiang, Haihao | 5 | -197/+780 |
2011-03-10 | i965_drv_video: shaders for post processing on SandyBridge | Xiang, Haihao | 13 | -74/+969 |
2011-03-10 | i965_drv_video: move pp_context to i965_driver_data and make it a pointer. | Xiang, Haihao | 5 | -64/+81 |
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 | 5 | -24/+199 |
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-02-01 | i965_drv_video: check frame store index firstly on Sandybridge | Xiang, Haihao | 1 | -1/+2 |
2011-01-27 | [G45] Fix check for H.264 decoding support. | Gwenole Beauchesne | 4 | -27/+48 |
2011-01-27 | [G45] Fix check for VC-1 decoding support | Gwenole Beauchesne | 1 | -16/+15 |
2011-01-26 | i965_drv_video: VC-1 on Sandybridge | Xiang, Haihao | 3 | -32/+679 |
2011-01-21 | i965_drv_video: build shaders for decoding & post proscessing | Xiang, Haihao | 4 | -2/+470 |
2011-01-10 | i965_drv_video: support IA44/AI44 subpicture formats on Sandybridge | Xiang, Haihao | 1 | -0/+1 |
2010-12-21 | i965_drv_video: Fix a small typo in a comment | Damien Lespiau | 1 | -1/+1 |
2010-12-06 | i965_drv_video/mpeg2: upload Quantizer Matrix in raster order on Sandybridge | Xiang, Haihao | 1 | -1/+22 |
2010-12-06 | i965_drv_video: fix mpeg2 decoding on Sandybridge | Xiang, Haihao | 1 | -3/+10 |
2010-12-06 | i965_drv_video: Enable BLT ring | Xiang, Haihao | 3 | -10/+49 |
2010-12-06 | i965_drv_video: release mfd context | Xiang, Haihao | 1 | -14/+19 |
2010-12-06 | i965_drv_video: add support for mpeg2 decoding on Sandybridge | Xiang, Haihao | 2 | -7/+232 |
2010-12-06 | i965_drv_video/render: render sub-picture on Sandybridge | Xiang, Haihao | 1 | -6/+66 |
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 row data buffer for deblocking on Sandybridge | Xiang, Haihao | 1 | -1/+1 |
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 | 5 | -20/+807 |
2010-12-06 | i965_drv_video/render: new fragmensts for Sandybridge | Xiang, Haihao | 11 | -2/+390 |
2010-12-06 | i965_drv_video/render: remove i965_subpic_render_src_surface_state | Xiang, Haihao | 1 | -51/+2 |
2010-12-06 | i965_drv_video/render: support tiled source surface | Xiang, Haihao | 1 | -19/+25 |
2010-12-06 | i965_drv_video/render: set surface base address | Xiang, Haihao | 2 | -90/+32 |
2010-12-06 | i965_drv_video: fix weight/offset for H.264 decoding on Sandybridge | Xiang, Haihao | 1 | -14/+14 |
2010-12-06 | i965_drv_video: fix mfx_avc_slice_state command | Xiang, Haihao | 1 | -2/+2 |
2010-12-06 | i965_drv_video: set indirect bitsteam object base address | Xiang, Haihao | 1 | -9/+10 |
2010-12-06 | i965_drv_video: Y-tiled surface for MFD on Sandybridge | Xiang, Haihao | 1 | -12/+29 |
2010-12-06 | i965_drv_video: H.264 decoding on Sandybridge | Xiang, Haihao | 6 | -11/+1371 |
2010-12-06 | i965_drv_video: dump MFX commands | Xiang, Haihao | 2 | -1/+369 |
2010-12-06 | i965_drv_video: check batch buffer emitting | Xiang, Haihao | 3 | -1/+58 |
2010-12-06 | i965_drv_video: MACROs for MFX on Sandybridge | Xiang, Haihao | 1 | -0/+39 |
2010-12-06 | i965_drv_video: PCI IDs and new MI_FLUSH_DW command for Sandybridge | Xiang, Haihao | 4 | -19/+46 |
2010-09-15 | i965_drv_video: deinterlacing & scaling | Xiang, Haihao | 11 | -15/+2584 |
2010-09-15 | i965_drv_video: add video processing kernels | Xiang, Haihao | 108 | -1/+7729 |
2010-07-14 | Fix rendering of subpictures. | Gwenole Beauchesne | 1 | -6/+2 |