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

Commit 74c7d271 authored by Leon Scroggins's avatar Leon Scroggins Committed by Automerger Merge Worker
Browse files

Merge "libhwui: Use Vulkan by default" into main am: 822a45e2 am: f9a31c72

parents f7b76c65 f9a31c72
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -35,7 +35,7 @@ namespace uirenderer {


#ifndef __ANDROID__ // Layoutlib does not compile HWUIProperties.sysprop as it depends on cutils properties
#ifndef __ANDROID__ // Layoutlib does not compile HWUIProperties.sysprop as it depends on cutils properties
std::optional<bool> use_vulkan() {
std::optional<bool> use_vulkan() {
    return base::GetBoolProperty("ro.hwui.use_vulkan", false);
    return base::GetBoolProperty("ro.hwui.use_vulkan", true);
}
}


std::optional<std::int32_t> render_ahead() {
std::optional<std::int32_t> render_ahead() {