aboutsummaryrefslogtreecommitdiff
path: root/adapters
Commit message (Expand)AuthorAgeFilesLines
...
* fix(vulkan-smoke): simplify swapchain image layout transitionsValentin Popov2026-06-252-60/+10
* refactor(vulkan-ffi): extract capability probe moduleValentin Popov2026-06-254-404/+417
* refactor(vulkan-ffi): extract swapchain probe moduleValentin Popov2026-06-253-218/+236
* refactor(vulkan-ffi): extract swapchain resource moduleValentin Popov2026-06-253-488/+506
* refactor(vulkan-backend): satisfy ci quality gatesValentin Popov2026-06-252-73/+99
* refactor(vulkan-ffi): move adapter tests into submoduleValentin Popov2026-06-252-697/+691
* refactor(vulkan-ffi): extract smoke renderer typesValentin Popov2026-06-252-132/+145
* refactor(vulkan-backend): clarify planning facade telemetryValentin Popov2026-06-252-35/+75
* refactor(vulkan-ffi): extract smoke renderer moduleValentin Popov2026-06-253-601/+619
* refactor(vulkan-ffi): extract resource setup moduleValentin Popov2026-06-252-677/+705
* refactor(vulkan-ffi): extract runtime capability moduleValentin Popov2026-06-252-763/+796
* refactor(vulkan-ffi): extract validation messenger moduleValentin Popov2026-06-252-117/+127
* refactor(vulkan-ffi): extract surface bootstrap moduleValentin Popov2026-06-252-155/+167
* refactor(vulkan-ffi): extract instance bootstrap moduleValentin Popov2026-06-252-377/+400
* refactor(vulkan-shaders): extract manifest validation moduleValentin Popov2026-06-253-368/+392
* refactor(vulkan-policy): extract pure swapchain and device policyValentin Popov2026-06-253-707/+717
* refactor(vulkan-backend): extract planning facade moduleValentin Popov2026-06-253-153/+171
* fix(vulkan-instance): verify required extensions before createValentin Popov2026-06-251-0/+63
* fix(vulkan-capabilities): harden swapchain capability gateValentin Popov2026-06-251-11/+177
* refactor(vulkan-reporting): remove manual json assemblyValentin Popov2026-06-252-243/+199
* refactor(vulkan-errors): preserve typed vk resultsValentin Popov2026-06-251-111/+90
* refactor(vulkan-ffi): narrow audited unsafe boundaryValentin Popov2026-06-252-4964/+4970
* 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-252-23/+220
* fix(platform-winit): map lifecycle and pointer stateValentin Popov2026-06-251-9/+98
* 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-256-204/+1929
* 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: create native smoke window handlesValentin Popov2026-06-231-2/+142
* feat: add native smoke window preflightValentin Popov2026-06-231-0/+67
* feat: add Vulkan frame submission planValentin Popov2026-06-231-1/+155
* feat: add Vulkan shader manifest validationValentin Popov2026-06-232-0/+340
* feat: add Vulkan swapchain planning policyValentin Popov2026-06-231-0/+334
* feat: add Vulkan surface bootstrap boundaryValentin Popov2026-06-231-4/+188
* feat: expose native window handlesValentin Popov2026-06-232-2/+18
* feat: add Vulkan instance bootstrap planValentin Popov2026-06-231-1/+255
* feat: probe Vulkan loader boundaryValentin Popov2026-06-232-3/+128
* feat: add Vulkan capability selection boundaryValentin Popov2026-06-232-0/+479
* fix: close stage 0-2 synthetic gatesValentin Popov2026-06-232-18/+70
* feat: close stage 0-2 audit groundworkValentin Popov2026-06-236-367/+436
* fix: harden path lookup and mark gl backend gapValentin Popov2026-06-222-23/+23
* feat: implement FParkan architecture foundationValentin Popov2026-06-224-0/+389