mirror of
https://github.com/opf/openproject.git
synced 2026-06-14 03:30:14 +00:00
6435804192
Swiftshader is a software based fallback for WebGL context used in Chrome without GPU access - e.g. in headless browsers for testing, or containerized selenium browsers, like in our docker dev setup. The automatic fallback to Swiftshader was disabled in January 2026, causing any test using a WebGL context to fail. See https://chromium.googlesource.com/chromium/src/+/refs/heads/main/docs/gpu/swiftshader.md To fix that, we enabled the unsafe fallback now manually for testing contexts.