From f50a346f545acb87747d35a6429d8185a2e59e58 Mon Sep 17 00:00:00 2001 From: Mathias Agopian Date: Mon, 23 Apr 2012 19:55:01 -0700 Subject: add a board config variable to disable 3x buffering Change-Id: I5c68ffd857931df9f3b1e406d6397e95b1fdfc68 --- BoardConfigCommon.mk | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'BoardConfigCommon.mk') 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 -- cgit v1.1