Merge "Fix graphical issues" into cm-11.0
This commit is contained in:
commit
c732db8251
@ -72,7 +72,7 @@ BOARD_HARDWARE_CLASS := hardware/samsung/cmhw
|
|||||||
# Graphics
|
# Graphics
|
||||||
BOARD_EGL_CFG := device/samsung/galaxys2-common/configs/egl.cfg
|
BOARD_EGL_CFG := device/samsung/galaxys2-common/configs/egl.cfg
|
||||||
USE_OPENGL_RENDERER := true
|
USE_OPENGL_RENDERER := true
|
||||||
COMMON_GLOBAL_CFLAGS += -DFORCE_SCREENSHOT_CPU_PATH
|
COMMON_GLOBAL_CFLAGS += -DFORCE_SCREENSHOT_CPU_PATH -DWORKAROUND_BUG_10194508
|
||||||
|
|
||||||
# FIMG Acceleration
|
# FIMG Acceleration
|
||||||
BOARD_USES_FIMGAPI := true
|
BOARD_USES_FIMGAPI := true
|
||||||
|
@ -114,6 +114,8 @@ PRODUCT_COPY_FILES += \
|
|||||||
# Graphics
|
# Graphics
|
||||||
PRODUCT_PROPERTY_OVERRIDES += \
|
PRODUCT_PROPERTY_OVERRIDES += \
|
||||||
ro.opengles.version=131072 \
|
ro.opengles.version=131072 \
|
||||||
|
ro.zygote.disable_gl_preload=true \
|
||||||
|
ro.bq.gpu_to_cpu_unsupported=1 \
|
||||||
debug.hwui.render_dirty_regions=false
|
debug.hwui.render_dirty_regions=false
|
||||||
|
|
||||||
# RIL
|
# RIL
|
||||||
|
Loading…
Reference in New Issue
Block a user