Record STR-030 closeout hash
This commit is contained in:
@@ -278,6 +278,10 @@ agent or engineer to remove them without reconstructing context from chat.
|
|||||||
orchestration now routes through `stroke_draw_pad_face_orchestration(...)`;
|
orchestration now routes through `stroke_draw_pad_face_orchestration(...)`;
|
||||||
the retained path still owns the concrete pad shader setup, destination
|
the retained path still owns the concrete pad shader setup, destination
|
||||||
dispatch, and callback wiring.
|
dispatch, and callback wiring.
|
||||||
|
- 2026-06-13: DEBT-0036 was narrowed again. `Canvas::stroke_draw()` pad-face
|
||||||
|
callback body now routes through `stroke_draw_pad_face_callback_body(...)`;
|
||||||
|
the retained path still owns the concrete pad shader setup, face selection,
|
||||||
|
and copy wiring.
|
||||||
- 2026-06-13: DEBT-0036 was narrowed again. `Canvas::stroke_draw()` main-pass
|
- 2026-06-13: DEBT-0036 was narrowed again. `Canvas::stroke_draw()` main-pass
|
||||||
live face orchestration now routes through
|
live face orchestration now routes through
|
||||||
`execute_legacy_canvas_stroke_live_pass_with_face_framebuffers(...)`; the
|
`execute_legacy_canvas_stroke_live_pass_with_face_framebuffers(...)`; the
|
||||||
|
|||||||
@@ -677,6 +677,7 @@ ctest --preset desktop-fast --build-config Debug -R "pp_paint_renderer_composito
|
|||||||
| 2026-06-13 | STR-024 | +1 renderer boundary and OpenGL parity | `ctest --preset desktop-fast --build-config Debug -R "pp_paint_renderer_compositor|pp_paint_renderer_stroke_execution" --output-on-failure` | `b1d6e5e2` |
|
| 2026-06-13 | STR-024 | +1 renderer boundary and OpenGL parity | `ctest --preset desktop-fast --build-config Debug -R "pp_paint_renderer_compositor|pp_paint_renderer_stroke_execution" --output-on-failure` | `b1d6e5e2` |
|
||||||
| 2026-06-13 | STR-025 | +1 renderer boundary and OpenGL parity | `ctest --preset desktop-fast --build-config Debug -R "pp_paint_renderer_compositor|pp_paint_renderer_stroke_execution" --output-on-failure` | `77ac50b9` |
|
| 2026-06-13 | STR-025 | +1 renderer boundary and OpenGL parity | `ctest --preset desktop-fast --build-config Debug -R "pp_paint_renderer_compositor|pp_paint_renderer_stroke_execution" --output-on-failure` | `77ac50b9` |
|
||||||
| 2026-06-13 | STR-028 | +1 renderer boundary and OpenGL parity | `ctest --preset desktop-fast --build-config Debug -R "pp_paint_renderer_compositor|pp_paint_renderer_stroke_execution" --output-on-failure` | `3478219a` |
|
| 2026-06-13 | STR-028 | +1 renderer boundary and OpenGL parity | `ctest --preset desktop-fast --build-config Debug -R "pp_paint_renderer_compositor|pp_paint_renderer_stroke_execution" --output-on-failure` | `3478219a` |
|
||||||
|
| 2026-06-13 | STR-030 | +1 renderer boundary and OpenGL parity | `ctest --preset desktop-fast --build-config Debug -R "pp_paint_renderer_compositor|pp_paint_renderer_stroke_execution" --output-on-failure` | `e507fe27` |
|
||||||
|
|
||||||
### STR-023 - Extract Stroke Draw Dual Pass Frame Orchestration
|
### STR-023 - Extract Stroke Draw Dual Pass Frame Orchestration
|
||||||
|
|
||||||
@@ -892,7 +893,7 @@ ctest --preset desktop-fast --build-config Debug -R "pp_paint_renderer_composito
|
|||||||
|
|
||||||
### STR-030 - Extract Stroke Draw Pad Face Callback Body
|
### STR-030 - Extract Stroke Draw Pad Face Callback Body
|
||||||
|
|
||||||
Status: Ready
|
Status: Done
|
||||||
Score: +1 renderer boundary and OpenGL parity
|
Score: +1 renderer boundary and OpenGL parity
|
||||||
Debt: `DEBT-0036`
|
Debt: `DEBT-0036`
|
||||||
Scope: `src/canvas.cpp`, `src/legacy_canvas_stroke_execution_services.h`, `tests/paint_renderer/compositor_tests.cpp`
|
Scope: `src/canvas.cpp`, `src/legacy_canvas_stroke_execution_services.h`, `tests/paint_renderer/compositor_tests.cpp`
|
||||||
@@ -911,7 +912,7 @@ Done Checks:
|
|||||||
order and copy behavior.
|
order and copy behavior.
|
||||||
- `docs/modernization/debt.md` records the reduced pad-face callback surface.
|
- `docs/modernization/debt.md` records the reduced pad-face callback surface.
|
||||||
|
|
||||||
Closeout: `e6f3be1c`
|
Closeout: `e507fe27`
|
||||||
|
|
||||||
Validation:
|
Validation:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user