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:
helliscloser
2024-07-14 20:49:43 +02:00
committed by Arijit78
parent a4445c3822
commit 75cfaf5a58

View File

@@ -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