summaryrefslogtreecommitdiff
path: root/pkgconfig/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>
* Delete libva-tpi and libva-egl backendsXiang, Haihao2017-09-271-6/+0
| | | | | | | | | | | | | The APIs/data structures defined in va_tpi.h and va_egl.h are used to implement buffer sharing between libva and the 3rd party libraries. We have an official buffer sharing machnism in VA core, so libva-tpi and libva-egl are unnecessary any more. However va_egl.h or va_tpi.h is included uselessly in a few places, e.g. https://github.com/01org/libyami/blob/apache/vaapi/vaapidisplay.h#L22 So va_egl.h and va_tpi.h are kept with a deprecation warning message. Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
* API: add support for Wayland.Gwenole Beauchesne2012-09-261-0/+4
| | | | Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
* Allow build without VA/X11 API.Dmitry Ermilov2012-09-261-0/+2
| | | | | | | | In this case, VA/GLX API is disabled and another backend shall be built instead. Signed-off-by: Dmitry Ermilov <dmitry.ermilov@intel.com> Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
* API: add support for raw DRM.Dmitry Ermilov2012-09-261-0/+4
| | | | | | | | This API makes it possible to use DRM-based VA drivers without an X server. Since this is a renderless API, vaPutSurface() is not available. Signed-off-by: Dmitry Ermilov <dmitry.ermilov@intel.com> Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
* pkgconfig: move files to a specific directory.Gwenole Beauchesne2011-10-171-0/+47