Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 53453970 authored by Jim Shargo's avatar Jim Shargo Committed by Android (Google) Code Review
Browse files

Merge "SurfaceFlinger: add VirtualDisplaySurface2 experiment flag" into main

parents dd21a004 1d57041d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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

@@ -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, "");

+1 −0
Original line number Diff line number Diff line
@@ -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

+7 −0
Original line number Diff line number Diff line
@@ -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"