summaryrefslogtreecommitdiffstats
path: root/BoardConfigCommon.mk
diff options
context:
space:
mode:
authorPaul Kocialkowski <contact@paulk.fr>2013-12-23 16:21:20 +0100
committerPaul Kocialkowski <contact@paulk.fr>2013-12-27 11:24:42 +0100
commit6518409ecb5dee1b514aadcda37ffb93259c8303 (patch)
treef90503c8e73f8b5a7287d673b98f4a513c0271c3 /BoardConfigCommon.mk
parent5e6caf81b64ec0a00d0c1c37be8580f5eff59fca (diff)
downloaddevice_samsung_aries-common-6518409ecb5dee1b514aadcda37ffb93259c8303.zip
device_samsung_aries-common-6518409ecb5dee1b514aadcda37ffb93259c8303.tar.gz
device_samsung_aries-common-6518409ecb5dee1b514aadcda37ffb93259c8303.tar.bz2
SoftwareGL
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
Diffstat (limited to 'BoardConfigCommon.mk')
-rw-r--r--BoardConfigCommon.mk13
1 files changed, 2 insertions, 11 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk
index 93999a1..0bc88f0 100644
--- a/BoardConfigCommon.mk
+++ b/BoardConfigCommon.mk
@@ -106,17 +106,8 @@ TARGET_BOOTANIMATION_USE_RGB565 := true
# SkTextBox for libtvout
BOARD_USES_SKTEXTBOX := true
-# Hardware rendering
-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