klte-common: display: Disable EGL buffer_age extension support

* Due to commit I9b346b4053ec12c8a78a143a4dc0e708c44888a2
    "Support EGL_KHR_partial_update without EGL_EXT_buffer_age"
    in libhwui, EGL_EXT_buffer_age extension was forcibly enabled
    if EGL_KHR_partial_update was available, even if the EGL driver
    was not providing EGL_EXT_buffer_age support

 * On older Adreno drivers, renderthread sources could use bufferAge
    specific swap behaviours and would result in partially missing
    display redraws upon animations and rotated screens,
    for instance flashing action bars, blinking loading bars
    and half black displays in landscape rotations

Change-Id: I16fe13f0726792522e382716f8f24eccf2a27701
Signed-off-by: Adrian DC <radian.dc@gmail.com>
[haggertk]: adapt to system_prop.mk
Signed-off-by: Kevin F. Haggerty <haggertk@lineageos.org>
This commit is contained in:
Adrian DC 2017-07-31 23:49:09 +02:00 committed by Kevin F. Haggerty
parent 45e3438b26
commit 6a9844f06e
1 changed files with 2 additions and 1 deletions

View File

@ -28,7 +28,8 @@ PRODUCT_PROPERTY_OVERRIDES += \
ro.hdcp2.rx=tz \
ro.qualcomm.cabl=1 \
ro.secwvk=144 \
ro.sf.lcd_density=480
ro.sf.lcd_density=480 \
debug.hwui.use_buffer_age=false
# GPS
PRODUCT_PROPERTY_OVERRIDES += \