From edd0b28eb7549bad9340168e43f46ad291911d8f Mon Sep 17 00:00:00 2001 From: Paul Kocialkowski Date: Sat, 21 Dec 2013 17:05:37 +0100 Subject: SoftwareGL Signed-off-by: Paul Kocialkowski --- BoardConfigCommon.mk | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'BoardConfigCommon.mk') 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 -- cgit v1.1