| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat(render): upload original TEXM to Vulkan | Valentin Popov | 2026-07-18 | 1 | -2/+138 |
| | | |||||
| * | feat(render): draw original MSH through Vulkan | Valentin Popov | 2026-07-18 | 2 | -5/+163 |
| | | |||||
| * | feat(render): accept static indexed Vulkan meshes | Valentin Popov | 2026-07-18 | 1 | -1/+2 |
| | | |||||
| * | test(render): refresh licensed planning captures | Valentin Popov | 2026-07-18 | 1 | -2/+2 |
| | | |||||
| * | refactor(render): build game commands from snapshots | Valentin Popov | 2026-07-18 | 1 | -16/+34 |
| | | |||||
| * | fix(stage0): require Windows native smoke | Valentin Popov | 2026-07-18 | 1 | -11/+9 |
| | | |||||
| * | build(platform): restrict runtime scope to Windows | Valentin Popov | 2026-07-18 | 1 | -1/+1 |
| | | |||||
| * | build(deps): harden winit feature graph | Valentin Popov | 2026-07-18 | 1 | -1/+1 |
| | | |||||
| * | build(deps): pin internal path dependency versions | Valentin Popov | 2026-07-18 | 5 | -23/+23 |
| | | |||||
| * | fix(build): align stage zero gates with Rust 1.97 | Valentin Popov | 2026-07-18 | 2 | -8/+5 |
| | | |||||
| * | build: upgrade Rust toolchain to 1.97.1 | Valentin Popov | 2026-07-18 | 1 | -1/+1 |
| | | |||||
| * | chore: clarify planning acceptance semantics | Valentin Popov | 2026-07-04 | 2 | -13/+13 |
| | | |||||
| * | test: realign stage 2 acceptance coverage | Valentin Popov | 2026-07-03 | 1 | -4/+39 |
| | | |||||
| * | feat(stage2): persist prepared mission assets and reports | Valentin Popov | 2026-07-03 | 1 | -54/+152 |
| | | |||||
| * | feat(stage2): materialize visual dependency graph | Valentin Popov | 2026-07-03 | 1 | -2/+2 |
| | | |||||
| * | refactor(cli): limit json refactor to stage1 scope | Valentin Popov | 2026-06-30 | 1 | -127/+57 |
| | | |||||
| * | refactor(cli): replace manual json assembly | Valentin Popov | 2026-06-30 | 2 | -70/+156 |
| | | |||||
| * | fix(smoke): capture final validation after explicit shutdown | Valentin Popov | 2026-06-25 | 1 | -25/+89 |
| | | |||||
| * | fix(smoke): drop renderer before window teardown | Valentin Popov | 2026-06-25 | 1 | -0/+58 |
| | | |||||
| * | fix(stage0-ci): satisfy strict clippy gates | Valentin Popov | 2026-06-25 | 1 | -1/+5 |
| | | |||||
| * | fix(vulkan-policy): gate requested depth formats | Valentin Popov | 2026-06-25 | 1 | -0/+2 |
| | | |||||
| * | chore(vulkan-smoke): record window bootstrap phases | Valentin Popov | 2026-06-25 | 1 | -7/+58 |
| | | |||||
| * | fix(vulkan-smoke): track bootstrap timeout evidence | Valentin Popov | 2026-06-25 | 1 | -18/+93 |
| | | |||||
| * | fix(vulkan-smoke): harden timeout and ci closure | Valentin Popov | 2026-06-25 | 2 | -13/+102 |
| | | |||||
| * | build(vulkan-smoke): capture build toolchain metadata | Valentin Popov | 2026-06-25 | 2 | -3/+69 |
| | | |||||
| * | build(vulkan-smoke): embed compiled artifact provenance | Valentin Popov | 2026-06-25 | 3 | -4/+120 |
| | | |||||
| * | feat(vulkan-smoke): verify macos portability evidence | Valentin Popov | 2026-06-25 | 1 | -0/+15 |
| | | |||||
| * | fix(vulkan-smoke): emit structured timeout reports | Valentin Popov | 2026-06-25 | 1 | -84/+258 |
| | | |||||
| * | refactor(vulkan-backend): satisfy ci quality gates | Valentin Popov | 2026-06-25 | 1 | -2/+2 |
| | | |||||
| * | refactor(reporting): use typed serde report schemas | Valentin Popov | 2026-06-25 | 2 | -122/+123 |
| | | |||||
| * | fix(stage0): harden native smoke provenance audit | Valentin Popov | 2026-06-25 | 1 | -0/+20 |
| | | |||||
| * | feat(stage0): record artifact provenance metadata | Valentin Popov | 2026-06-25 | 1 | -0/+27 |
| | | |||||
| * | feat(vulkan-smoke): pin shader manifest provenance | Valentin Popov | 2026-06-25 | 1 | -1/+1 |
| | | |||||
| * | feat(stage0): close native smoke acceptance gate | Valentin Popov | 2026-06-25 | 3 | -1410/+342 |
| | | |||||
| * | ci: tighten stage 0 acceptance gates | Valentin Popov | 2026-06-25 | 1 | -7/+12 |
| | | |||||
| * | feat(vulkan-smoke): run native swapchain acquire/present | Valentin Popov | 2026-06-24 | 1 | -28/+83 |
| | | |||||
| * | feat: create Vulkan swapchain probe | Valentin Popov | 2026-06-24 | 1 | -12/+31 |
| | | |||||
| * | feat: probe Vulkan logical device creation | Valentin Popov | 2026-06-23 | 1 | -17/+150 |
| | | |||||
| * | feat: probe live Vulkan runtime capabilities | Valentin Popov | 2026-06-23 | 1 | -92/+356 |
| | | |||||
| * | feat: require created Vulkan smoke surface | Valentin Popov | 2026-06-23 | 1 | -19/+70 |
| | | |||||
| * | feat: create native smoke window handles | Valentin Popov | 2026-06-23 | 2 | -39/+83 |
| | | |||||
| * | feat: add target triple to native smoke report | Valentin Popov | 2026-06-23 | 1 | -0/+24 |
| | | |||||
| * | feat: require swapchain recreation evidence in smoke reports | Valentin Popov | 2026-06-23 | 1 | -0/+69 |
| | | |||||
| * | feat: add native smoke window preflight | Valentin Popov | 2026-06-23 | 2 | -25/+209 |
| | | |||||
| * | feat: add Vulkan surface preflight to smoke runner | Valentin Popov | 2026-06-23 | 1 | -2/+132 |
| | | |||||
| * | feat: add Vulkan instance probe to smoke runner | Valentin Popov | 2026-06-23 | 1 | -17/+155 |
| | | |||||
| * | feat: add Vulkan loader probe to smoke runner | Valentin Popov | 2026-06-23 | 1 | -9/+163 |
| | | |||||
| * | feat: add Vulkan smoke runner entrypoint | Valentin Popov | 2026-06-23 | 2 | -0/+371 |
| | | |||||
| * | fix: close stage 0-2 synthetic gates | Valentin Popov | 2026-06-23 | 6 | -18/+103 |
| | | |||||
| * | feat: close stage 0-2 audit groundwork | Valentin Popov | 2026-06-23 | 6 | -155/+154 |
| | | | | | | | | | | | | | Remove legacy SDL/OpenGL adapters from the workspace and introduce winit/Vulkan adapter boundaries for the rendered composition root. Add reproducible toolchain and xtask CI coverage for formatting, tests, clippy, docs, policy, deny, acceptance auditing, and hosted OS matrix evidence. Strengthen Stage 1 data contracts with byte-first paths, VFS hardening, structured diagnostics, RsLi writer/edit scaffolding, corpus reporting, and resource error classification. Advance Stage 2 asset preparation by moving mission loading through assets/runtime boundaries, materializing prototype graph data, preserving provenance, and adding inspection/viewer integration. Record the Stage 0-2 audit input, acceptance roadmap, coverage updates, and documentation notes for follow-up evidence. | ||||
