Record STR-053 closeout hash
This commit is contained in:
@@ -18,6 +18,11 @@ agent or engineer to remove them without reconstructing context from chat.
|
|||||||
|
|
||||||
## Recent Reductions
|
## Recent Reductions
|
||||||
|
|
||||||
|
- 2026-06-14: `DEBT-0036` was narrowed again. `execute_canvas_draw_merge_plane_dispatch()`
|
||||||
|
now routes the per-plane framebuffer setup and unbind handling through
|
||||||
|
`execute_canvas_draw_merge_plane_setup(...)` plus
|
||||||
|
`execute_canvas_draw_merge_plane_final_composite(...)`; the per-plane wrapper
|
||||||
|
still owns the plane-selection loop and branch dispatch.
|
||||||
- 2026-06-14: `DEBT-0036` was narrowed again. `execute_canvas_draw_merge_plane_iteration()`
|
- 2026-06-14: `DEBT-0036` was narrowed again. `execute_canvas_draw_merge_plane_iteration()`
|
||||||
now routes the per-plane dispatch wrapper through
|
now routes the per-plane dispatch wrapper through
|
||||||
`execute_canvas_draw_merge_plane_dispatch(...)`; the plane loop still owns
|
`execute_canvas_draw_merge_plane_dispatch(...)`; the plane loop still owns
|
||||||
|
|||||||
@@ -2232,7 +2232,7 @@ ctest --preset desktop-fast --build-config Debug -R "pp_paint_renderer_composito
|
|||||||
|
|
||||||
### STR-053 - Extract Draw Merge Per-Plane Setup And Unbind
|
### STR-053 - Extract Draw Merge Per-Plane Setup And Unbind
|
||||||
|
|
||||||
Status: Ready
|
Status: Done
|
||||||
Score: no score movement
|
Score: no score movement
|
||||||
Debt: `DEBT-0036`
|
Debt: `DEBT-0036`
|
||||||
Scope: `src/canvas.cpp`, `src/legacy_canvas_draw_merge_services.h`, `tests/paint_renderer/compositor_tests.cpp`
|
Scope: `src/canvas.cpp`, `src/legacy_canvas_draw_merge_services.h`, `tests/paint_renderer/compositor_tests.cpp`
|
||||||
@@ -2252,6 +2252,8 @@ Done Checks:
|
|||||||
- `docs/modernization/debt.md` records the reduced draw-merge plane setup
|
- `docs/modernization/debt.md` records the reduced draw-merge plane setup
|
||||||
surface.
|
surface.
|
||||||
|
|
||||||
|
Closeout: `e8fe66da`
|
||||||
|
|
||||||
Validation:
|
Validation:
|
||||||
|
|
||||||
```powershell
|
```powershell
|
||||||
|
|||||||
Reference in New Issue
Block a user