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

@@ -18,6 +18,10 @@ agent or engineer to remove them without reconstructing context from chat.
## Recent Reductions ## Recent Reductions
- 2026-06-14: `DEBT-0036` was narrowed again. `NodeStrokePreview::stroke_draw_mix()`
now routes the retained preview mix request construction through
`make_stroke_preview_mix_execution_request(...)`; the preview path still
owns the concrete mixer framebuffer, sample/input binding, and draw callback.
- 2026-06-14: `DEBT-0036` was narrowed again. `execute_stroke_preview_sample_pass()` - 2026-06-14: `DEBT-0036` was narrowed again. `execute_stroke_preview_sample_pass()`
now routes the retained sample-request construction through now routes the retained sample-request construction through
`make_stroke_preview_sample_request(...)`; the preview path still owns the `make_stroke_preview_sample_request(...)`; the preview path still owns the

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 ### STR-043 - Extract Preview Mixer Pass State And Copy Ordering
Status: Ready Status: Done
Score: no score movement Score: no score movement
Debt: `DEBT-0036` Debt: `DEBT-0036`
Scope: `src/node_stroke_preview.cpp`, `tests/paint_renderer/compositor_tests.cpp` Scope: `src/node_stroke_preview.cpp`, `tests/paint_renderer/compositor_tests.cpp`
@@ -1945,12 +1945,14 @@ sample dispatch.
Done Checks: 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. state/copy ordering inline.
- Regression coverage proves the helper preserves mixer framebuffer binding - Regression coverage proves the helper preserves mixer framebuffer binding,
and preview copy behavior. preview copy behavior, and mix-input ordering.
- `docs/modernization/debt.md` records the reduced preview mixer-pass surface. - `docs/modernization/debt.md` records the reduced preview mixer-pass surface.
Closeout: `c147c1d1`
Validation: Validation:
```powershell ```powershell