From 798f0e52d49d1880949e328b379ace2b0edb77b0 Mon Sep 17 00:00:00 2001 From: Ziyan Date: Tue, 28 Apr 2015 12:27:29 +0200 Subject: set debug.hwui.render_dirty_regions=false The IMG architecture does not support the EGL_SWAP_BEHAVIOR_PRESERVED_BIT in EGL configurations. This bit is used only to be able to change the EGL_SWAP_BEHAVIOR, which matters when the default behavior is not the one we want. However on IMG, the default swap behavior is the one we desire. --- device.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'device.mk') diff --git a/device.mk b/device.mk index af50ce8..f6cd173 100755 --- a/device.mk +++ b/device.mk @@ -195,7 +195,8 @@ PRODUCT_COPY_FILES += \ PRODUCT_PROPERTY_OVERRIDES += \ ro.opengles.version=131072 \ ro.sf.lcd_density=320 \ - ro.hwui.disable_scissor_opt=true + ro.hwui.disable_scissor_opt=true \ + debug.hwui.render_dirty_regions=false # GPU producer to CPU consumer not supported PRODUCT_PROPERTY_OVERRIDES += \ -- cgit v1.1