Narrow draw merge branch orchestration

This commit is contained in:
2026-06-15 23:06:46 +02:00
parent 1acd3e4d09
commit 846d4d7b95
4 changed files with 10 additions and 4 deletions

View File

@@ -401,6 +401,10 @@ agent or engineer to remove them without reconstructing context from chat.
now drops the unused `draw_checkerboard` flag from the branch helper chain,
shrinking the helper API mismatch while `Canvas::draw_merge_branch_orchestration()`
still owns the remaining branch orchestration.
- 2026-06-15: `DEBT-0036` was narrowed again. `Canvas::draw_merge_branch_orchestration()`
now drops the unused `draw_checkerboard` parameter from the internal branch
wrapper, shrinking the remaining call-shape mismatch while the blocked
draw-merge extraction still stays in `STR-016`.
- 2026-06-14: `DEBT-0036` was narrowed again. `Canvas::draw_merge_branch_orchestration()`
now routes the temporary erase, temporary paint, texture, and blend dispatch
bodies through retained helpers inside `execute_canvas_draw_merge_branch_body(...)`;

View File

@@ -3227,6 +3227,10 @@ Results:
API mismatch while `Canvas::draw_merge_branch_orchestration()` still owns the
remaining branch orchestration. `STR-016` remains blocked until the helper
shape is simplified enough to move the per-layer composite block out cleanly.
- `Canvas::draw_merge_branch_orchestration()` now drops the unused
`draw_checkerboard` parameter from the internal branch wrapper, shrinking the
remaining call-shape mismatch while the blocked draw-merge extraction still
stays in `STR-016`.
- Canvas main-brush, dual-brush, and stroke-pad draw paths now use the tested
`pp_paint_renderer` stroke-feedback plan to decide whether framebuffer fetch
supplies destination color or the legacy OpenGL path must copy the target