Possible fix for OpenGL bug

Working in moto e5, please feedback
This commit is contained in:
Whatz 2019-12-10 13:17:16 -03:00 committed by GitHub
parent 67154089dd
commit 0d78085110
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -281,7 +281,8 @@ if grep -qF 'PowerVR Rogue GE8100' /vendor/lib/egl/GLESv1_CM_mtk.so ||
setprop debug.hwui.renderer opengl
setprop ro.skia.ignore_swizzle true
if [ "$vndk" = 26 ] || [ "$vndk" = 27 ];then
setprop debug.hwui.profile true
setprop debug.hwui.use_buffer_age false
fi
fi