diff options
author | Mathias Agopian <mathias@google.com> | 2012-04-23 19:55:01 -0700 |
---|---|---|
committer | Mathias Agopian <mathias@google.com> | 2012-04-23 19:55:01 -0700 |
commit | f50a346f545acb87747d35a6429d8185a2e59e58 (patch) | |
tree | f20cbda0595cbe6ab5de32a212ed771df48c6a82 | |
parent | e26771a082668f30fe4fdcde2e016cd4b879c833 (diff) | |
download | device_samsung_crespo-f50a346f545acb87747d35a6429d8185a2e59e58.zip device_samsung_crespo-f50a346f545acb87747d35a6429d8185a2e59e58.tar.gz device_samsung_crespo-f50a346f545acb87747d35a6429d8185a2e59e58.tar.bz2 |
add a board config variable to disable 3x buffering
Change-Id: I5c68ffd857931df9f3b1e406d6397e95b1fdfc68
-rwxr-xr-x | BoardConfigCommon.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 2a04ec7..b6c596b 100755 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -79,3 +79,7 @@ WIFI_DRIVER_FW_PATH_AP := "/vendor/firmware/fw_bcmdhd_apsta.bin" 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 |