docs(overhaul): close issue 470

This commit is contained in:
Erik 2026-09-05 03:23:55 +02:00
parent 19b44e5e3a
commit 2f1e625fea
3 changed files with 83 additions and 11 deletions

View file

@ -66,16 +66,13 @@ recipe-10 graphical route captured 13/13 intact frames at
`logs/selfgate-20260905-020703-s5c4-onepass-detail` (provisional until owner
inspection).
## #470Atmospheric ordered world draws use absolute transform indices for local sidecars
## #470Ordered world draws use absolute transform indices for local sidecars
**Status:** FIX ROUND 2 — renderer repair `51f974da4` is correct and evidence-
lane fix `2cad9c84` passed narrow review pass 2/10. Full production review pass
3/10 found one harness-only P2: the offscreen image-to-buffer readback has no
transfer-write -> host-read memory dependency before mapping. The bounded
barrier/test contract is S5 packet §29; landing and graphical A/B remain
locked. Campaign OVERHAUL v2 renderer-solid/G4 scope. The production residual
predates S5-c3 and is present at least as far back as landed S4-c2
`252886e84`.
**Status:** DONE 2026-09-05 — campaign implementation `15a796c3a`, Vulkan-lane
fix `7506e5f14`, readback-barrier fix `b333edb4f`; sequential reviews PASS
through pass 4/10; lead graphical A/B PROVISIONAL PASS at
`logs/selfgate-20260905-032132-s5-470-pinned-shadow-ab-r1`. Full landing and
evidence record: S5 packet §§2730. G4 remains unpassed.
**Evidence/mechanism:** `WbDrawDispatcher.PrepareOrderedStream` writes instance
transforms into the shared directional-shadow transform arena and offsets every
@ -115,6 +112,14 @@ record an exact readback-buffer barrier from `CopyBit`/`TransferWriteBit` to
descriptor and copy -> barrier -> end order without initializing Vulkan. No
renderer, shader, lane, recipe, or graphical policy changes.
**Closeout:** ordinary shader transforms now use the shared absolute index and
all five live sidecars use the exact local index. The real production SPIR-V
pixel witness runs in the explicit Vulkan-capability lane with a specification-
correct host-read dependency. Exact scratch proof: hermetic 16,976/16,976,
canonical InstalledDat 386/10/1, manifests 30/30. The fixed-pose retail/off ->
High -> retail/off route captured 3/3 intact frames, exited 0/gracefully, and
left no client. The separate #469 lighting-direction transition remains open.
## #469 — Atmospheric shadow-gate transition switches the whole outdoor lighting direction abruptly and can darken the world
**Status:** OPEN — found 2026-09-04 by the S5-c2 lead graphical gate; Campaign