[Intel-gfx] [PATCH i-g-t] tests/kms_fbc_crc.c: No longer dependant on Cairo A setup function that used to use Cairo to draw 2 rectangles covering the whole screen has been changed to use igt_draw

2016-01-15 Thread devon . davies
From: Devon Davies tests/kms_frontbuffer_tracking.c: Now builds with DRM_PRIMARY_DISABLE Each call to the function drmModeSetPlane now has an addtional NULL in the arguments if DRM_PRIMARY_DISABLE is set. tests/Android.mk: Allow the above tests to be built without Cairo Simply

[Intel-gfx] [PATCH] build: Added -UNDEBUG to tools/Android.mk

2014-01-08 Thread devon . davies
From: Devon Davies NDEBUG is defined by default in Android and causes assert(x) to be defined as void(x). This change ensures that asserts work as expected in tools. This flag is already inside tests/Android.mk Signed-off-by: Devon Davies --- tools/Android.mk |2 +- 1 file changed, 1