diff --git a/widget/android/GfxInfo.cpp b/widget/android/GfxInfo.cpp index 41ed560b3532..db4a2db28f54 100644 --- a/widget/android/GfxInfo.cpp +++ b/widget/android/GfxInfo.cpp @@ -602,14 +602,14 @@ nsresult GfxInfo::GetFeatureStatusImpl( #ifdef NIGHTLY_BUILD // On Nightly enable Webrender on all Adreno 4xx GPUs isUnblocked |= gpu.Find("Adreno (TM) 4", /*ignoreCase*/ true) >= 0; - - // On Nightly enable Webrender on all Mali-Txxx GPUs - isUnblocked |= gpu.Find("Mali-T", /*ignoreCase*/ true) >= 0; #endif // Enable Webrender on all Adreno 5xx and 6xx GPUs isUnblocked |= gpu.Find("Adreno (TM) 5", /*ignoreCase*/ true) >= 0 || gpu.Find("Adreno (TM) 6", /*ignoreCase*/ true) >= 0; + // Enable Webrender on all Mali-Txxx GPUs + isUnblocked |= gpu.Find("Mali-T", /*ignoreCase*/ true) >= 0; + // Enable Webrender on all Mali-Gxx GPUs... isUnblocked |= gpu.Find("Mali-G", /*ignoreCase*/ true) >= 0 && // Excluding G72 and G76 on Android 11, due to