Adds iter19 campaign-close doc (mesa-panvk-bifrost r7 ship, XFB
packed-varying channel-extract fix). Also lands the r5 full
dEQP-VK sweep scoreboard (2.26M tests, 97.65% runnable pass rate)
that surfaced the holes_vert crash in the first place.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Multi-language web research (EN/CN/RU/KO/JA/Bayrisch) on the actual
hardware feature set of Mali-G52 r1 MC1 vs what Mesa 26.0.6 panvk
advertises. Goal: identify candidate downstream patches in the same
shape as r1-r5.
Top-3 r6/r7 candidates surfaced:
1. r6 = VK_EXT_pipeline_robustness — 1-line flip, composes on top of
our r1 KHR_robustness2, real consumer value (DXVK/vkd3d/Wine).
2. r6.5 = small-bundle (depth_clip_control, depth_clip_enable,
provoking_vertex, load_store_op_none, pageable_device_local_memory,
memory_priority) — each individually small, together meaningfully
widens the D3D-to-Vulkan translation matrix.
3. r7 = FB-fetch + dynamic_rendering_local_read paired — real
engineering iteration, multi-week. Bifrost TBDR tile memory
supports this; Panfrost GL already implements FB fetch
(Mesa MR !5755). PanVK port needed.
Confirmed not-candidates: sparseResidency*, subgroupSize ≥ 16, mesh /
RT / FSR / 64-bit atomics — silicon-absent on G52.
Source archaeology: the leaked ARM Mali-G52 Software Developer Manual
is not in the wild (multi-language search came up dry). Mesa source is
the authoritative reference; iter18 already confirmed 0 Vulkan symbols
in vendor libmali-bifrost-g52-*.so. Panfrost is and will be the only
Vulkan driver this hardware ever has.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
panvk-bifrost campaigns (r1..r4 Vulkan compositor + r5.video1 Vulkan
video decode) shipped before this repo existed; the deliverable
patches live in marfrit-packages, but the reasoning chain, phase docs,
and source-state evidence lived only in local working trees on the
development host.
This retrofit imports:
- mesa-panvk-bifrost/ — r1..r4 era phase docs (iter1..iter18)
(libmali stub blobs at iter18/blob/ excluded
— 109MB of RE artifacts replaced with a README
pointer)
- mesa-panvk-bifrost-video/ — sibling campaign phase docs + probe
- evidence/ — frozen .tgz source snapshots at each milestone
(basis for the 0005 patch diff generation)
Future iterations should branch off here from day one, so each iter is
a commit rather than a snapshot. See [[feedback-session-local-process-pins]]
for the process drift this retrofit closes.
Total: 1.9 MB across 124 files.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>