aboutsummaryrefslogtreecommitdiff
path: root/adapters/fparkan-render-vulkan
Commit message (Collapse)AuthorAgeFilesLines
* feat: probe Vulkan logical device creationValentin Popov4 days1-3/+170
|
* feat: probe live Vulkan runtime capabilitiesValentin Popov4 days1-0/+356
|
* feat: add Vulkan frame submission planValentin Popov4 days1-1/+155
|
* feat: add Vulkan shader manifest validationValentin Popov4 days2-0/+340
|
* feat: add Vulkan swapchain planning policyValentin Popov4 days1-0/+334
|
* feat: add Vulkan surface bootstrap boundaryValentin Popov4 days1-4/+188
|
* feat: add Vulkan instance bootstrap planValentin Popov4 days1-1/+255
|
* feat: probe Vulkan loader boundaryValentin Popov4 days2-3/+128
|
* feat: add Vulkan capability selection boundaryValentin Popov4 days2-0/+479
|
* fix: close stage 0-2 synthetic gatesValentin Popov5 days1-2/+24
|
* feat: close stage 0-2 audit groundworkValentin Popov5 days2-0/+188
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.