summaryrefslogtreecommitdiffstats
path: root/hwc/Android.mk
diff options
context:
space:
mode:
authorTony Lofthouse <a0741364@ti.com>2012-06-26 19:29:07 -0500
committerDaniel Levin <dendy@ti.com>2012-11-28 21:16:22 +0200
commit3647a53e2efadab805fed639d8e840cd2298b8ef (patch)
tree6e51793db509ee6b7281aaaf9391841a2cbd6cc2 /hwc/Android.mk
parent6044e3b1d20f88c39725e157e87ebef3c4d265d9 (diff)
downloadhardware_ti_omap4-3647a53e2efadab805fed639d8e840cd2298b8ef.zip
hardware_ti_omap4-3647a53e2efadab805fed639d8e840cd2298b8ef.tar.gz
hardware_ti_omap4-3647a53e2efadab805fed639d8e840cd2298b8ef.tar.bz2
hwc: blt: add gc320 support (rebased)
Consolidated the ics branch patches for GC320 support into a feature commit for JB. ee701bf hwc: handle the changed device node name of gc320 0153cb6 HWC: Send Bltsville blit data in Post2 2fa5943 Support BLIT_ALL when S3D is enabled 5dcf0e3 HWC: Simplify RGZ blit interface so HWC does less 64d124b hwc: changes for blit framebuffers f6b377a hwc: Enable regionizer to work with buffer handle indexes 2d647b0 hwc: regionizer: Prevent generating regions outside screen boundaries 7da0fdd hwc: change semantics of blit mode and add a policy setting c089a73 hwc: disable blit logging 14d319a hwc: add basic blit info to dumpsys 1b04032 hwc: Enable regionizer blit batching e4080b3 hwc: fix maximum number of blits permitted fa7a13e hwc: Assign correct length when making a fill 72057fe hwc: Enable dirty region handling with the regionizer 283b00a hwc: update hwc to work with latest BLTsville API e51bb0e hwc:rgz: use visible resolution for screen geometry c89f799 hwc: enable partial offload of SGX to gc320 if hardware is available 55707e4 hwc: regionizer: Fix ocd format for RGB_565 buffers e165125 hwc: regionizer: Do not parse regions if data is already present d47b07e hwc: regionizer: Fix rgz_in not returning RGZ_ALL on success 94b1cdc hwc: Enable regionizer by default to generate blits d291049 hwc: regionizer: Clear regions with no layer intersections 988a4b2 hwc: regionizer: Fix for paint mode when using the background layer Change-Id: Iccde91fd6449d6a7a249893524ebf7cda4e7ca38 Signed-off-by: Tony Lofthouse <a0741364@ti.com>
Diffstat (limited to 'hwc/Android.mk')
-rw-r--r--hwc/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/hwc/Android.mk b/hwc/Android.mk
index c6a2eae..140e11a 100644
--- a/hwc/Android.mk
+++ b/hwc/Android.mk
@@ -8,7 +8,7 @@ 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_SRC_FILES := hwc.c
+LOCAL_SRC_FILES := hwc.c rgz_2d.c
LOCAL_STATIC_LIBRARIES := libpng
LOCAL_MODULE_TAGS := optional