sunfish: Explicitly disable "Enable GL comp backpressure"

When blur is enabled there is severe lag while scrolling apps in App
drawer, scrolling through recents and occasionally on QS pull down.

Explicitly disabling the "Enable GL comp backpressure" prop seems to
slove the issue.

Lag & janks are gone now, even with blur.
This commit is contained in:
Apelete Seketeli
2025-12-24 04:12:31 +01:00
parent e0f37a9cb3
commit 7c5c12e46a

View File

@@ -570,9 +570,9 @@ PRODUCT_DEFAULT_PROPERTY_OVERRIDES += debug.sf.early.app.duration=16500000
PRODUCT_DEFAULT_PROPERTY_OVERRIDES += debug.sf.earlyGl.sf.duration=13500000
PRODUCT_DEFAULT_PROPERTY_OVERRIDES += debug.sf.earlyGl.app.duration=21000000
# Enable backpressure for GL comp
# Disable backpressure for GL comp to fix lag when blur is enabled
PRODUCT_PROPERTY_OVERRIDES += \
debug.sf.enable_gl_backpressure=1
debug.sf.enable_gl_backpressure=0
# Do not skip init trigger by default
PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \