summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2009-08-11i965_drv_video: clear draw buffer before rendering.libva31Xiang, Haihao2-0/+52
2009-08-07i965_drv_video: fix rendering issueZou Nan hai1-9/+12
2009-08-05i965_drv_driver: fix assertion failureXiang, Haihao1-3/+4
2009-08-05i965_drv_video: Eanble VAAPI on IGDNGXiang, Haihao6-51/+375
2009-08-05i965_drv_video: add new compiled shader programs for IGDNGXiang, Haihao24-4/+6944
2009-08-05Check the version of intel-gen4asm in configure.acXiang, Haihao1-1/+1
2009-07-08Add VASliceParameterBufferBase.Gwenole Beauchesne1-13/+21
Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
2009-07-08Add new bit to signal VC-1 skipped P-frames.Gwenole Beauchesne1-1/+1
Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
2009-07-08Add new H.264 fields for XvBA backend.Gwenole Beauchesne1-0/+4
Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
2009-07-08Add new VC-1 fields for VDPAU backend.Gwenole Beauchesne1-5/+18
Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
2009-07-08Add new H.264 fields for VDPAU backend.Gwenole Beauchesne1-0/+8
Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
2009-07-08Explicit API extensions versioning from SDS.Gwenole Beauchesne3-2/+21
Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
2009-07-08Remove obsolete fields.Gwenole Beauchesne2-4/+0
Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
2009-07-08Fix NVIDIA driver detection.Gwenole Beauchesne4-2/+484
Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
2009-07-08Add <va_version.h> for versioning helpers.Gwenole Beauchesne6-19/+104
Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
2009-07-08Split libva DSO into core (libva.so) and display-dependent parts (libva-x11.so).Gwenole Beauchesne7-28/+40
Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
2009-07-08Add new DSO versioning (SONAME changed to ↵Gwenole Beauchesne5-6/+52
libva-VERSION.so.CURRENT.REVISION.AGE). Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
2009-07-08Fix memory leak (VADriverContext.dri_state).Gwenole Beauchesne1-2/+7
Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
2009-07-08Add VA_INVALID_ID helper macro.Gwenole Beauchesne1-1/+2
Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
2009-07-08Fix make install (<va/va_x11.h>). Actually drop extraneous space. ;-)Gwenole Beauchesne1-1/+1
Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
2009-07-08Add check for libXfixes.Gwenole Beauchesne1-0/+1
Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
2009-07-08Drop duplicate LIBDRM_DEPS pkg-config check.Gwenole Beauchesne1-2/+1
Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
2009-07-08Fix driver name retrieval for dri1 and dri2.Gwenole Beauchesne3-95/+6
Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
2009-07-08Fix va_DisplayContextGetDriverName() to check for LIBVA_DRIVER_NAME first.Gwenole Beauchesne1-16/+9
Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
2009-07-08Allow conditional build of video drivers (dummy, i965).Gwenole Beauchesne2-1/+26
Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
2009-07-08Fix tests.Gwenole Beauchesne1-1/+1
Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
2009-07-08Install drivers into pkglibdir/va/.Gwenole Beauchesne6-5/+13
Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
2009-07-08Fix dummy_drv_video.so init function name.Gwenole Beauchesne1-1/+1
Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
2009-07-08Fix includes.Gwenole Beauchesne3-1/+5
Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
2009-07-08Fix bit-fields types.Gwenole Beauchesne1-101/+101
Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
2009-07-08test: Use IN_LIBVA, so that they can be built out of libvaAustin Yuan4-0/+17
Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
2009-07-08Fix test build issueAustin Yuan1-1/+1
Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
2009-07-08Fix build of vainfo.Gwenole Beauchesne2-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>
2009-07-08Drop explicit CFLAGS override.Gwenole Beauchesne2-2/+0
Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
2009-07-08Fix make dist (i965_drv_video missing files, Paul Bender).Gwenole Beauchesne3-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>
2009-07-08Fix build after X11 -> x11 moveGwenole Beauchesne1-1/+1
Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
2009-07-06X11->x11 per the suggestion from GwenoleAustin Yuan17-9/+9
Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
2009-07-03Move back dri --> src/X11Austin Yuan19-10/+11
Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
2009-07-01Added the patch from Zou Naihai to correct DRI2XXX --> VA_DRI2XXXAustin Yuan2-9/+9
Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
2009-07-01va_backend.h: X11/va_x11.h --> dri/va_x11.hAustin Yuan1-1/+1
Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
2009-07-01Remove vaSetSubpicturePalette, please use vaSetImagePaletteAustin Yuan3-6/+1
Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
2009-07-02Refine the directory, move src/X11 to dri/Austin Yuan22-807/+43
Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
2009-07-02Apply the patch from Nanhai to support MPEG2 VLD on Intel integrated G45 ↵Austin Yuan122-9/+19974
graphics Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
2009-06-26Added missing file test/mpeg2-I.jpg, mpeg2-i.mpgAustin Yuan4-2/+2
Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
2009-06-20Proposed new vaCreateSurfaceFromV4L2Buffer to replace origin ↵Austin Yuan3-33/+51
vaCreateSurfaceFromMrstV4L2 buffer to make it more generic Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
2009-06-19Rename vaDbgCopySurfaceToBuffer ->vaCopySurfaceToBuffer, ↵Austin Yuan4-38/+61
vaDbgCreateSurfaceFromMrstVL42Buffer->vaCreateSurfaceFromMrstVL42Buffer Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
2009-06-13Fix the issue that all files are moved into a sub-directory libva.Austin Yuan56-3/+0
Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
2009-06-13Upload latest libVA libraryAustin Yuan57-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>
2009-05-19Test write permissionAustin Yuan1-0/+1
Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
2008-04-28Fix interface revision of dummy driver.Waldo Bastian1-2/+2