summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChih-Wei Huang <cwhuang@linux.org.tw>2015-04-29 17:15:32 +0800
committerChih-Wei Huang <cwhuang@linux.org.tw>2015-04-29 23:05:16 +0800
commitf67d8de3972af517a9f2ddc855995b9409ccb741 (patch)
treecf237de6095599b96b8be77a618bd13d31f1c081
parent32c3dbf4a4915078eae6861b59e9c52caba72cd1 (diff)
downloadexternal_drm_gralloc-f67d8de3972af517a9f2ddc855995b9409ccb741.zip
external_drm_gralloc-f67d8de3972af517a9f2ddc855995b9409ccb741.tar.gz
external_drm_gralloc-f67d8de3972af517a9f2ddc855995b9409ccb741.tar.bz2
do not use pipe driver for r600g
Seems it is buggy.
-rw-r--r--Android.mk8
1 files changed, 0 insertions, 8 deletions
diff --git a/Android.mk b/Android.mk
index 4aecfb0..26ed130 100644
--- a/Android.mk
+++ b/Android.mk
@@ -130,14 +130,6 @@ LOCAL_C_INCLUDES += \
external/mesa/src/gallium/drivers \
external/mesa/src/gallium/auxiliary
-ifneq ($(filter r600g, $(DRM_GPU_DRIVERS)),)
-LOCAL_CFLAGS += -DENABLE_PIPE_R600
-LOCAL_SHARED_LIBRARIES += libstlport
-LOCAL_STATIC_LIBRARIES += \
- libmesa_pipe_r600 \
- libmesa_pipe_radeon \
- libmesa_winsys_radeon
-endif
ifneq ($(filter vmwgfx, $(DRM_GPU_DRIVERS)),)
LOCAL_CFLAGS += -DENABLE_PIPE_VMWGFX
LOCAL_STATIC_LIBRARIES += \