summaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* ensure that all meson files are part of the release tarballMichael Olbrich2019-10-111-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* Revert "Added 'make rpm' target"Carl Zhang2019-06-141-20/+0
| | | | | | This reverts commit ec9536c2b1c12e43ff047ecb2ec52dea6f5b90ba to 8c80b758b133a4d88fb5d6859841bcd316a016bc Signed-off-by: Carl Zhang <carl.zhang@intel.com>
* RPM build: switching make dist to tar, since make dist fails without waylandtroyev2019-06-131-1/+1
|
* RPM build: removed git dependency and hard-coded pathstroyev2019-06-131-4/+2
|
* Added 'make rpm' targettroyev2019-06-131-0/+22
|
* add va_footer.html into distribution buildCarl Zhang2019-06-051-0/+1
| | | | Signed-off-by: Carl Zhang <carl.zhang@intel.com>
* build: use condititional doc generationVíctor Manuel Jáquez Leal2018-02-011-1/+5
| | | | | | | | | Instead of using conditional compilation for generarte documentation, this patch will block parsing Makefile in doc subdirectory if the documentation is not enabled. This patch will make compilation a bit faster when documentation is not generated.
* Remove the dummy driverXiang, Haihao2017-06-051-1/+1
| | | | | | | | No one is interested in this dummy driver and it is not maintained. This fixes https://github.com/01org/libva/issues/28 Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
* debian: Remove legacy packagingSean V Kelley2017-02-011-15/+1
| | | | | | | | | | | | | debian control files are maintained by packagers Yes there is a "convenience" factor to roll your own debian package, but this is not maintained by us and represents a fork from debian packagers. As with the bit rot of libva.spec, remove this. fixes #18 Signed-off-by: Sean V Kelley <seanvk@posteo.de>
* test: remove from librarySean V Kelley2017-01-311-1/+1
| | | | | | | | Moved to libva-utils Fixes #12 Signed-off-by: Sean V Kelley <seanvk@posteo.de>
* configure: minor clean-ups.Gwenole Beauchesne2012-09-271-0/+2
| | | | | | | | | Add AC_CONFIG_MACRO_DIR as suggested by "recent" autoconf versions. Drop extraneous LIBVA_{CFLAGS,LIBS} that were not used through out the libva repository. Also reorder the list of detected outputs in a sensible way. Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
* doc: add Doxygen templates.Gwenole Beauchesne2011-11-031-1/+1
| | | | Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
* Add auto-generated Debian packaging.Gwenole Beauchesne2011-10-201-1/+21
| | | | Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
* dummy_drv_video: fix last commit.Gwenole Beauchesne2011-10-171-1/+1
| | | | Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
* dummy_drv_video: only build if requested.Gwenole Beauchesne2011-10-171-4/+1
|
* pkgconfig: move files to a specific directory.Gwenole Beauchesne2011-10-171-18/+1
|
* va: remove i965 driver from libva repositoryXiang, Haihao2011-09-191-3/+0
| | | | Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
* Fix build issueAustin Yuan2011-02-091-1/+5
| | | | Signed-off-by: Austin Yuan <shengquan.yuan@gmail.com>
* 1) cleanup for VA_FOOLAustin Yuan2011-02-081-2/+2
| | | | | | | | | | 2) initial EGL support 3) libva.spec update for RPM build Signed-off-by: Guoliang Ji <guoliangx.ji@intel.com> Signed-off-by: Jason Hu <jason.hu@intel.com> Signed-off-by: Stephen Ware <stephen.e.ware@intel.com> Signed-off-by: Austin Yuan <shengquan.yuan@gmail.com>
* Added libva-tpi.pc fileAustin Yuan2010-09-251-2/+2
| | | | Signed-off-by: Austin Yuan <shengquan.yuan@gmail.com>
* Add OpenGL extensions (v3) and generic implementation with TFP and FBO.Gwenole Beauchesne2010-05-131-1/+4
|
* Remove IN_LIBVA defines, Thanks for the patch from GwenoleAustin Yuan2010-03-081-1/+1
| | | | Signed-off-by: Austin Yuan <shengquan.yuan@gmail.com>
* Drop libva_display. Explicitly use libva-x11.Gwenole Beauchesne2009-09-031-8/+3
|
* Split libva DSO into core (libva.so) and display-dependent parts (libva-x11.so).Gwenole Beauchesne2009-08-281-2/+7
| | | | Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
* Add new DSO versioning (SONAME changed to ↵Gwenole Beauchesne2009-07-081-1/+6
| | | | | | libva-VERSION.so.CURRENT.REVISION.AGE). Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
* Allow conditional build of video drivers (dummy, i965).Gwenole Beauchesne2009-07-081-1/+8
| | | | 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>
* Refine the directory, move src/X11 to dri/Austin Yuan2009-07-021-1/+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-021-1/+1
| | | | | | graphics 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-131-0/+29
| | | | Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
* Upload latest libVA libraryAustin Yuan2009-06-131-30/+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>
* Test write permissionAustin Yuan2009-05-191-0/+1
| | | | Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
* libva 0.23Waldo Bastian2007-09-131-0/+29