Commits


Christian Poetzsch authored and John Reck committed 9a878a646f6
hwui: set buffer destroyed swap mode explicitly Not using EGL_SWAP_BEHAVIOR_PRESERVED_BIT as config attribute for eglChooseConfig doesn't automatically mean the swap behavior is buffer destroyed. This is driver implementation specific and on some hw this can still be buffer preserved. Make sure it is buffer destroyed by explicitly setting it for every new surface when requested. Change-Id: Ie2c7c89b0d20e35832b488c6263bb4d9dd844a75 Signed-off-by: Christian Poetzsch <christian.potzsch@imgtec.com>