aboutsummaryrefslogtreecommitdiff
path: root/fixtures
Commit message (Collapse)AuthorAgeFilesLines
* feat: audit native smoke artifactsValentin Popov2026-06-232-0/+2
|
* feat: add target triple to native smoke reportValentin Popov2026-06-232-0/+2
|
* feat: require swapchain recreation evidence in smoke reportsValentin Popov2026-06-232-0/+2
|
* feat: add native smoke window preflightValentin Popov2026-06-232-1/+3
|
* feat: add Vulkan surface preflight to smoke runnerValentin Popov2026-06-232-0/+2
|
* feat: add Vulkan instance probe to smoke runnerValentin Popov2026-06-232-0/+2
|
* feat: add Vulkan loader probe to smoke runnerValentin Popov2026-06-232-1/+3
|
* feat: add Vulkan smoke runner entrypointValentin Popov2026-06-232-1/+3
|
* ci: add native smoke artifact schemaValentin Popov2026-06-232-0/+2
|
* ci: add acceptance artifact metadataValentin Popov2026-06-232-0/+2
|
* ci: enforce reproducible Rust toolchainValentin Popov2026-06-232-0/+4
|
* feat: add Vulkan frame submission planValentin Popov2026-06-232-0/+4
|
* ci: add built-in supply chain policy fallbackValentin Popov2026-06-232-0/+2
|
* test: verify headless dependency closureValentin Popov2026-06-231-1/+1
|
* feat: add Vulkan shader manifest validationValentin Popov2026-06-232-0/+6
|
* feat: add Vulkan swapchain planning policyValentin Popov2026-06-232-0/+8
|
* feat: add Vulkan surface bootstrap boundaryValentin Popov2026-06-232-0/+6
|
* feat: expose native window handlesValentin Popov2026-06-232-0/+4
|
* feat: add Vulkan instance bootstrap planValentin Popov2026-06-232-0/+6
|
* feat: probe Vulkan loader boundaryValentin Popov2026-06-232-0/+4
|
* feat: add Vulkan capability selection boundaryValentin Popov2026-06-232-2/+10
|
* fix: close stage 0-2 synthetic gatesValentin Popov2026-06-232-4/+4
|
* feat: close stage 0-2 audit groundworkValentin Popov2026-06-232-2/+371
| | | | | | | | | | | | 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.
* fix: harden path lookup and mark gl backend gapValentin Popov2026-06-221-2/+2
|
* docs: mark stage 4 runtime gaps explicitValentin Popov2026-06-221-11/+11
|
* feat: implement FParkan architecture foundationValentin Popov2026-06-224-0/+411
Add the modular fparkan workspace, domain crates, adapters, apps, xtask policy/CI, acceptance evidence, and licensed corpus gates for the macOS-focused roadmap foundation.