Skip to content

Commit 30e7234

Browse files
committed
Add more GL diagnostics and try a bunch more flags to get llvmpipe rendering working
1 parent ef692b1 commit 30e7234

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ui/playwright.config.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,9 @@ export default defineConfig({
7474
'--enable-skia-renderer',
7575
'--js-flags=--random-seed=1',
7676
'--ignore-gpu-blocklist',
77+
'--disable-software-rasterizer', // Diable swiftshader
78+
'--use-gl=egl', // Use system EGL instead of Chrome's bundled SwiftShader
79+
'--use-angle=gl-egl', // ANGLE using native GL/EGL backend (llvmpipe)
7780
],
7881
},
7982
ignoreHTTPSErrors: true,

0 commit comments

Comments
 (0)