summaryrefslogtreecommitdiff
path: root/va/sysdeps.h
AgeCommit message (Collapse)AuthorFilesLines
2012-09-28android: fix tests for Android ICS.Haitao Huang1-0/+3
Change-Id: I478063713883fbb5fb1fac372dbc418b19ff7d2b Signed-off-by: Haitao Huang <haitao.huang@intel.com> Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
2012-09-28android: rename the LOG_TAG per module.Daniel Charles1-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>
2012-09-28android: use Android logging utilities.Daniel Charles1-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>
2012-09-26drm: fix build without X11 headers.Dmitry Ermilov1-0/+1
Signed-off-by: Dmitry Ermilov <dmitry.ermilov@intel.com> Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
2012-09-26configure: check for visibility attribute.Gwenole Beauchesne1-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>
2010-12-21Add sysdeps.h for system-dependent definitions. e.g. Android.Gwenole Beauchesne1-0/+44