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

Commit 29e3290b authored by Leon Scroggins's avatar Leon Scroggins Committed by Android (Google) Code Review
Browse files

Merge "Add flags for switching RE to Vulkan and Graphite" into main

parents a99328d1 fe6d6a61
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
@@ -150,3 +150,19 @@ flag {
  bug: "286084594"
  is_fixed_read_only: true
}

flag {
  name: "vulkan_renderengine"
  namespace: "core_graphics"
  description: "Use Vulkan backend in RenderEngine prior to switching to Graphite."
  bug: "293371537"
  is_fixed_read_only: true
}

flag {
  name: "graphite_renderengine"
  namespace: "core_graphics"
  description: "Use Skia's Graphite Vulkan backend in RenderEngine."
  bug: "293371537"
  is_fixed_read_only: true
}