summaryrefslogtreecommitdiffstats
path: root/hwc/Android.mk
diff options
context:
space:
mode:
authorSunita Nadampalli <sunitan@ti.com>2012-05-13 15:00:22 -0700
committerDaniel Levin <dendy@ti.com>2012-11-28 21:16:24 +0200
commit9e02bb877675934edd3803cf6cbeb597e965b716 (patch)
treeafe71ed6706068f1beeae20d95640bb2ca697f65 /hwc/Android.mk
parent8bc5a728d1553a4d0b97c9ec61c12a6a5bb54949 (diff)
downloadhardware_ti_omap4-9e02bb877675934edd3803cf6cbeb597e965b716.zip
hardware_ti_omap4-9e02bb877675934edd3803cf6cbeb597e965b716.tar.gz
hardware_ti_omap4-9e02bb877675934edd3803cf6cbeb597e965b716.tar.bz2
hwc: added support for ext display back buffer allocation
When the ext display transform is different from the FB, the mirroring/cloning is achived with the help of back-buffers, which are allocated in TILER2D space to get the required transformation. This patch adds support in HWC to detect the ext display transform and allocate back buffers from TILER2D space and program dsscomp accordingly. Signed-off-by: Sunita Nadampalli <sunitan@ti.com> hwc: make file fix for local include path the local include path for ion is changed from base level to local. this is required to allow compiling at hwc level. Change-Id: Ie1e9e6688652fdc8aa496dfc367d385aca362a27 Signed-off-by: Sunita Nadampalli <sunitan@ti.com>
Diffstat (limited to 'hwc/Android.mk')
-rw-r--r--hwc/Android.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/hwc/Android.mk b/hwc/Android.mk
index e158863..489d739 100644
--- a/hwc/Android.mk
+++ b/hwc/Android.mk
@@ -6,7 +6,8 @@ include $(CLEAR_VARS)
LOCAL_PRELINK_MODULE := false
LOCAL_ARM_MODE := arm
LOCAL_MODULE_PATH := $(TARGET_OUT_SHARED_LIBRARIES)/../vendor/lib/hw
-LOCAL_SHARED_LIBRARIES := liblog libEGL libcutils libutils libhardware libhardware_legacy libz
+LOCAL_SHARED_LIBRARIES := liblog libEGL libcutils libutils libhardware libhardware_legacy libz \
+ libion
LOCAL_SRC_FILES := hwc.c rgz_2d.c
LOCAL_STATIC_LIBRARIES := libpng