aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* test(vulkan-smoke): cover explicit teardown orderValentin Popov3 days1-5/+160
* fix(vulkan-smoke): simplify swapchain image layout transitionsValentin Popov3 days2-60/+10
* refactor(vulkan-ffi): extract capability probe moduleValentin Popov3 days5-404/+418
* refactor(vulkan-ffi): extract swapchain probe moduleValentin Popov3 days4-218/+237
* refactor(vulkan-ffi): extract swapchain resource moduleValentin Popov3 days4-488/+507
* refactor(vulkan-backend): satisfy ci quality gatesValentin Popov3 days3-75/+101
* refactor(vulkan-ffi): move adapter tests into submoduleValentin Popov3 days2-697/+691
* refactor(vulkan-ffi): extract smoke renderer typesValentin Popov3 days2-132/+145
* refactor(vulkan-backend): clarify planning facade telemetryValentin Popov3 days2-35/+75
* refactor(vulkan-ffi): extract smoke renderer moduleValentin Popov3 days4-601/+620
* refactor(vulkan-ffi): extract resource setup moduleValentin Popov3 days3-677/+706
* refactor(vulkan-ffi): extract runtime capability moduleValentin Popov3 days3-763/+797
* refactor(vulkan-ffi): extract validation messenger moduleValentin Popov3 days3-117/+128
* refactor(vulkan-ffi): extract surface bootstrap moduleValentin Popov3 days3-155/+168
* refactor(vulkan-ffi): extract instance bootstrap moduleValentin Popov3 days3-378/+404
* 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 days3-243/+201
* refactor(vulkan-errors): preserve typed vk resultsValentin Popov3 days1-111/+90
* refactor(reporting): use typed serde report schemasValentin Popov3 days4-253/+221
* refactor(vulkan-ffi): narrow audited unsafe boundaryValentin Popov3 days3-4965/+4971
* refactor(vulkan-plan): clarify planning backend telemetryValentin Popov3 days2-22/+15
* fix(stage0): harden native smoke provenance auditValentin Popov3 days3-12/+124
* feat(stage0): record artifact provenance metadataValentin Popov3 days3-2/+87
* fix(vulkan-smoke): make teardown order explicitValentin Popov3 days1-8/+17
* ci: tighten supply-chain fallback policyValentin Popov3 days2-2/+61
* feat(vulkan-smoke): pin shader manifest provenanceValentin Popov3 days4-25/+222
* 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
* chore(stage0): scope native smoke closure to macosValentin Popov3 days4-13/+7
* feat(stage0): close native smoke acceptance gateValentin Popov3 days15-1645/+2438
* ci: tighten stage 0 acceptance gatesValentin Popov3 days6-137/+424
* fix(deps): update all digest updatesrenovate[bot]4 days2-390/+25
* feat(vulkan-smoke): run native swapchain acquire/presentValentin Popov4 days2-28/+243
* revert: "ci: fix unreadable_directory_produces_error error"Valentin Popov4 days1-7/+0
* ci: fix unreadable_directory_produces_error errorValentin Popov4 days1-0/+7
* feat: create Vulkan swapchain probeValentin Popov4 days5-16/+195
* feat: probe Vulkan logical device creationValentin Popov4 days5-20/+354
* feat: probe live Vulkan runtime capabilitiesValentin Popov4 days5-94/+750
* feat: require created Vulkan smoke surfaceValentin Popov4 days4-21/+74
* feat: create native smoke window handlesValentin Popov4 days7-43/+230
* feat: audit native smoke artifactsValentin Popov4 days5-1/+270
* feat: add target triple to native smoke reportValentin Popov4 days3-0/+26
* feat: require swapchain recreation evidence in smoke reportsValentin Popov4 days3-0/+71
* feat: add native smoke window preflightValentin Popov4 days6-26/+280
* feat: add Vulkan surface preflight to smoke runnerValentin Popov4 days4-3/+135