aboutsummaryrefslogtreecommitdiff
path: root/adapters/fparkan-platform-winit/src
Commit message (Collapse)AuthorAgeFilesLines
* feat(platform-winit): bridge native window eventsValentin Popov2026-06-251-0/+43
|
* feat(platform-winit): apply lifecycle state updatesValentin Popov2026-06-251-0/+64
|
* fix(platform-winit): map lifecycle and pointer stateValentin Popov2026-06-251-9/+98
|
* feat(stage0): close native smoke acceptance gateValentin Popov2026-06-251-144/+15
|
* feat: create native smoke window handlesValentin Popov2026-06-231-2/+142
|
* feat: add native smoke window preflightValentin Popov2026-06-231-0/+67
|
* feat: expose native window handlesValentin Popov2026-06-231-2/+17
|
* fix: close stage 0-2 synthetic gatesValentin Popov2026-06-231-16/+46
|
* feat: close stage 0-2 audit groundworkValentin Popov2026-06-231-0/+257
Remove legacy SDL/OpenGL adapters from the workspace and introduce winit/Vulkan adapter boundaries for the rendered composition root. Add reproducible toolchain and xtask CI coverage for formatting, tests, clippy, docs, policy, deny, acceptance auditing, and hosted OS matrix evidence. Strengthen Stage 1 data contracts with byte-first paths, VFS hardening, structured diagnostics, RsLi writer/edit scaffolding, corpus reporting, and resource error classification. Advance Stage 2 asset preparation by moving mission loading through assets/runtime boundaries, materializing prototype graph data, preserving provenance, and adding inspection/viewer integration. Record the Stage 0-2 audit input, acceptance roadmap, coverage updates, and documentation notes for follow-up evidence.