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

Commit c8845092 authored by Jim Shargo's avatar Jim Shargo
Browse files

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
parent 97a297e9
Loading
Loading
Loading
Loading
+8 −0
Original line number Original line Diff line number Diff line
@@ -44,6 +44,14 @@ flag {
  is_fixed_read_only: true
  is_fixed_read_only: true
} # wb_platform_api_improvements
} # 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 {
flag {
  name: "edge_extension_shader"
  name: "edge_extension_shader"
  namespace: "windowing_frontend"
  namespace: "windowing_frontend"