summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* bump library version to 1.0.11libva-1.0.11Xiang, Haihao2011-03-282-2/+2
* i965_drv_video/VC1: fix for single intensity compensation parameter settingXiang, Haihao2011-03-141-3/+5
* i965_drv_video/VC1: fix data offset for Main/Simple profileXiang, Haihao2011-03-141-7/+13
* i965_drv_video/VC1: disable overlap if PQUANT is less than 9 in Main/Simple p...Xiang, Haihao2011-03-111-3/+13
* i965_drv_video: Fixes the dimension of a surface on SandyBridgeXiang, Haihao2011-03-111-1/+1
* i965_drv_video: rendere I420/YV12 surface on SandyBridgeXiang, Haihao2011-03-116-13/+69
* i965_drv_video: only use tiled surface for NV12 on SandyBridgeXiang, Haihao2011-03-111-2/+3
* i965_drv_video: deinterlacing & scaling on SandyBridgeXiang, Haihao2011-03-105-197/+780
* i965_drv_video: shaders for post processing on SandyBridgeXiang, Haihao2011-03-1013-74/+969
* i965_drv_video: move pp_context to i965_driver_data and make it a pointer.Xiang, Haihao2011-03-105-64/+81
* i965_drv_video: don't support MPEG2/VC1/H264 without BSD support on SandyBridge.Xiang, Haihao2011-03-101-10/+15
* i965_drv_video: Implement vaDeriveImage()Xiang, Haihao2011-03-105-24/+199
* i965_drv_video: map/unmap a tiled GEM BOXiang, Haihao2011-03-101-6/+40
* i965_dri_video: don't try to render an invalid surfaceXiang, Haihao2011-02-241-1/+1
* i965_drv_video: make VADriverContext.vtable a pointer.Gwenole Beauchesne2011-02-101-42/+43
* Correct USE_EGL check and bump to libva 1.0.10libva-1.0.10Austin Yuan2011-02-092-3/+3
* Remove suffix of libva.spec from the version stringAustin Yuan2011-02-091-1/+1
* Bump to libva 1.0.9Austin Yuan2011-02-092-2/+2
* Fix build issueAustin Yuan2011-02-095-3/+31
* 1) cleanup for VA_FOOLAustin Yuan2011-02-0815-57/+318
* dummy_drv_video: make VADriverContext.vtable a pointer.Gwenole Beauchesne2011-02-091-44/+45
* Make VADriverContext.vtable a pointer.Gwenole Beauchesne2011-02-094-54/+80
* Bump VA-API version to 0.32.0. Fix __vaDriverInit*() function name.Gwenole Beauchesne2011-02-094-7/+14
* i965_drv_video: set the number of elements in a buffer store.Osin, Alexander I2011-02-091-0/+3
* i965_drv_video: check frame store index firstly on SandybridgeXiang, Haihao2011-02-011-1/+2
* Update VAAPI to 0.32Xiang, Haihao2011-01-273-7/+7
* [G45] Fix check for H.264 decoding support.Gwenole Beauchesne2011-01-274-27/+48
* [G45] Fix check for VC-1 decoding supportGwenole Beauchesne2011-01-271-16/+15
* i965_drv_video: VC-1 on SandybridgeXiang, Haihao2011-01-263-32/+679
* Add profile into VAPictureParameterBufferVC1Xiang, Haihao2011-01-261-0/+1
* Bump to 1.0.8libva-1.0.8Austin Yuan2011-01-251-1/+1
* i965_drv_video: build shaders for decoding & post proscessingXiang, Haihao2011-01-214-2/+470
* Refine VA_FOOL, and delete the hard coded clip va_fool_264.hAustin Yuan2011-01-1429-19159/+1546
* i965_drv_video: support IA44/AI44 subpicture formats on SandybridgeXiang, Haihao2011-01-101-0/+1
* bump library version to 1.0.7libva-1.0.7Xiang, Haihao2011-01-051-1/+1
* Merge branch 'master' of git+ssh://AustinYuan@git.freedesktop.org/git/libvaAustin Yuan2010-12-212-4/+4
|\
| * i965_drv_video: Bump the libdrm dependency to 2.4.23 for I915_EXEC_BLTDamien Lespiau2010-12-211-3/+3
| * i965_drv_video: Fix a small typo in a commentDamien Lespiau2010-12-211-1/+1
* | Fix the build issue on AndroidAustin Yuan2010-12-211-12/+16
* | Remove config.h va/va_version.h (from Gwenole)Austin Yuan2010-12-212-162/+0
* | Add sysdeps.h for system-dependent definitions. e.g. Android.Gwenole Beauchesne2010-12-216-11/+49
* | Android: try to auto generate <va/version.h>Gwenole Beauchesne2010-12-212-1/+42
|/
* It makes the compilation visually cleaner and the warnings easier to spot.Damien Lespiau2010-12-211-0/+1
* Which means adding the tests, the pc files and va/va_version.h (generated fil...Damien Lespiau2010-12-211-2/+18
* It's quite useful to be able to see what we are going to build, esp. as the i...Damien Lespiau2010-12-211-0/+22
* i965_drv_video/mpeg2: upload Quantizer Matrix in raster order on SandybridgeXiang, Haihao2010-12-061-1/+22
* i965_drv_video: fix mpeg2 decoding on SandybridgeXiang, Haihao2010-12-061-3/+10
* i965_drv_video: Enable BLT ringXiang, Haihao2010-12-063-10/+49
* i965_drv_video: release mfd contextXiang, Haihao2010-12-061-14/+19
* i965_drv_video: add support for mpeg2 decoding on SandybridgeXiang, Haihao2010-12-062-7/+232