Loading services/surfaceflinger/common/FlagManager.cpp +2 −0 Original line number Diff line number Diff line Loading @@ -176,6 +176,7 @@ void FlagManager::dump(std::string& result) const { DUMP_ACONFIG_FLAG(use_known_refresh_rate_for_fps_consistency); DUMP_ACONFIG_FLAG(vrr_config); DUMP_ACONFIG_FLAG(vulkan_renderengine); DUMP_ACONFIG_FLAG(wb_virtualdisplay2); DUMP_ACONFIG_FLAG(window_blur_kawase2); /// IMPORTANT - please keep alphabetize to reduce merge conflicts Loading Loading @@ -283,6 +284,7 @@ FLAG_MANAGER_ACONFIG_FLAG(deprecate_frame_tracker, ""); FLAG_MANAGER_ACONFIG_FLAG(skip_invisible_windows_in_input, ""); FLAG_MANAGER_ACONFIG_FLAG(stop_layer, ""); FLAG_MANAGER_ACONFIG_FLAG(begone_bright_hlg, "debug.sf.begone_bright_hlg"); FLAG_MANAGER_ACONFIG_FLAG(wb_virtualdisplay2, ""); FLAG_MANAGER_ACONFIG_FLAG(window_blur_kawase2, ""); FLAG_MANAGER_ACONFIG_FLAG(synced_resolution_switch, ""); Loading services/surfaceflinger/common/include/common/FlagManager.h +1 −0 Original line number Diff line number Diff line Loading @@ -112,6 +112,7 @@ public: bool use_known_refresh_rate_for_fps_consistency() const; bool vrr_config() const; bool vulkan_renderengine() const; bool wb_virtualdisplay2() const; bool window_blur_kawase2() const; /// IMPORTANT - please keep alphabetize to reduce merge conflicts Loading services/surfaceflinger/surfaceflinger_flags_new.aconfig +7 −0 Original line number Diff line number Diff line Loading @@ -314,6 +314,13 @@ flag { } } # vsync_predictor_recovery flag { name: "wb_virtualdisplay2" namespace: "core_graphics" description: "When enabled, use VirtualDisplaySurface2 instead of the legacy one" bug: "340933138" } # wb_virtualdisplay2 flag { name: "window_blur_kawase2" namespace: "core_graphics" Loading Loading
services/surfaceflinger/common/FlagManager.cpp +2 −0 Original line number Diff line number Diff line Loading @@ -176,6 +176,7 @@ void FlagManager::dump(std::string& result) const { DUMP_ACONFIG_FLAG(use_known_refresh_rate_for_fps_consistency); DUMP_ACONFIG_FLAG(vrr_config); DUMP_ACONFIG_FLAG(vulkan_renderengine); DUMP_ACONFIG_FLAG(wb_virtualdisplay2); DUMP_ACONFIG_FLAG(window_blur_kawase2); /// IMPORTANT - please keep alphabetize to reduce merge conflicts Loading Loading @@ -283,6 +284,7 @@ FLAG_MANAGER_ACONFIG_FLAG(deprecate_frame_tracker, ""); FLAG_MANAGER_ACONFIG_FLAG(skip_invisible_windows_in_input, ""); FLAG_MANAGER_ACONFIG_FLAG(stop_layer, ""); FLAG_MANAGER_ACONFIG_FLAG(begone_bright_hlg, "debug.sf.begone_bright_hlg"); FLAG_MANAGER_ACONFIG_FLAG(wb_virtualdisplay2, ""); FLAG_MANAGER_ACONFIG_FLAG(window_blur_kawase2, ""); FLAG_MANAGER_ACONFIG_FLAG(synced_resolution_switch, ""); Loading
services/surfaceflinger/common/include/common/FlagManager.h +1 −0 Original line number Diff line number Diff line Loading @@ -112,6 +112,7 @@ public: bool use_known_refresh_rate_for_fps_consistency() const; bool vrr_config() const; bool vulkan_renderengine() const; bool wb_virtualdisplay2() const; bool window_blur_kawase2() const; /// IMPORTANT - please keep alphabetize to reduce merge conflicts Loading
services/surfaceflinger/surfaceflinger_flags_new.aconfig +7 −0 Original line number Diff line number Diff line Loading @@ -314,6 +314,13 @@ flag { } } # vsync_predictor_recovery flag { name: "wb_virtualdisplay2" namespace: "core_graphics" description: "When enabled, use VirtualDisplaySurface2 instead of the legacy one" bug: "340933138" } # wb_virtualdisplay2 flag { name: "window_blur_kawase2" namespace: "core_graphics" Loading