diff options
| author | Valentin Popov <valentin@popov.link> | 2026-07-18 04:13:59 +0300 |
|---|---|---|
| committer | Valentin Popov <valentin@popov.link> | 2026-07-18 04:13:59 +0300 |
| commit | 93cddf185195922a988741281fe8efbd69f2214c (patch) | |
| tree | 23531f4634627b8064f862f197aa87e7dbe09cf2 /docs | |
| parent | ff7993223fa4d5264ec0e8d4ac9938fa3ec34a9d (diff) | |
| download | fparkan-93cddf185195922a988741281fe8efbd69f2214c.tar.xz fparkan-93cddf185195922a988741281fe8efbd69f2214c.zip | |
docs(stage0): record Windows Vulkan smoke
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/baseline/current-project-audit.md | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/docs/baseline/current-project-audit.md b/docs/baseline/current-project-audit.md index 0657279..ae2a243 100644 --- a/docs/baseline/current-project-audit.md +++ b/docs/baseline/current-project-audit.md @@ -6,7 +6,7 @@ Baseline command: cargo xtask ci ``` -Result on 2026-06-23: +Result on 2026-07-18: - canonical pipeline now uses a fixed MSRV/toolchain, policy checks, full-format workspace test command, `clippy`/`doc`/`cargo deny` gates and @@ -14,7 +14,19 @@ Result on 2026-06-23: - `rpath`/offline mode is still useful for synthetic local checks; - full online dependency resolution remains unavailable in the sandbox. +Native Vulkan evidence: + +- Windows x86_64 local smoke passed on 2026-07-18 with Rust 1.87.0, the + system Vulkan loader 1.4.350, and an AMD Radeon Pro WX 3200 Series; +- the smoke created a Win32 surface and swapchain, presented 300 frames, + exercised a controlled resize (three observed resize events and two + swapchain recreations), and shut down with zero validation warnings and + errors; +- the result is configuration-specific evidence, not a substitute for the + separate Linux and macOS smoke gates. + Scope labels: - Stage 0 macOS/codebase: closed. -- Stage 0 cross-platform native runtime and hosted CI: deferred. +- Stage 0 Windows native runtime: locally evidenced. +- Stage 0 Linux native runtime and cross-platform hosted CI: deferred. |
