summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRicardo Cerqueira <cyanogenmod@cerqueira.org>2013-10-25 23:44:05 +0100
committerRicardo Cerqueira <cyanogenmod@cerqueira.org>2013-10-27 00:13:12 +0100
commite31957ea60e33205d729385952eb221dac5338e4 (patch)
treeff46ebaab63e36d2b4e2fab860b3d949b78d1ac6
parent17662dcd75cce3ce1e2e887ce81ba12af0abdc1b (diff)
downloaddevice_samsung_galaxys2-common-e31957ea60e33205d729385952eb221dac5338e4.zip
device_samsung_galaxys2-common-e31957ea60e33205d729385952eb221dac5338e4.tar.gz
device_samsung_galaxys2-common-e31957ea60e33205d729385952eb221dac5338e4.tar.bz2
Get rid of the gfx buffer workarounds
Concurrent buffers are now working, we don't need this crap anymore Change-Id: I80c35bb67c41e9c61faeb6f3cd80d3e9033f9641
-rw-r--r--BoardCommonConfig.mk1
-rw-r--r--common.mk3
2 files changed, 1 insertions, 3 deletions
diff --git a/BoardCommonConfig.mk b/BoardCommonConfig.mk
index bfcc2b4..97933f1 100644
--- a/BoardCommonConfig.mk
+++ b/BoardCommonConfig.mk
@@ -72,7 +72,6 @@ BOARD_HARDWARE_CLASS := hardware/samsung/cmhw
# Graphics
BOARD_EGL_CFG := device/samsung/galaxys2-common/configs/egl.cfg
USE_OPENGL_RENDERER := true
-BOARD_EGL_NEEDS_LEGACY_FB := true
# FIMG Acceleration
BOARD_USES_FIMGAPI := true
diff --git a/common.mk b/common.mk
index 9fbd9ce..1a180e3 100644
--- a/common.mk
+++ b/common.mk
@@ -118,8 +118,7 @@ PRODUCT_COPY_FILES += \
# Graphics
PRODUCT_PROPERTY_OVERRIDES += \
ro.opengles.version=131072 \
- debug.hwui.render_dirty_regions=false \
- ro.bq.gpu_to_cpu_unsupported=1
+ debug.hwui.render_dirty_regions=false
# RIL
PRODUCT_PROPERTY_OVERRIDES += \