fix(renderer): prevent stale SwiftShader layers

This commit is contained in:
Miguel Ángel
2026-07-16 04:56:36 +00:00
parent 33a4f82dca
commit 54a3ef2000
7 changed files with 484 additions and 0 deletions
@@ -0,0 +1,14 @@
{
"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.",
"tags": ["regression", "beginframe", "gsap"],
"minPsnr": 30,
"maxFrameFailures": 0,
"minAudioCorrelation": 0,
"maxAudioLagWindows": 1,
"renderConfig": {
"fps": 25,
"workers": 1,
"captureMode": "beginframe"
}
}