summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Jim Shargo <jshargo@google.com> 2024-07-23 22:26:53 +0000
committer Jim Shargo <jshargo@google.com> 2024-07-24 18:55:45 +0000
commitc8845092f0e5b66adb58290659e59784af5843ad (patch)
tree53ac4171d528735354c0ca1b13865d7c5250b87f
parent97a297e99ff43aab9bbdf3e3f1fa956b36028677 (diff)
libgui: Add a flag for the CameraStreamSplitter refactor
We'll use this flag to pick the current (deprecated) or new (IGBP/IGBC-free) versions of this class. This is a libcameraservice class, but we'll put the flag here so it's close to th other wb flags. See go/warren-buffers for more information. Bug: 340933206 Flag: EXEMPT adding flag Test: n/a Change-Id: I40f4ca09084620ba92efcac2ed6cf1be36b2dd95
-rw-r--r--libs/gui/libgui_flags.aconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/libs/gui/libgui_flags.aconfig b/libs/gui/libgui_flags.aconfig
index 74d806ec79..779482d6a7 100644
--- a/libs/gui/libgui_flags.aconfig
+++ b/libs/gui/libgui_flags.aconfig
@@ -45,6 +45,14 @@ flag {
} # wb_platform_api_improvements
flag {
+ name: "wb_stream_splitter"
+ namespace: "core_graphics"
+ description: "Removes IGBP/IGBCs from Camera3StreamSplitter as part of BufferQueue refactors"
+ bug: "340933206"
+ is_fixed_read_only: true
+} # wb_stream_splitter
+
+flag {
name: "edge_extension_shader"
namespace: "windowing_frontend"
description: "Enable edge extension via shader"