mirror of
https://github.com/Evolution-X-Devices/device_xiaomi_stone
synced 2026-01-27 17:18:49 +00:00
stone: properties: Explicitly disable "Enable GL comp backpressure"
When blur is enabled, There is severe lag in; Launcher3 while scrolling apps in App drawer, Scrolling through recents and occasionally on QS pull down. Enabling or completely removing the prop here sm6150-davinci/device_xiaomi_sm6150-common@d6233e0 doesn't seem to make an effect. Explicitly disabling the "Enable GL comp backpressure" prop seems to slove the issue. Lag & janks are gone now, even with blur. Signed-off-by: Arijit78 <sahaarijit2007@gmail.com>
This commit is contained in:
@@ -236,6 +236,7 @@ debug.hwui.use_hint_manager=true
|
||||
debug.hwui.target_cpu_time_percent=20
|
||||
debug.sf.disable_client_composition_cache=1
|
||||
debug.sf.enable_advanced_sf_phase_offset=1
|
||||
debug.sf.enable_gl_backpressure=0
|
||||
debug.sf.enable_transaction_tracing=false
|
||||
debug.sf.high_fps_early_gl_phase_offset_ns=-4000000
|
||||
debug.sf.high_fps_early_phase_offset_ns=-4000000
|
||||
|
||||
Reference in New Issue
Block a user