aboutsummaryrefslogtreecommitdiff
path: root/fixtures/acceptance
diff options
context:
space:
mode:
authorValentin Popov <valentin@popov.link>2026-06-23 21:57:03 +0300
committerValentin Popov <valentin@popov.link>2026-06-23 21:57:03 +0300
commitec8f6599fccc9e9d725e1a245e0cfbf578dfd3d2 (patch)
treef8f61e990a0c2c172ff16349ffb33323f17e13dd /fixtures/acceptance
parentf5fae8e84a346d4322bad06647315265eebfa21f (diff)
downloadfparkan-ec8f6599fccc9e9d725e1a245e0cfbf578dfd3d2.tar.xz
fparkan-ec8f6599fccc9e9d725e1a245e0cfbf578dfd3d2.zip
feat: add Vulkan swapchain planning policy
Diffstat (limited to 'fixtures/acceptance')
-rw-r--r--fixtures/acceptance/coverage.tsv4
-rw-r--r--fixtures/acceptance/stage_0_2_roadmap.md4
2 files changed, 8 insertions, 0 deletions
diff --git a/fixtures/acceptance/coverage.tsv b/fixtures/acceptance/coverage.tsv
index 7b24c69..5952d60 100644
--- a/fixtures/acceptance/coverage.tsv
+++ b/fixtures/acceptance/coverage.tsv
@@ -36,6 +36,10 @@ S0-VK-010 covered cargo test -p fparkan-render-vulkan --offline invalid_instance
S0-VK-011 covered cargo test -p fparkan-render-vulkan --offline surface_plan_requires_native_handles
S0-VK-012 covered cargo test -p fparkan-render-vulkan --offline surface_plan_json_is_stable
S0-VK-013 covered cargo test -p fparkan-render-vulkan --offline static_surface_extension_name_is_decoded
+S0-VK-014 covered cargo test -p fparkan-render-vulkan --offline swapchain_plan_prefers_srgb_mailbox_and_clamps_extent
+S0-VK-015 covered cargo test -p fparkan-render-vulkan --offline swapchain_plan_uses_fifo_and_current_extent_fallbacks
+S0-VK-016 covered cargo test -p fparkan-render-vulkan --offline swapchain_plan_rejects_missing_surface_data_and_empty_extent
+S0-VK-017 covered cargo test -p fparkan-render-vulkan --offline swapchain_plan_json_and_recreation_reports_are_stable
S0-LIMIT-001 covered cargo test -p fparkan-binary --offline rejects_count_stride_overflow
S0-LIMIT-002 covered cargo test -p fparkan-binary --offline rejects_oversized_declared_allocation_before_read
L1-P1-NRES-001 covered cargo test -p fparkan-nres --offline licensed_corpora_nres_roundtrip_gates
diff --git a/fixtures/acceptance/stage_0_2_roadmap.md b/fixtures/acceptance/stage_0_2_roadmap.md
index e203bad..f28571c 100644
--- a/fixtures/acceptance/stage_0_2_roadmap.md
+++ b/fixtures/acceptance/stage_0_2_roadmap.md
@@ -36,6 +36,10 @@
`S0-VK-011`
`S0-VK-012`
`S0-VK-013`
+`S0-VK-014`
+`S0-VK-015`
+`S0-VK-016`
+`S0-VK-017`
`S0-LIMIT-001`
`S0-LIMIT-002`
`L1-P1-NRES-001`