summaryrefslogtreecommitdiff
path: root/i965_drv_video
Commit message (Collapse)AuthorAgeFilesLines
* __vaDriverInit_0_30 --> __vaDriverInit_0_31 for libva31Austin Yuan2009-08-311-1/+1
| | | | Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
* Remove context from vaSyncSurfaceAustin Yuan2009-08-281-6/+0
| | | | Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
* Split libva DSO into core (libva.so) and display-dependent parts (libva-x11.so).Gwenole Beauchesne2009-08-281-1/+1
| | | | Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
* Combine vaPutImage/vaPutImage2, vaAssociateSubpicture/vaAssociateSubpicture2Austin Yuan2009-08-271-38/+5
| | | | Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
* Merge branch 'test'libva30Austin Yuan2009-08-251-1/+1
|\
| * Install drivers into pkglibdir/va/.Gwenole Beauchesne2009-07-081-1/+1
| | | | | | | | Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
* | i965_drv_video: clear draw buffer before rendering.Xiang, Haihao2009-08-112-0/+52
| |
* | i965_drv_video: fix rendering issueZou Nan hai2009-08-071-9/+12
| |
* | i965_drv_driver: fix assertion failureXiang, Haihao2009-08-051-3/+4
| |
* | i965_drv_video: Eanble VAAPI on IGDNGXiang, Haihao2009-07-276-51/+375
| |
* | i965_drv_video: add new compiled shader programs for IGDNGXiang, Haihao2009-07-2724-4/+6944
|/
* Fix make dist (i965_drv_video missing files, Paul Bender).Gwenole Beauchesne2009-07-081-0/+12
| | | | | | | | | | | | | | | | commit a02c6205509411b9e444b5546023dd8c5672fd99 Author: Gwenole Beauchesne <gbeauchesne@splitted-desktop.com> Date: Thu Jul 2 09:28:02 2009 +0000 Fix make dist (tests). commit 93db0794456910eb4b1daf2e1c1a7f45448897c1 Author: Gwenole Beauchesne <gbeauchesne@splitted-desktop.com> Date: Wed Jun 24 07:49:02 2009 +0000 Fix make dist. Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
* X11->x11 per the suggestion from GwenoleAustin Yuan2009-07-061-1/+1
| | | | Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
* Move back dri --> src/X11Austin Yuan2009-07-031-1/+1
| | | | Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
* Remove vaSetSubpicturePalette, please use vaSetImagePaletteAustin Yuan2009-07-011-1/+1
| | | | Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
* Refine the directory, move src/X11 to dri/Austin Yuan2009-07-024-793/+1
| | | | Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
* Apply the patch from Nanhai to support MPEG2 VLD on Intel integrated G45 ↵Austin Yuan2009-07-02111-0/+19443
graphics Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>