aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* fix(deps): update all digest updatesrenovate[bot]4 days2-390/+25
|
* feat(vulkan-smoke): run native swapchain acquire/presentValentin Popov4 days2-28/+243
|
* revert: "ci: fix unreadable_directory_produces_error error"Valentin Popov4 days1-7/+0
| | | | This reverts commit 7eced774831b4d1a26e68d25386fdbe3235a27e6.
* ci: fix unreadable_directory_produces_error errorValentin Popov4 days1-0/+7
|
* feat: create Vulkan swapchain probeValentin Popov4 days5-16/+195
|
* feat: probe Vulkan logical device creationValentin Popov4 days5-20/+354
|
* feat: probe live Vulkan runtime capabilitiesValentin Popov4 days5-94/+750
|
* feat: require created Vulkan smoke surfaceValentin Popov4 days4-21/+74
|
* feat: create native smoke window handlesValentin Popov4 days7-43/+230
|
* feat: audit native smoke artifactsValentin Popov4 days5-1/+270
|
* feat: add target triple to native smoke reportValentin Popov4 days3-0/+26
|
* feat: require swapchain recreation evidence in smoke reportsValentin Popov4 days3-0/+71
|
* feat: add native smoke window preflightValentin Popov4 days6-26/+280
|
* feat: add Vulkan surface preflight to smoke runnerValentin Popov4 days4-3/+135
|
* feat: add Vulkan instance probe to smoke runnerValentin Popov4 days4-18/+158
|
* feat: add Vulkan loader probe to smoke runnerValentin Popov4 days4-10/+167
|
* refactor: remove xtask native smoke generatorValentin Popov4 days1-313/+1
|
* feat: add Vulkan smoke runner entrypointValentin Popov4 days8-3/+390
|
* ci: add native smoke artifact schemaValentin Popov4 days4-6/+334
|
* ci: add acceptance artifact metadataValentin Popov4 days3-0/+32
|
* ci: enforce reproducible Rust toolchainValentin Popov4 days4-0/+175
|
* feat: add Vulkan frame submission planValentin Popov4 days3-1/+159
|
* ci: add built-in supply chain policy fallbackValentin Popov4 days3-3/+120
|
* test: verify headless dependency closureValentin Popov4 days2-1/+90
|
* feat: add Vulkan shader manifest validationValentin Popov4 days5-0/+347
|
* feat: add Vulkan swapchain planning policyValentin Popov4 days3-0/+342
|
* feat: add Vulkan surface bootstrap boundaryValentin Popov4 days3-4/+194
|
* feat: expose native window handlesValentin Popov4 days7-2/+42
|
* feat: add Vulkan instance bootstrap planValentin Popov4 days3-1/+261
|
* feat: probe Vulkan loader boundaryValentin Popov4 days4-3/+132
|
* feat: add Vulkan capability selection boundaryValentin Popov4 days5-2/+577
|
* fix: close stage 0-2 synthetic gatesValentin Popov4 days38-1729/+4030
|
* feat: close stage 0-2 audit groundworkValentin Popov4 days40-1335/+5316
| | | | | | | | | | | | 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: trace runtime scheduler phasesValentin Popov6 days1-6/+172
|
* fix: require manifests for licensed gatesValentin Popov6 days17-167/+493
|
* fix: use canonical sha256 world hashesValentin Popov6 days3-21/+145
|
* fix: harden render command validationValentin Popov6 days1-17/+421
|
* fix: cap fixed-step catch-upValentin Popov6 days1-12/+74
|
* fix: expose configurable rsli read profilesValentin Popov6 days1-11/+165
|
* fix: preserve nres gaps during editsValentin Popov6 days1-46/+208
|
* fix: make corpus reports explicit and fallibleValentin Popov6 days5-95/+325
|
* fix: make core error displays actionableValentin Popov6 days4-4/+132
|
* fix: decode payloads outside resource lockValentin Popov6 days1-19/+40
|
* fix: cap decoded payload cache bytesValentin Popov6 days1-13/+137
|
* fix: strengthen resource fingerprintsValentin Popov6 days8-76/+314
|
* fix: harden path lookup and mark gl backend gapValentin Popov6 days7-47/+209
|
* docs: mark stage 4 runtime gaps explicitValentin Popov6 days3-22/+33
|
* fix: harden resource and world state correctnessValentin Popov6 days4-63/+313
|
* fix: make ci locked and isolate licensed testsValentin Popov6 days19-14/+440
|
* feat: implement FParkan architecture foundationValentin Popov6 days128-12137/+26720
| | | | Add the modular fparkan workspace, domain crates, adapters, apps, xtask policy/CI, acceptance evidence, and licensed corpus gates for the macOS-focused roadmap foundation.