commit | d839d5e554b41dc410d0a0d77b9e599c8bbf3115 | [log] [tgz] |
---|---|---|
author | Pierre-Hugues Husson <phh@phh.me> | Thu Sep 06 20:46:30 2018 +0200 |
committer | Jon West <electrikjesus@gmail.com> | Tue Oct 30 19:27:16 2018 -0400 |
tree | 51f315373871734cce6ac184e356522033c2ea4b | |
parent | 62c5896b12866de1f7af39909307453bae3c8d96 [diff] [blame] |
Use OpenGL skia (!= skiagl) on PowerVR Rogue GE8100 cf https://github.com/phhusson/treble_experimentations/issues/173 Change-Id: Ie796f701143ee926756d8803d930c7625afa73e6
diff --git a/rw-system.sh b/rw-system.sh index c0c806a..552d86b 100644 --- a/rw-system.sh +++ b/rw-system.sh
@@ -140,4 +140,7 @@ mount -o bind /system/phh/empty /vendor/overlay/SysuiDarkTheme/SysuiDarkTheme.apk || true +if grep -qF 'PowerVR Rogue GE8100' /vendor/lib/egl/GLESv1_CM_mtk.so;then + setprop debug.hwui.renderer opengl +fi