From ca1ba4f1ceb34d2cef0d406c37a37c5e573ac4ab Mon Sep 17 00:00:00 2001 From: omigamedev Date: Sat, 13 Jun 2026 23:42:10 +0200 Subject: [PATCH] Record STR-034 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 acf97f2..7dea380 100644 --- a/docs/modernization/debt.md +++ b/docs/modernization/debt.md @@ -316,6 +316,10 @@ agent or engineer to remove them without reconstructing context from chat. callback body now routes through `Canvas::stroke_draw_pad_pass(...)`; the retained path still owns the concrete pad shader setup and face callback execution. +- 2026-06-13: DEBT-0036 was narrowed again. `Canvas::stroke_draw_samples()` + request assembly now routes through `make_stroke_draw_samples_request(...)`; + the retained path still owns the concrete destination-copy dispatch and + brush upload/draw wiring. - 2026-06-13: DEBT-0036 was narrowed again. `Canvas::stroke_draw_samples()` now routes polygon triangulation, sample-point assembly, and retained destination-copy / upload / draw helper handoff through diff --git a/docs/modernization/tasks.md b/docs/modernization/tasks.md index 311c02c..3ddfb50 100644 --- a/docs/modernization/tasks.md +++ b/docs/modernization/tasks.md @@ -1922,10 +1922,11 @@ ctest --preset desktop-fast --build-config Debug -R "pp_paint_renderer_composito | Date | Task | Score | Validation | Commit | | --- | --- | ---: | --- | --- | | 2026-06-13 | STR-033 | +1 renderer boundary and OpenGL parity | `ctest --preset desktop-fast --build-config Debug -R "pp_paint_renderer_compositor" --output-onfailure`; `& 'C:\Program Files\Microsoft Visual Studio\18\Community\MSBuild\Current\Bin\MSBuild.exe' out\build\windows-msvc-default\tests\pp_paint_renderer_compositor_tests.vcxproj /p:Configuration=Debug /p:Platform=x64` | `666c4dd3` | +| 2026-06-13 | STR-034 | +1 renderer boundary and OpenGL parity | `ctest --preset desktop-fast --build-config Debug -R "pp_paint_renderer_stroke_execution" --output-onfailure` | `3acb2da3` | ### STR-034 - Extract Stroke Draw Samples Request Assembly -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` @@ -1945,6 +1946,8 @@ Done Checks: - `docs/modernization/debt.md` records the reduced stroke-sample request surface. +Closeout: `3acb2da3` + Validation: ```powershell