From 618bb895171136e3bb9c504dd645f1a4ccc83ce0 Mon Sep 17 00:00:00 2001 From: omigamedev Date: Sat, 13 Jun 2026 23:29:46 +0200 Subject: [PATCH] Record STR-030 closeout hash --- docs/modernization/debt.md | 4 ++++ docs/modernization/tasks.md | 5 +++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/modernization/debt.md b/docs/modernization/debt.md index 483d7f9..e4d7d01 100644 --- a/docs/modernization/debt.md +++ b/docs/modernization/debt.md @@ -278,6 +278,10 @@ agent or engineer to remove them without reconstructing context from chat. orchestration now routes through `stroke_draw_pad_face_orchestration(...)`; the retained path still owns the concrete pad shader setup, destination 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 live face orchestration now routes through `execute_legacy_canvas_stroke_live_pass_with_face_framebuffers(...)`; the diff --git a/docs/modernization/tasks.md b/docs/modernization/tasks.md index 40bb94a..bdc4e8c 100644 --- a/docs/modernization/tasks.md +++ b/docs/modernization/tasks.md @@ -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-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-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 @@ -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 -Status: Ready +Status: Done Score: +1 renderer boundary and OpenGL parity Debt: `DEBT-0036` 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. - `docs/modernization/debt.md` records the reduced pad-face callback surface. -Closeout: `e6f3be1c` +Closeout: `e507fe27` Validation: