summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* i965_drv_video: clear draw buffer before rendering.libva31Xiang, 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-08-056-51/+375
|
* i965_drv_video: add new compiled shader programs for IGDNGXiang, Haihao2009-08-0524-4/+6944
|
* Check the version of intel-gen4asm in configure.acXiang, Haihao2009-08-051-1/+1
|
* Add VASliceParameterBufferBase.Gwenole Beauchesne2009-07-081-13/+21
| | | | Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
* Add new bit to signal VC-1 skipped P-frames.Gwenole Beauchesne2009-07-081-1/+1
| | | | Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
* Add new H.264 fields for XvBA backend.Gwenole Beauchesne2009-07-081-0/+4
| | | | Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
* Add new VC-1 fields for VDPAU backend.Gwenole Beauchesne2009-07-081-5/+18
| | | | Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
* Add new H.264 fields for VDPAU backend.Gwenole Beauchesne2009-07-081-0/+8
| | | | Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
* Explicit API extensions versioning from SDS.Gwenole Beauchesne2009-07-083-2/+21
| | | | Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
* Remove obsolete fields.Gwenole Beauchesne2009-07-082-4/+0
| | | | Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
* Fix NVIDIA driver detection.Gwenole Beauchesne2009-07-084-2/+484
| | | | Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
* Add <va_version.h> for versioning helpers.Gwenole Beauchesne2009-07-086-19/+104
| | | | 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-07-087-28/+40
| | | | Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
* Add new DSO versioning (SONAME changed to ↵Gwenole Beauchesne2009-07-085-6/+52
| | | | | | libva-VERSION.so.CURRENT.REVISION.AGE). Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
* Fix memory leak (VADriverContext.dri_state).Gwenole Beauchesne2009-07-081-2/+7
| | | | Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
* Add VA_INVALID_ID helper macro.Gwenole Beauchesne2009-07-081-1/+2
| | | | Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
* Fix make install (<va/va_x11.h>). Actually drop extraneous space. ;-)Gwenole Beauchesne2009-07-081-1/+1
| | | | Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
* Add check for libXfixes.Gwenole Beauchesne2009-07-081-0/+1
| | | | Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
* Drop duplicate LIBDRM_DEPS pkg-config check.Gwenole Beauchesne2009-07-081-2/+1
| | | | Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
* Fix driver name retrieval for dri1 and dri2.Gwenole Beauchesne2009-07-083-95/+6
| | | | Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
* Fix va_DisplayContextGetDriverName() to check for LIBVA_DRIVER_NAME first.Gwenole Beauchesne2009-07-081-16/+9
| | | | Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
* Allow conditional build of video drivers (dummy, i965).Gwenole Beauchesne2009-07-082-1/+26
| | | | Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
* Fix tests.Gwenole Beauchesne2009-07-081-1/+1
| | | | Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
* Install drivers into pkglibdir/va/.Gwenole Beauchesne2009-07-086-5/+13
| | | | Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
* Fix dummy_drv_video.so init function name.Gwenole Beauchesne2009-07-081-1/+1
| | | | Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
* Fix includes.Gwenole Beauchesne2009-07-083-1/+5
| | | | Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
* Fix bit-fields types.Gwenole Beauchesne2009-07-081-101/+101
| | | | Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
* test: Use IN_LIBVA, so that they can be built out of libvaAustin Yuan2009-07-084-0/+17
| | | | Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
* Fix test build issueAustin Yuan2009-07-081-1/+1
| | | | Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
* Fix build of vainfo.Gwenole Beauchesne2009-07-082-4/+6
| | | | | | | | | | | | | | | | | commit f8aebf54e0d6b2411cb495f9fab71dc8a05c245c Author: Gwenole Beauchesne <gbeauchesne@splitted-desktop.com> Date: Thu Jun 25 14:06:38 2009 +0000 Further fixes to vainfo: use strrchr() instead of rindex(), make profile_string() and entrypoint_string() always return a value. commit 4e6d19d5588998b5a9da30500ce727410b5787ef Author: Gwenole Beauchesne <gbeauchesne@splitted-desktop.com> Date: Wed Jun 24 12:43:55 2009 +0000 Fix vainfo error messages. Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
* Drop explicit CFLAGS override.Gwenole Beauchesne2009-07-082-2/+0
| | | | Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
* Fix make dist (i965_drv_video missing files, Paul Bender).Gwenole Beauchesne2009-07-083-1/+15
| | | | | | | | | | | | | | | | 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>
* Fix build after X11 -> x11 moveGwenole Beauchesne2009-07-081-1/+1
| | | | Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
* X11->x11 per the suggestion from GwenoleAustin Yuan2009-07-0617-9/+9
| | | | Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
* Move back dri --> src/X11Austin Yuan2009-07-0319-10/+11
| | | | Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
* Added the patch from Zou Naihai to correct DRI2XXX --> VA_DRI2XXXAustin Yuan2009-07-012-9/+9
| | | | Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
* va_backend.h: X11/va_x11.h --> dri/va_x11.hAustin Yuan2009-07-011-1/+1
| | | | Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
* Remove vaSetSubpicturePalette, please use vaSetImagePaletteAustin Yuan2009-07-013-6/+1
| | | | Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
* Refine the directory, move src/X11 to dri/Austin Yuan2009-07-0222-807/+43
| | | | 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-02122-9/+19974
| | | | | | graphics Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
* Added missing file test/mpeg2-I.jpg, mpeg2-i.mpgAustin Yuan2009-06-264-2/+2
| | | | Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
* Proposed new vaCreateSurfaceFromV4L2Buffer to replace origin ↵Austin Yuan2009-06-203-33/+51
| | | | | | vaCreateSurfaceFromMrstV4L2 buffer to make it more generic Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
* Rename vaDbgCopySurfaceToBuffer ->vaCopySurfaceToBuffer, ↵Austin Yuan2009-06-194-38/+61
| | | | | | vaDbgCreateSurfaceFromMrstVL42Buffer->vaCreateSurfaceFromMrstVL42Buffer Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
* Fix the issue that all files are moved into a sub-directory libva.Austin Yuan2009-06-1356-3/+0
| | | | Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
* Upload latest libVA libraryAustin Yuan2009-06-1357-665/+1908
| | | | | | | | | 1. Upgrade VAAPI to version 0.30 which has encode support 2. Incorporate Gwenole Beauchesne's patches 102, 103, 104. 105, 106, 107, 109 and part of 202 (see http://www.splitted-desktop.com/~gbeauchesne/libva/patches/) 3. DRI2 support Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
* Test write permissionAustin Yuan2009-05-191-0/+1
| | | | Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
* Fix interface revision of dummy driver.Waldo Bastian2008-04-281-2/+2
|