3
0
Fork 0

Get rid of the gfx buffer workarounds

Concurrent buffers are now working, we don't need this crap anymore

Change-Id: I80c35bb67c41e9c61faeb6f3cd80d3e9033f9641
This commit is contained in:
Ricardo Cerqueira 2013-10-25 23:44:05 +01:00
parent 17662dcd75
commit e31957ea60
2 changed files with 1 additions and 3 deletions

View File

@ -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

View File

@ -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 += \