summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorChia-I Wu <olvaffe@gmail.com>2011-08-24 14:07:06 +0800
committerChia-I Wu <olvaffe@gmail.com>2011-08-24 14:52:40 +0800
commitdb29afe66e49efc4f28016154ca46541fd640359 (patch)
tree9032f4a3403eb39acc588aa550be0c8a1a2df028 /Android.mk
parent64591d8f71b902b32d07122e91a1e1a3129dab61 (diff)
downloadexternal_drm_gralloc-db29afe66e49efc4f28016154ca46541fd640359.zip
external_drm_gralloc-db29afe66e49efc4f28016154ca46541fd640359.tar.gz
external_drm_gralloc-db29afe66e49efc4f28016154ca46541fd640359.tar.bz2
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.
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk2
1 files changed, 2 insertions, 0 deletions
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 += \