From 51c70c9ecc46693768f606418612b9731b8e68f3 Mon Sep 17 00:00:00 2001 From: omigamedev Date: Sat, 13 Jun 2026 23:23:01 +0200 Subject: [PATCH] Record STR-023 closeout hash --- docs/modernization/debt.md | 4 ++++ docs/modernization/tasks.md | 5 ++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/modernization/debt.md b/docs/modernization/debt.md index 6d877ff..5a77dbc 100644 --- a/docs/modernization/debt.md +++ b/docs/modernization/debt.md @@ -259,6 +259,10 @@ agent or engineer to remove them without reconstructing context from chat. `execute_legacy_canvas_stroke_dual_pass_frame_callbacks(...)`; the retained path still owns the concrete dual-brush shader, sampler, and framebuffer wiring. +- 2026-06-13: DEBT-0036 was narrowed again. `Canvas::stroke_draw()` dual-pass + frame orchestration now routes through a retained helper; the retained path + still owns the concrete shader setup, brush-tip dispatch, and frame callback + execution. - 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 3508be9..02e6b85 100644 --- a/docs/modernization/tasks.md +++ b/docs/modernization/tasks.md @@ -673,10 +673,11 @@ ctest --preset desktop-fast --build-config Debug -R "pp_paint_renderer_composito | Date | Task | Score | Validation | Commit | | --- | --- | --- | --- | --- | | 2026-06-13 | STR-022 | +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` | `065ddf8e` | +| 2026-06-13 | STR-023 | +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` | `07b188de` | ### STR-023 - Extract Stroke Draw Dual Pass Frame Orchestration -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` @@ -695,6 +696,8 @@ Done Checks: callback order and face execution. - `docs/modernization/debt.md` records the reduced dual-pass frame surface. +Closeout: `07b188de` + Validation: ```powershell