summaryrefslogtreecommitdiff
path: root/i965_drv_video
Commit message (Collapse)AuthorAgeFilesLines
* fix rendering of RGBA subpictureGwenole Beauchesne2009-11-187-78/+16
|
* simplify subpicture formats. make sure the returned VAImageFormats are ↵Gwenole Beauchesne2009-11-183-33/+74
| | | | correctly filled in
* fix upload of the subpicture palette.Gwenole Beauchesne2009-11-182-16/+45
|
* implement vaSetImagePaletteGwenole Beauchesne2009-11-182-24/+37
|
* the VA API spec metion that the dest rectangle to vaAssociateSubpicture() is ↵Gwenole Beauchesne2009-11-183-57/+66
| | | | relative to the parent surface. So, we have another level of scaling since the surface can be scaled during vaPutSurface. This patch tries to fix that.
* fix subpicture association and deassociationGwenole Beauchesne2009-11-181-12/+19
|
* Add MAX helper functionGwenole Beauchesne2009-11-181-0/+1
|
* cleanup vaCreateImage, make it possible to add formats laterGwenole Beauchesne2009-11-183-41/+75
|
* fix vaDestroyImage()Gwenole Beauchesne2009-11-182-3/+9
|
* Fix vaAssociateSubpicture() argumentsGwenole Beauchesne2009-11-181-2/+0
|
* Fix VA driver version.Gwenole Beauchesne2009-11-181-2/+2
|
* Fix vaQueryImageFormats() to return 0 image formats supported at this time.Gwenole Beauchesne2009-11-181-0/+3
|
* Implement vaQueryDisplayAttributes() as a no-op.Gwenole Beauchesne2009-11-181-2/+4
|
* i965_drv_driver: use the horizontal position of a slice.Xiang, Haihao2009-09-151-1/+1
|
* __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>