docs(renderer): link SwiftShader workaround tracker

This commit is contained in:
Miguel Ángel
2026-07-16 05:19:00 +00:00
parent 54a3ef2000
commit 9c25e27da6
2 changed files with 3 additions and 2 deletions
@@ -693,7 +693,8 @@ export function buildChromeArgs(
// in the raw JPEG before encoding). Keep deterministic BeginFrame capture, // in the raw JPEG before encoding). Keep deterministic BeginFrame capture,
// but route compositing through Chrome's software path when the browser is // but route compositing through Chrome's software path when the browser is
// already in software-GPU mode. Hardware-GPU and screenshot captures keep // already in software-GPU mode. Hardware-GPU and screenshot captures keep
// their existing compositor paths. // their existing compositor paths. Remove this workaround once the pinned
// chrome-headless-shell includes https://issues.chromium.org/issues/535256667.
if (browserGpuMode === "software") { if (browserGpuMode === "software") {
chromeArgs.push("--disable-gpu-compositing"); chromeArgs.push("--disable-gpu-compositing");
} }
@@ -1,6 +1,6 @@
{ {
"name": "software-beginframe-yoyo-compositor", "name": "software-beginframe-yoyo-compositor",
"description": "Regression guard for stale SwiftShader compositor layers after a GSAP yoyo reversal. At 25 fps the unfixed BeginFrame path briefly retained the first output badge at its previous transform, painting a third ghost badge around 10.12 seconds.", "description": "Regression guard for Chromium issue 535256667: stale SwiftShader compositor layers after a GSAP yoyo reversal. At 25 fps the unfixed BeginFrame path briefly retained the first output badge at its previous transform, painting a third ghost badge around 10.12 seconds.",
"tags": ["regression", "beginframe", "gsap"], "tags": ["regression", "beginframe", "gsap"],
"minPsnr": 30, "minPsnr": 30,
"maxFrameFailures": 0, "maxFrameFailures": 0,