update to 124.0.6367.207
This commit is contained in:
parent
687f3acd55
commit
fe9bc9d89b
958 changed files with 7372 additions and 6231 deletions
|
@ -5,17 +5,26 @@ Index: ui/gl/gl_switches.cc
|
|||
#include "base/android/build_info.h"
|
||||
#endif
|
||||
|
||||
-#if BUILDFLAG(IS_LINUX)
|
||||
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
|
||||
-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)
|
||||
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD)
|
||||
#include <vulkan/vulkan_core.h>
|
||||
#include "third_party/angle/src/gpu_info_util/SystemInfo.h" // nogncheck
|
||||
#endif
|
||||
@@ -289,7 +289,7 @@ bool IsDefaultANGLEVulkan() {
|
||||
@@ -298,7 +298,7 @@ bool IsDefaultANGLEVulkan() {
|
||||
base::android::SDK_VERSION_Q)
|
||||
return false;
|
||||
#endif // BUILDFLAG(IS_ANDROID)
|
||||
-#if BUILDFLAG(IS_LINUX)
|
||||
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
|
||||
-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)
|
||||
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD)
|
||||
angle::SystemInfo system_info;
|
||||
if (!angle::GetSystemInfoVulkan(&system_info))
|
||||
return false;
|
||||
@@ -310,7 +310,7 @@ bool IsDefaultANGLEVulkan() {
|
||||
|
||||
const auto& active_gpu = system_info.gpus[system_info.activeGPUIndex];
|
||||
|
||||
-#if BUILDFLAG(IS_LINUX)
|
||||
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
|
||||
// Vulkan 1.1 is required.
|
||||
if (active_gpu.driverApiVersion < VK_VERSION_1_1)
|
||||
return false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue