Record STR-034 closeout hash

This commit is contained in:
2026-06-13 23:42:10 +02:00
parent 3acb2da300
commit ca1ba4f1ce
2 changed files with 8 additions and 1 deletions

View File

@@ -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 callback body now routes through `Canvas::stroke_draw_pad_pass(...)`; the
retained path still owns the concrete pad shader setup and face callback retained path still owns the concrete pad shader setup and face callback
execution. 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()` - 2026-06-13: DEBT-0036 was narrowed again. `Canvas::stroke_draw_samples()`
now routes polygon triangulation, sample-point assembly, and retained now routes polygon triangulation, sample-point assembly, and retained
destination-copy / upload / draw helper handoff through destination-copy / upload / draw helper handoff through

View File

@@ -1922,10 +1922,11 @@ ctest --preset desktop-fast --build-config Debug -R "pp_paint_renderer_composito
| Date | Task | Score | Validation | Commit | | 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-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 ### STR-034 - Extract Stroke Draw Samples Request Assembly
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`
@@ -1945,6 +1946,8 @@ Done Checks:
- `docs/modernization/debt.md` records the reduced stroke-sample request - `docs/modernization/debt.md` records the reduced stroke-sample request
surface. surface.
Closeout: `3acb2da3`
Validation: Validation:
```powershell ```powershell