sdm710-common: Switch HWUI rendering backend to opengl

On skiagl in some rare situations graphic bugs occur so we enforce OpenGL.
Also, users reported that setting to OpenGL massively improves rendering speed in apps like Instagram

 * adb shell setprop debug.hwui.renderer skiagl
 * adb shell setprop debug.hwui.renderer skiavk
   (buggy here as FCs on some apps)
 * adb shell setprop debug.hwui.renderer opengl
   (can be named anything as if the both other doesnt match if fallback to opengl)
This commit is contained in:
Murat Kozan 2023-04-29 09:53:12 +00:00 committed by CakesTwix
parent 4a84494f1a
commit 69320b1620
Signed by: CakesTwix
GPG key ID: 7B11051D5CE19825

View file

@ -120,6 +120,7 @@ debug.sf.enable_egl_image_tracker=1
# Graphics
debug.sf.auto_latch_unsignaled=true
ro.hwui.render_ahead=20
debug.hwui.renderer=opengl
# Factory Reset Protection
ro.frp.pst=/dev/block/bootdevice/by-name/frp