summaryrefslogtreecommitdiffstats
path: root/BoardConfigCommon.mk
diff options
context:
space:
mode:
authorPaul Kocialkowski <contact@paulk.fr>2013-12-21 17:05:37 +0100
committerPaul Kocialkowski <contact@paulk.fr>2013-12-27 11:20:09 +0100
commitedd0b28eb7549bad9340168e43f46ad291911d8f (patch)
treed47cabbf09a7bf51d3bb2f171a0017c3ff6a2f64 /BoardConfigCommon.mk
parent7d64c702557782acc177e97141112cad443be2f9 (diff)
downloaddevice_samsung_crespo-edd0b28eb7549bad9340168e43f46ad291911d8f.zip
device_samsung_crespo-edd0b28eb7549bad9340168e43f46ad291911d8f.tar.gz
device_samsung_crespo-edd0b28eb7549bad9340168e43f46ad291911d8f.tar.bz2
SoftwareGL
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
Diffstat (limited to 'BoardConfigCommon.mk')
-rwxr-xr-xBoardConfigCommon.mk12
1 files changed, 2 insertions, 10 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk
index 691a6fe..1e65126 100755
--- a/BoardConfigCommon.mk
+++ b/BoardConfigCommon.mk
@@ -96,16 +96,8 @@ WIFI_DRIVER_FW_PATH_STA := "/vendor/firmware/fw_bcmdhd.bin"
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
-
-# 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
-
-BOARD_ALLOW_EGL_HIBERNATION := true
+USE_OPENGL_RENDERER := false
+TARGET_DISABLE_TRIPLE_BUFFERING := true
# hwcomposer: custom vsync ioctl
BOARD_CUSTOM_VSYNC_IOCTL := true