Record STR-043 closeout hash

This commit is contained in:
2026-06-14 00:12:47 +02:00
parent c147c1d163
commit ce075a40d6
2 changed files with 10 additions and 4 deletions

View File

@@ -1932,7 +1932,7 @@ cmake --build --preset windows-msvc-default --config Debug --target PanoPainter
### STR-043 - Extract Preview Mixer Pass State And Copy Ordering
Status: Ready
Status: Done
Score: no score movement
Debt: `DEBT-0036`
Scope: `src/node_stroke_preview.cpp`, `tests/paint_renderer/compositor_tests.cpp`
@@ -1945,12 +1945,14 @@ sample dispatch.
Done Checks:
- `NodeStrokePreview::stroke_draw_samples()` no longer owns the mixer-pass
- `NodeStrokePreview::stroke_draw_mix()` no longer owns the mixer-pass
state/copy ordering inline.
- Regression coverage proves the helper preserves mixer framebuffer binding
and preview copy behavior.
- Regression coverage proves the helper preserves mixer framebuffer binding,
preview copy behavior, and mix-input ordering.
- `docs/modernization/debt.md` records the reduced preview mixer-pass surface.
Closeout: `c147c1d1`
Validation:
```powershell