aboutsummaryrefslogtreecommitdiff
path: root/apps/fparkan-vulkan-smoke
Commit message (Collapse)AuthorAgeFilesLines
* feat(render): bridge legacy camera to VulkanValentin Popov2026-07-181-1/+3
|
* fix(vulkan): validate readback formatsValentin Popov2026-07-181-2/+43
|
* feat(vulkan): compare readback artifactsValentin Popov2026-07-181-9/+85
|
* fix(vulkan): label readback image formatsValentin Popov2026-07-181-1/+7
|
* feat(vulkan): export readback artifactsValentin Popov2026-07-181-4/+32
|
* feat(vulkan): capture swapchain pixelsValentin Popov2026-07-181-0/+20
|
* feat(vulkan): select readback-capable swapchainsValentin Popov2026-07-181-0/+6
|
* feat(vulkan): draw original terrain geometryValentin Popov2026-07-181-9/+46
|
* feat(render): bind materials per mesh batchValentin Popov2026-07-181-53/+171
|
* feat(render): preserve original mesh batch drawsValentin Popov2026-07-181-0/+5
|
* feat(viewer): select Vulkan texture through WEARValentin Popov2026-07-181-29/+186
|
* feat(render): upload original TEXM to VulkanValentin Popov2026-07-181-2/+138
|
* feat(render): draw original MSH through VulkanValentin Popov2026-07-182-5/+163
|
* feat(render): accept static indexed Vulkan meshesValentin Popov2026-07-181-1/+2
|
* fix(stage0): require Windows native smokeValentin Popov2026-07-181-11/+9
|
* build(platform): restrict runtime scope to WindowsValentin Popov2026-07-181-1/+1
|
* build(deps): harden winit feature graphValentin Popov2026-07-181-1/+1
|
* build(deps): pin internal path dependency versionsValentin Popov2026-07-181-3/+3
|
* fix(build): align stage zero gates with Rust 1.97Valentin Popov2026-07-181-7/+4
|
* build: upgrade Rust toolchain to 1.97.1Valentin Popov2026-07-181-1/+1
|
* fix(smoke): capture final validation after explicit shutdownValentin Popov2026-06-251-25/+89
|
* fix(smoke): drop renderer before window teardownValentin Popov2026-06-251-0/+58
|
* fix(stage0-ci): satisfy strict clippy gatesValentin Popov2026-06-251-1/+5
|
* fix(vulkan-policy): gate requested depth formatsValentin Popov2026-06-251-0/+2
|
* chore(vulkan-smoke): record window bootstrap phasesValentin Popov2026-06-251-7/+58
|
* fix(vulkan-smoke): track bootstrap timeout evidenceValentin Popov2026-06-251-18/+93
|
* fix(vulkan-smoke): harden timeout and ci closureValentin Popov2026-06-252-13/+102
|
* build(vulkan-smoke): capture build toolchain metadataValentin Popov2026-06-252-3/+69
|
* build(vulkan-smoke): embed compiled artifact provenanceValentin Popov2026-06-253-4/+120
|
* feat(vulkan-smoke): verify macos portability evidenceValentin Popov2026-06-251-0/+15
|
* fix(vulkan-smoke): emit structured timeout reportsValentin Popov2026-06-251-84/+258
|
* refactor(reporting): use typed serde report schemasValentin Popov2026-06-252-122/+123
|
* fix(stage0): harden native smoke provenance auditValentin Popov2026-06-251-0/+20
|
* feat(stage0): record artifact provenance metadataValentin Popov2026-06-251-0/+27
|
* feat(vulkan-smoke): pin shader manifest provenanceValentin Popov2026-06-251-1/+1
|
* feat(stage0): close native smoke acceptance gateValentin Popov2026-06-252-1408/+340
|
* ci: tighten stage 0 acceptance gatesValentin Popov2026-06-251-7/+12
|
* feat(vulkan-smoke): run native swapchain acquire/presentValentin Popov2026-06-241-28/+83
|
* feat: create Vulkan swapchain probeValentin Popov2026-06-241-12/+31
|
* feat: probe Vulkan logical device creationValentin Popov2026-06-231-17/+150
|
* feat: probe live Vulkan runtime capabilitiesValentin Popov2026-06-231-92/+356
|
* feat: require created Vulkan smoke surfaceValentin Popov2026-06-231-19/+70
|
* feat: create native smoke window handlesValentin Popov2026-06-232-39/+83
|
* feat: add target triple to native smoke reportValentin Popov2026-06-231-0/+24
|
* feat: require swapchain recreation evidence in smoke reportsValentin Popov2026-06-231-0/+69
|
* feat: add native smoke window preflightValentin Popov2026-06-232-25/+209
|
* feat: add Vulkan surface preflight to smoke runnerValentin Popov2026-06-231-2/+132
|
* feat: add Vulkan instance probe to smoke runnerValentin Popov2026-06-231-17/+155
|
* feat: add Vulkan loader probe to smoke runnerValentin Popov2026-06-231-9/+163
|
* feat: add Vulkan smoke runner entrypointValentin Popov2026-06-232-0/+371