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:
parent
4a84494f1a
commit
69320b1620
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue