From db29afe66e49efc4f28016154ca46541fd640359 Mon Sep 17 00:00:00 2001 From: Chia-I Wu Date: Wed, 24 Aug 2011 14:07:06 +0800 Subject: vmwgfx: assorted fixes Based on trial and error, we know - drm_kms_wait_for_post() hangs the VM - drmModeDirtyFB() should be called whenever the front buffer changes - drmModePageFlip() is not supported They might not be entirely correct, but fixing them makes drm_gralloc work. --- Android.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Android.mk') diff --git a/Android.mk b/Android.mk index 6f154cd..f2ec111 100644 --- a/Android.mk +++ b/Android.mk @@ -138,6 +138,8 @@ LOCAL_CFLAGS += -DENABLE_PIPE_VMWGFX LOCAL_STATIC_LIBRARIES += \ libmesa_pipe_svga \ libmesa_winsys_svga +LOCAL_C_INCLUDES += \ + external/mesa/src/gallium/drivers/svga/include endif LOCAL_STATIC_LIBRARIES += \ -- cgit v1.1