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:
@@ -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 += \
|
||||
|
||||
Reference in New Issue
Block a user