summaryrefslogtreecommitdiff
path: root/va/sysdeps.h
Commit message (Collapse)AuthorAgeFilesLines
* android: replace utils/Log.h with log/log.hXu Guangxin2018-12-101-1/+1
| | | | | | utils/Log.h and ctuils/Log.h replaced by log/log.h on android Change-Id: Icd26ca44cdf7079f43738cd38a511953aaae78c8
* Add callbacks for error and info messages.Emmanuel Gil Peyrot2016-10-271-20/+0
| | | | | | | | | This lets any application using libva choose the best way to report info and error messages to the user, for example graphical application can open a popup on errors and write info messages in the toolbar. Signed-off-by: Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> Reviewed-by: Sean V Kelley <seanvk@posteo.de>
* android: fix tests for Android ICS.Haitao Huang2012-09-281-0/+3
| | | | | | Change-Id: I478063713883fbb5fb1fac372dbc418b19ff7d2b Signed-off-by: Haitao Huang <haitao.huang@intel.com> Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
* android: rename the LOG_TAG per module.Daniel Charles2012-09-281-1/+0
| | | | | | | | | LOG_TAG is defined per module compiled so that tracing back errors from the Android logcat can be understood easily Change-Id: I9353c27593ce92ae4e87e4412f033d4f487b9346 Signed-off-by: Daniel Charles <daniel.charles@intel.com> Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
* android: use Android logging utilities.Daniel Charles2012-09-281-0/+24
| | | | | | | | | | Log functions available are now Android compatible and log statements will show on user space android logging system. Defined a LOG_TAG and make it available for all versions of Android. Signed-off-by: Daniel Charles <daniel.charles@intel.com> Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
* drm: fix build without X11 headers.Dmitry Ermilov2012-09-261-0/+1
| | | | | Signed-off-by: Dmitry Ermilov <dmitry.ermilov@intel.com> Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
* configure: check for visibility attribute.Gwenole Beauchesne2012-09-261-0/+8
| | | | | | | Add a check for GCC "visibility" attribute. Also define DLL_HIDDEN helper so that to declare functions as internal to a particular shared library. Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
* Add sysdeps.h for system-dependent definitions. e.g. Android.Gwenole Beauchesne2010-12-211-0/+44