aboutsummaryrefslogtreecommitdiff
path: root/adapters
Commit message (Collapse)AuthorAgeFilesLines
* refactor(vulkan-ffi): extract resource setup moduleValentin Popov3 days2-677/+705
|
* refactor(vulkan-ffi): extract runtime capability moduleValentin Popov3 days2-763/+796
|
* refactor(vulkan-ffi): extract validation messenger moduleValentin Popov3 days2-117/+127
|
* refactor(vulkan-ffi): extract surface bootstrap moduleValentin Popov3 days2-155/+167
|
* refactor(vulkan-ffi): extract instance bootstrap moduleValentin Popov3 days2-377/+400
|
* refactor(vulkan-shaders): extract manifest validation moduleValentin Popov3 days3-368/+392
|
* refactor(vulkan-policy): extract pure swapchain and device policyValentin Popov3 days3-707/+717
|
* refactor(vulkan-backend): extract planning facade moduleValentin Popov3 days3-153/+171
|
* fix(vulkan-instance): verify required extensions before createValentin Popov3 days1-0/+63
|
* fix(vulkan-capabilities): harden swapchain capability gateValentin Popov3 days1-11/+177
|
* refactor(vulkan-reporting): remove manual json assemblyValentin Popov3 days2-243/+199
|
* refactor(vulkan-errors): preserve typed vk resultsValentin Popov3 days1-111/+90
|
* refactor(vulkan-ffi): narrow audited unsafe boundaryValentin Popov3 days2-4964/+4970
|
* refactor(vulkan-plan): clarify planning backend telemetryValentin Popov3 days1-20/+13
|
* fix(vulkan-smoke): make teardown order explicitValentin Popov3 days1-8/+17
|
* feat(vulkan-smoke): pin shader manifest provenanceValentin Popov3 days2-23/+220
|
* fix(platform-winit): map lifecycle and pointer stateValentin Popov3 days1-9/+98
|
* 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 days6-204/+1929
|
* ci: tighten stage 0 acceptance gatesValentin Popov3 days1-17/+39
|
* feat(vulkan-smoke): run native swapchain acquire/presentValentin Popov4 days1-0/+160
|
* feat: create Vulkan swapchain probeValentin Popov4 days1-1/+159
|
* feat: probe Vulkan logical device creationValentin Popov4 days1-3/+170
|
* feat: probe live Vulkan runtime capabilitiesValentin Popov4 days1-0/+356
|
* feat: create native smoke window handlesValentin Popov4 days1-2/+142
|
* feat: add native smoke window preflightValentin Popov4 days1-0/+67
|
* 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: expose native window handlesValentin Popov4 days2-2/+18
|
* 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 Popov4 days2-18/+70
|
* feat: close stage 0-2 audit groundworkValentin Popov4 days6-367/+436
| | | | | | | | | | | | 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 Popov6 days2-23/+23
|
* feat: implement FParkan architecture foundationValentin Popov6 days4-0/+389
Add the modular fparkan workspace, domain crates, adapters, apps, xtask policy/CI, acceptance evidence, and licensed corpus gates for the macOS-focused roadmap foundation.