diff options
| author | 2024-01-09 20:04:54 +0000 | |
|---|---|---|
| committer | 2024-01-09 20:04:54 +0000 | |
| commit | 29e3290b9997ad938f85e4f28a31431f77effc47 (patch) | |
| tree | 4cd4e549cfa685be7e1068d2e13e4f11d1499706 | |
| parent | a99328d1c64534bca9a1f0a40fa1d47d299a4ec9 (diff) | |
| parent | fe6d6a6166c619c0872b4fac0784fb8cfd1921e6 (diff) | |
Merge "Add flags for switching RE to Vulkan and Graphite" into main
| -rw-r--r-- | services/surfaceflinger/surfaceflinger_flags.aconfig | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/services/surfaceflinger/surfaceflinger_flags.aconfig b/services/surfaceflinger/surfaceflinger_flags.aconfig index 79379fe4a1..f097a13d0e 100644 --- a/services/surfaceflinger/surfaceflinger_flags.aconfig +++ b/services/surfaceflinger/surfaceflinger_flags.aconfig @@ -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 +} |