summaryrefslogtreecommitdiffstats
path: root/BoardConfigCommon.mk
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2012-04-24 15:57:34 -0700
committerMathias Agopian <mathias@google.com>2012-04-26 13:36:52 -0700
commit8c72cedecff92d2366a9c8c4f59230dc3f6a2df4 (patch)
treefffeae2624b6743920db2c61f71bbaf775713a10 /BoardConfigCommon.mk
parent86ee64e6ea9c738affe278f901547f1155ff08ae (diff)
downloaddevice_samsung_crespo-8c72cedecff92d2366a9c8c4f59230dc3f6a2df4.zip
device_samsung_crespo-8c72cedecff92d2366a9c8c4f59230dc3f6a2df4.tar.gz
device_samsung_crespo-8c72cedecff92d2366a9c8c4f59230dc3f6a2df4.tar.bz2
enable triple buffering on crespos
Change-Id: I25dd8cd36646ed19719084498cefcff706298609
Diffstat (limited to 'BoardConfigCommon.mk')
-rwxr-xr-xBoardConfigCommon.mk9
1 files changed, 6 insertions, 3 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk
index b6c596b..d95d618 100755
--- a/BoardConfigCommon.mk
+++ b/BoardConfigCommon.mk
@@ -80,6 +80,9 @@ WIFI_DRIVER_FW_PATH_P2P := "/vendor/firmware/fw_bcmdhd_p2p.bin"
USE_OPENGL_RENDERER := true
-# disable triple buffering on crespos, it's not needed because it always
-# uses GPU composition
-TARGET_DISABLE_TRIPLE_BUFFERING := true
+# TARGET_DISABLE_TRIPLE_BUFFERING can be used to disable triple buffering
+# on per target basis. On crespo it is possible to do so in theory
+# to save memory, however, there are currently some limitations in the
+# OpenGL ES driver that in conjunction with disable triple-buffering
+# would hurt performance significantly (see b/6016711)
+TARGET_DISABLE_TRIPLE_BUFFERING := false