• Jesse Hall's avatar
    Disable EGL hibernation due to jank · 201f3b2d
    Jesse Hall authored
    Hibernating EGL takes a long time (>100 ms) and blocks all other
    rendering. During window animations, the outgoing activity begins
    hibernation before the animation stops, causing visible stutter.
    Hibernation is still available by setting 'BOARD_ALLOW_EGL_HIBERNATION
    := true' in the devices BoardConfig.mk
    
    Change-Id: Iab4e00723a1adcd97481e81b2efdc821b3e9712f
    201f3b2d
Android.mk 4.09 KB