sdm660-common: 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> Signed-off-by: pix106 <sbordenave@gmail.com>
This commit is contained in:
parent
5281e2a3cb
commit
f7ea05d932
1 changed files with 1 additions and 0 deletions
|
@ -40,6 +40,7 @@ persist.hwc.enable_vds=1
|
|||
ro.qualcomm.cabl=0
|
||||
video.disable.ubwc=1
|
||||
vendor.display.disable_rotator_downscale=1
|
||||
debug.hwui.use_buffer_age=false
|
||||
|
||||
# Surfaceflinger
|
||||
debug.sf.hw=1
|
||||
|
|
Loading…
Reference in a new issue