aboutsummaryrefslogtreecommitdiff
path: root/apps/fparkan-vulkan-smoke/src/main.rs
Commit message (Collapse)AuthorAgeFilesLines
* 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 Popov4 days1-28/+83
|
* feat: create Vulkan swapchain probeValentin Popov4 days1-12/+31
|
* feat: probe Vulkan logical device creationValentin Popov4 days1-17/+150
|
* feat: probe live Vulkan runtime capabilitiesValentin Popov4 days1-92/+356
|
* feat: require created Vulkan smoke surfaceValentin Popov4 days1-19/+70
|
* feat: create native smoke window handlesValentin Popov4 days1-39/+82
|
* feat: add target triple to native smoke reportValentin Popov4 days1-0/+24
|
* feat: require swapchain recreation evidence in smoke reportsValentin Popov4 days1-0/+69
|
* feat: add native smoke window preflightValentin Popov4 days1-25/+208
|
* feat: add Vulkan surface preflight to smoke runnerValentin Popov4 days1-2/+132
|
* feat: add Vulkan instance probe to smoke runnerValentin Popov4 days1-17/+155
|
* feat: add Vulkan loader probe to smoke runnerValentin Popov4 days1-9/+163
|
* feat: add Vulkan smoke runner entrypointValentin Popov4 days1-0/+359