mirror of
https://github.com/MobileGL-Dev/MobileGL
synced 2026-09-07 19:58:32 +09:00
minecraft-1.21.4-fabric-iris-bsl-esc-menu-854: Minecraft 1.21.4 Fabric + Sodium + Iris + BSL 10.1.3 through Espryt on Mali-G77, paused at the ESC menu over the BSL-blurred world, captured at 854x480 through the FCL trace-capture skill. The trimmed trace keeps the whole session preamble deliberately: the107669b3bug class is triggered while Iris BUILDS the pipeline (a by-name texture call swapping the active unit's binding under the sync memo), and the pause menu afterwards is where its damage is legible - every glyph alpha-discards against the zeroed lightmap while the button frames survive. Ablation-proven as a net before landing: against a build with both layers of107669b3reverted the case fails at ssim 0.949284 and the diff image is text and only text - menu title, all button labels, the tutorial toast; against the fixed library it matches the golden exactly, and Magma passes the same golden at 0.998402 with no alternate needed. Replays in about a minute per backend on llvmpipe/lavapipe (the 1.3M-call preamble; well under the timeout and smaller than several existing fixtures). Existing fixtures spot-checked green.