aboutsummaryrefslogtreecommitdiff
path: root/fixtures/acceptance
diff options
context:
space:
mode:
authorValentin Popov <valentin@popov.link>2026-07-18 06:39:38 +0300
committerValentin Popov <valentin@popov.link>2026-07-18 06:39:38 +0300
commitfd9ce461c2668dcbf7ac6a5ecd543cd12952d698 (patch)
tree2d44f2440f249643a67781acc73e70a1cacd5df7 /fixtures/acceptance
parent6e6496eebf4057ceb4a09869b0df21b1f0260e81 (diff)
downloadfparkan-fd9ce461c2668dcbf7ac6a5ecd543cd12952d698.tar.xz
fparkan-fd9ce461c2668dcbf7ac6a5ecd543cd12952d698.zip
feat(render): sample original TEXM in Vulkan
Diffstat (limited to 'fixtures/acceptance')
-rw-r--r--fixtures/acceptance/coverage.tsv2
1 files changed, 1 insertions, 1 deletions
diff --git a/fixtures/acceptance/coverage.tsv b/fixtures/acceptance/coverage.tsv
index 892fd94..1d6e955 100644
--- a/fixtures/acceptance/coverage.tsv
+++ b/fixtures/acceptance/coverage.tsv
@@ -296,7 +296,7 @@ S2-PLANNING-RENDER-008 covered-planning cargo test -p fparkan-render --offline r
S2-PLANNING-RENDER-009 covered cargo xtask policy
S3-VK-MESH-UPLOAD-001 covered-gpu cargo run -p fparkan-vulkan-smoke --release --locked -- --out target/fparkan/stage3-mtcheck-msh.json --frames 300 --resize-frame 120 --timeout-seconds 90 --model-root <GOG_ROOT> --model-archive system.rlb --model-name MTCHECK.MSH; original MSH reports 128 vertices and 252 indices
S3-VK-TEXM-UPLOAD-001 covered-gpu cargo run -p fparkan-vulkan-smoke --release --locked -- --out target/fparkan/stage3-mtcheck-texm-upload.json --frames 300 --resize-frame 120 --timeout-seconds 90 --model-root <GOG_ROOT> --model-archive system.rlb --model-name MTCHECK.MSH --texture-root <GOG_ROOT> --texture-archive Textures.lib --texture-name DEFAULT.0; original TEXM 16x16 decoded RGBA8, staged into device-local image and transitioned to SHADER_READ_ONLY_OPTIMAL
-S3-VK-DESCRIPTOR-001 blocked awaits Stage 3 descriptor set contract implementation
+S3-VK-DESCRIPTOR-001 covered-gpu cargo run -p fparkan-vulkan-smoke --release --locked -- --out target/fparkan/stage3-texm-sampled.json --frames 300 --resize-frame 120 --timeout-seconds 90 --model-root <GOG_ROOT> --model-archive system.rlb --model-name MTCHECK.MSH --texture-root <GOG_ROOT> --texture-archive Textures.lib --texture-name DEFAULT.0; original TEXM is bound as set=0,binding=0 combined image sampler and sampled in fragment shader; validation_warning_count=0 and validation_error_count=0
S3-VK-PIPELINE-001 blocked awaits Stage 3 graphics pipeline key and cache implementation
S3-VK-DRAW-MODEL-001 covered-gpu cargo run -p fparkan-vulkan-smoke --release --locked -- --out target/fparkan/stage3-mtcheck-msh.json --frames 300 --resize-frame 120 --timeout-seconds 90 --model-root <GOG_ROOT> --model-archive system.rlb --model-name MTCHECK.MSH; live Win32 Vulkan indexed MSH draw/present
S3-VK-DRAW-TERRAIN-001 blocked awaits Stage 3 terrain Vulkan draw path