From 6518409ecb5dee1b514aadcda37ffb93259c8303 Mon Sep 17 00:00:00 2001 From: Paul Kocialkowski Date: Mon, 23 Dec 2013 16:21:20 +0100 Subject: SoftwareGL Signed-off-by: Paul Kocialkowski --- BoardConfigCommon.mk | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) (limited to 'BoardConfigCommon.mk') 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 -- cgit v1.1