summaryrefslogtreecommitdiffhomepage
path: root/packages/kernel/src/spike/rml_compositing_spike.cpp
AgeCommit message (Collapse)Author
2026-06-15chore: seed feat/rml-compositing from main + RML-compositing design & spike ↵Adam Malczewski
reference Phase 2 of RML compositing starts here, off main. Brings over from the throwaway spike branch: - design/planning: notes/rml-compositing-phase1.md (the Phase 1 design), notes/plan.md row 71 (ADOPTED/GO + Option-2 contract), GLOSSARY.md terms (RML compositing, surface element), tasks.md, .gitignore. - spike sources as IN-TREE REFERENCE only (packages/kernel/src/spike + build_by_default:false target + the input-core doctest): the proven mechanics Phase-2 ports (live seq-gated import, Element::Project input-back, FBO->dmabuf present, dirty-gate). Deleted once Wave 1 lands. Real Phase-2 implementation lands in subsequent wave commits.