blob: 772a19cb0e885dea48b21f183eb66bf34e1226b4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- third_party/blink/renderer/modules/webgpu/gpu.cc.orig 2026-02-11 09:05:39 UTC
+++ third_party/blink/renderer/modules/webgpu/gpu.cc
@@ -427,7 +427,7 @@ V8GPUTextureFormat GPU::getPreferredCanvasFormat() {
}
wgpu::TextureFormat GPU::GetPreferredCanvasFormat() {
-#if BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_LINUX)
+#if BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
// Interop of vulkan and GL has mesa driver bugs for BGRA format
// See anglebug.com/40644739
return wgpu::TextureFormat::RGBA8Unorm;
|