feat(rendering): contain incremental render scene
Pin Arch behind acdream-owned identities, deltas, queries, generation gates, and memory diagnostics. The new five-archetype store is unbound and non-drawing so static publication can be shadowed without changing production behavior. Co-authored-by: Erik Nilsson <erikn@users.noreply.github.com>
This commit is contained in:
parent
f9b68f8f2a
commit
dbd8318417
7 changed files with 1698 additions and 2 deletions
|
|
@ -18,8 +18,9 @@ retail-faithful gameplay
|
|||
|---|---|---|
|
||||
| F0a — partition-input referee | complete | Diagnostic-only `CurrentRenderSceneOracle`; no production draw decision changed. |
|
||||
| F0b — survivor/dispatcher/selection referee | complete | Exact PView routes, dispatcher candidates and final group payloads, material/alpha/clip/light/selection fields, and accepted picking parts. Release gate: 3,690 App tests / 3 skips and 8,174 complete-solution tests / 5 skips. |
|
||||
| F1 — scene types and contained adapter | active | No render-scene storage or shadow projection exists yet. |
|
||||
| F2–F5 | pending | Delta publication and continuous shadow comparison have not started. |
|
||||
| F1 — scene types and contained adapter | complete | `Arch 2.1.0` is pinned in App only behind acdream contracts. Five narrow archetypes, generation/incarnation/sequence gates, borrowed-query invalidation, memory accounting, deterministic digesting, and update-thread enforcement pass 11 focused tests. Release gate: 3,701 App tests / 3 skips and 8,185 complete-solution tests / 5 skips. |
|
||||
| F2 — static projection journal | active | Static publication/retirement owners do not emit render deltas yet. |
|
||||
| F3–F5 | pending | Live/equipped publication, dynamic indices, and continuous shadow comparison have not started. |
|
||||
| G0–G5 | pending | No production consumer has switched. |
|
||||
|
||||
The exact pre-F/G runtime rollback anchor remains `e7d9d6fa`. F0 is
|
||||
|
|
@ -314,6 +315,17 @@ performance regression with comparison disabled.
|
|||
|
||||
**Commit gate:** the scene is unbound and non-drawing; full suite green.
|
||||
|
||||
**Landed evidence:** the package/API/license decision is recorded in
|
||||
`docs/research/2026-07-24-arch-render-scene-dependency.md`. Production
|
||||
composition does not construct `ArchRenderScene`; F1 therefore changes no
|
||||
runtime path. Source/reflection architecture tests confine all Arch types and
|
||||
primitive-ID extraction to `AcDream.App/Rendering/Scene/Arch`. Pure App tests
|
||||
cover every structural/channel operation, generation replacement, stale
|
||||
incarnation and sequence rejection, borrowed-query invalidation, deterministic
|
||||
digest order, retained-memory accounting, and cross-thread mutation rejection.
|
||||
The Release gate is 3,701 App tests / 3 skips and 8,185 complete-solution tests
|
||||
/ 5 skips.
|
||||
|
||||
### F2 — Static projection journal
|
||||
|
||||
1. Append Register deltas from the existing final landblock spatial publication
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue