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