summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)AuthorFilesLines
2011-01-10inclue test/vainfo/* intot he buildAustin Yuan1-0/+1
Signed-off-by: Austin Yuan <shengquan.yuan@gmail.com>
2010-12-28libva 1.0.7Austin Yuan1-1/+1
Signed-off-by: Austin Yuan <shengquan.yuan@gmail.com>
2010-12-21i965_drv_video: Bump the libdrm dependency to 2.4.23 for I915_EXEC_BLTDamien Lespiau1-3/+3
I915_EXEC_BLT has landed recently-ish in libdrm and you need v2.4.23 to be able to compile the i965 driver. Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
2010-12-21It makes the compilation visually cleaner and the warnings easier to spot.Damien Lespiau1-0/+1
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
2010-12-21It's quite useful to be able to see what we are going to build, esp. as the ↵Damien Lespiau1-0/+22
i965 driver is not enabled by default. Obviously the summary can be extended with extra information. Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
2010-12-06i965_drv_video/render: new fragmensts for SandybridgeXiang, Haihao1-1/+1
Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
2010-10-28libva-1.0.6Austin Yuan1-3/+3
1) Refinement for VA_TRACE, new LIBVA_FOOL, see the description in va_trace.c/va_fool.c 2) vaPutSurface flag VA_ENABLE_BLEND to blend the surface with a color 3) libva.spec for RPM package 4) Update VAAPI for dynamic bit rate control/AIR/maximum slice size ctrl 5) Added VA_STATUS_ERROR_DECODING/ENCODING_ERROR to report decode/encode error 6) Add config.h/va_vesion.h for Android 7) Update "vainfo.c" for Android Signed-off-by: Austin Yuan <shengquan.yuan@gmail.com> Signed-off-by: Binglin Chen <binglin.chen@intel.com> Signed-off-by: Fei Jiang <fei.jiang@intel.com> Signed-off-by: Elaine Wang <elaine.wang@intel.com> Signed-off-by: Ren Zhaohan <zhaohan.ren@intel.com> Signed-off-by: Jerry Dong <jerry.dong@intel.com> Signed-off-by: Austin Yuan <shengquan.yuan@gmail.com>
2010-09-25Added libva-tpi.pc fileAustin Yuan1-0/+1
Signed-off-by: Austin Yuan <shengquan.yuan@gmail.com>
2010-09-21bump library version to 1.0.5libva-1.0.5Xiang, Haihao1-1/+1
Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
2010-09-15i965_drv_video: add video processing kernelsXiang, Haihao1-0/+1
2010-07-26Bump to 1.0.4libva-1.0.4Austin Yuan1-1/+1
Signed-off-by: Austin Yuan <shengquan.yuan@gmail.com>
2010-07-21Fix to require libdrm 2.4.21 or newer for i965 video driver.Xiang, Haihao1-3/+3
This is necessary to support BSD command
2010-06-13bump library version to 1.0.3ww26.3-videolibva-1.0.3Xiang, Haihao1-1/+1
2010-06-08Merge branch 'i965_h264'Xiang, Haihao1-0/+2
Conflicts: va/x11/dri2_util.c
2010-05-13increate versionAustin Yuan1-1/+1
Signed-off-by: Austin Yuan <shengquan.yuan@gmail.com>
2010-05-12Fix build issueAustin Yuan1-1/+2
Signed-off-by: Austin Yuan <shengquan.yuan@gmail.com>
2010-05-13Add OpenGL extensions (v3) and generic implementation with TFP and FBO.Gwenole Beauchesne1-0/+22
2010-04-16saveAustin Yuan1-0/+13
Signed-off-by: Austin Yuan <shengquan.yuan@gmail.com>
2010-04-16saveAustin Yuan1-0/+1
Signed-off-by: Austin Yuan <shengquan.yuan@gmail.com>
2010-03-29Added JPEG/IEP data structureAustin Yuan1-1/+1
Signed-off-by: Austin Yuan <shengquan.yuan@gmail.com>
2010-03-26i965_drv_video: add support for H264 on Clarkdale/ArrandaleXiang, Haihao1-0/+2
2010-03-08Remove IN_LIBVA defines, Thanks for the patch from GwenoleAustin Yuan1-3/+3
Signed-off-by: Austin Yuan <shengquan.yuan@gmail.com>
2009-12-17Update libva library version to 1.0.1. should increase the revision when the ↵libva-1.0.1Austin Yuan1-1/+1
library has change Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
2009-11-27re-arrange test programsAustin Yuan1-0/+4
Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
2009-09-03Drop libva_display. Explicitly use libva-x11.Gwenole Beauchesne1-2/+1
2009-09-03Drop references to SDS.Gwenole Beauchesne1-6/+0
2009-08-28Split libva DSO into core (libva.so) and display-dependent parts (libva-x11.so).Gwenole Beauchesne1-1/+6
Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
2009-08-27Update VAAPI to 0.31, libva.so SONAME to libva.so.1Austin Yuan1-4/+4
Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
2009-08-25Merge branch 'test'Austin Yuan1-3/+71
2009-08-14Don't include VAAPI version to SONAMEAustin Yuan1-3/+3
VAAPI version upgrade doesn't mean it will break binary compatibility Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
2009-08-14Explicit API extensions versioning from SDS.Gwenole Beauchesne1-1/+7
Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
2009-08-14Add <va_version.h> for versioning helpers.Gwenole Beauchesne1-0/+1
Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
2009-07-27Check the version of intel-gen4asm in configure.acXiang, Haihao1-1/+1
2009-07-08put drivers into /usr/lib/dri by defaultAustin Yuan1-1/+1
Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
2009-07-08don't build i965 driver by defaultAustin Yuan1-1/+1
Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
2009-07-08Add new DSO versioning (SONAME changed to ↵Gwenole Beauchesne1-1/+37
libva-VERSION.so.CURRENT.REVISION.AGE). 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-08Allow conditional build of video drivers (dummy, i965).Gwenole Beauchesne1-0/+18
Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
2009-07-08Install drivers into pkglibdir/va/.Gwenole Beauchesne1-0/+7
Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
2009-07-06X11->x11 per the suggestion from GwenoleAustin Yuan1-1/+1
Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
2009-07-03Move back dri --> src/X11Austin Yuan1-1/+1
Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
2009-07-02Refine the directory, move src/X11 to dri/Austin Yuan1-2/+2
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 Yuan1-1/+10
graphics Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
2009-06-26Added missing file test/mpeg2-I.jpg, mpeg2-i.mpgAustin Yuan1-1/+1
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 Yuan1-0/+57
Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
2009-06-13Upload latest libVA libraryAustin Yuan1-42/+0
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>
2008-04-28rev 0.29 (02/07/2007 Jonathan Bian) - VC1 parameter fixes,Waldo Bastian1-1/+1
added VA_STATUS_ERROR_RESOLUTION_NOT_SUPPORTED rev 0.28 (12/06/2007 Jonathan Bian) - Added new versions of PutImage and AssociateSubpicture to enable scaling rev 0.27 (11/19/2007 Matt Sottek) - Added DeriveImage
2007-12-17Update to libva v0.26Waldo Bastian1-1/+1
2007-09-13libva 0.23Waldo Bastian1-0/+42