From cbae445ce032e3ff3044873aa637c64d442868a5 Mon Sep 17 00:00:00 2001 From: Cyd Date: Fri, 17 Jul 2026 08:55:22 -0500 Subject: [PATCH] Bench identified: SMPTE colour bars + 3D scene layer; bars = acceptance oracle MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit User-provided ground truth: the cap7 test scene displays SMPTE colour bars. Axis-alignment census (8/196 axis-aligned) proves the recovered triangles are the 3D test-scene layer, not the bars -- the bars are the OUTPUT of the standard background program (the byte-identical bit-serial SENDE/SEND set in every capture: a video test card painted as the permanent backdrop, colours written to the eofr/g/b planes 184/192/200 by the x2-chain sweeps). Payload formats settled: size-18 = 3 edges + z-plane; size-21 = 3 edges + texture-ramp SCALAR plane (the pvision mechanism). The known bar pattern is now the pixel-exact acceptance oracle for the bit-serial program executor (the chartered IGC_* macro work). Readout §06 caption updated. Co-Authored-By: Claude Opus 4.8 --- emulator/firmware-decomp/render-readout.html | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/emulator/firmware-decomp/render-readout.html b/emulator/firmware-decomp/render-readout.html index 129108a..959e569 100644 --- a/emulator/firmware-decomp/render-readout.html +++ b/emulator/firmware-decomp/render-readout.html @@ -375,9 +375,12 @@
exact recovery · edge equations solved to vertices -
the VelociRender test bench — every triangle solved from its - compiled edge equations; colors distinguish primitives (true per-primitive colors live - in the payload's colour planes, still being decoded).
+
the VelociRender test bench — the 3D scene layer: every triangle + solved from its compiled edge equations (palette colors; the true shades are texture-ramp + scalars, decoded but not yet mapped). Beneath this layer the bench paints SMPTE colour + bars — the standard background program present byte-identical in every capture; its + bit-serial sweep is the next execution target, with the known bar pattern as the + pixel-exact acceptance oracle.