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 tboy1991
parent 937bf8e8b4
commit e180fd638f

View File

@ -290,7 +290,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