Record STR-034 closeout hash
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user