aboutsummaryrefslogtreecommitdiff
path: root/adapters/fparkan-render-vulkan/src/lib.rs
Commit message (Collapse)AuthorAgeFilesLines
* fix(vulkan-smoke): make teardown order explicitValentin Popov3 days1-8/+17
|
* feat(vulkan-smoke): pin shader manifest provenanceValentin Popov3 days1-23/+219
|
* fix(vulkan-smoke): clean up partial runtime resourcesValentin Popov3 days1-55/+226
|
* refactor(vulkan-smoke): remove legacy acquire-present pathValentin Popov3 days1-149/+0
|
* feat(stage0): close native smoke acceptance gateValentin Popov3 days1-60/+1895
|
* ci: tighten stage 0 acceptance gatesValentin Popov3 days1-17/+39
|
* feat(vulkan-smoke): run native swapchain acquire/presentValentin Popov5 days1-0/+160
|
* feat: create Vulkan swapchain probeValentin Popov5 days1-1/+159
|
* feat: probe Vulkan logical device creationValentin Popov5 days1-3/+170
|
* feat: probe live Vulkan runtime capabilitiesValentin Popov5 days1-0/+356
|
* feat: add Vulkan frame submission planValentin Popov5 days1-1/+155
|
* feat: add Vulkan shader manifest validationValentin Popov5 days1-0/+339
|
* feat: add Vulkan swapchain planning policyValentin Popov5 days1-0/+334
|
* feat: add Vulkan surface bootstrap boundaryValentin Popov5 days1-4/+188
|
* feat: add Vulkan instance bootstrap planValentin Popov5 days1-1/+255
|
* feat: probe Vulkan loader boundaryValentin Popov5 days1-1/+110
|
* feat: add Vulkan capability selection boundaryValentin Popov5 days1-0/+477
|
* fix: close stage 0-2 synthetic gatesValentin Popov5 days1-2/+24
|
* feat: close stage 0-2 audit groundworkValentin Popov5 days1-0/+175
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.