aboutsummaryrefslogtreecommitdiff
path: root/apps/fparkan-vulkan-smoke/src/main.rs
Commit message (Expand)AuthorAgeFilesLines
* feat(stage0): record artifact provenance metadataValentin Popov3 days1-0/+27
* feat(vulkan-smoke): pin shader manifest provenanceValentin Popov3 days1-1/+1
* feat(stage0): close native smoke acceptance gateValentin Popov3 days1-1408/+339
* ci: tighten stage 0 acceptance gatesValentin Popov3 days1-7/+12
* feat(vulkan-smoke): run native swapchain acquire/presentValentin Popov5 days1-28/+83
* feat: create Vulkan swapchain probeValentin Popov5 days1-12/+31
* feat: probe Vulkan logical device creationValentin Popov5 days1-17/+150
* feat: probe live Vulkan runtime capabilitiesValentin Popov5 days1-92/+356
* feat: require created Vulkan smoke surfaceValentin Popov5 days1-19/+70
* feat: create native smoke window handlesValentin Popov5 days1-39/+82
* feat: add target triple to native smoke reportValentin Popov5 days1-0/+24
* feat: require swapchain recreation evidence in smoke reportsValentin Popov5 days1-0/+69
* feat: add native smoke window preflightValentin Popov5 days1-25/+208
* feat: add Vulkan surface preflight to smoke runnerValentin Popov5 days1-2/+132
* feat: add Vulkan instance probe to smoke runnerValentin Popov5 days1-17/+155
* feat: add Vulkan loader probe to smoke runnerValentin Popov5 days1-9/+163
* feat: add Vulkan smoke runner entrypointValentin Popov5 days1-0/+359