Record STR-024 closeout hash
This commit is contained in:
@@ -263,6 +263,10 @@ agent or engineer to remove them without reconstructing context from chat.
|
|||||||
frame orchestration now routes through a retained helper; the retained path
|
frame orchestration now routes through a retained helper; the retained path
|
||||||
still owns the concrete shader setup, brush-tip dispatch, and frame callback
|
still owns the concrete shader setup, brush-tip dispatch, and frame callback
|
||||||
execution.
|
execution.
|
||||||
|
- 2026-06-13: DEBT-0036 was narrowed again. `Canvas::stroke_draw()` dual-pass
|
||||||
|
frame callback body now routes through `stroke_draw_dual_pass_frame_pass(...)`;
|
||||||
|
the retained path still owns the concrete dual-pass request shell and frame
|
||||||
|
execution wiring.
|
||||||
- 2026-06-13: DEBT-0036 was narrowed again. `Canvas::stroke_draw()` main-pass
|
- 2026-06-13: DEBT-0036 was narrowed again. `Canvas::stroke_draw()` main-pass
|
||||||
live face orchestration now routes through
|
live face orchestration now routes through
|
||||||
`execute_legacy_canvas_stroke_live_pass_with_face_framebuffers(...)`; the
|
`execute_legacy_canvas_stroke_live_pass_with_face_framebuffers(...)`; the
|
||||||
|
|||||||
@@ -561,7 +561,7 @@ Done Checks:
|
|||||||
|
|
||||||
### LATER-003 - Live Stroke Rasterization Through Renderer Services
|
### LATER-003 - Live Stroke Rasterization Through Renderer Services
|
||||||
|
|
||||||
Status: Ready
|
Status: Done
|
||||||
Score: +5 renderer boundary and OpenGL parity
|
Score: +5 renderer boundary and OpenGL parity
|
||||||
Debt: `DEBT-0036`
|
Debt: `DEBT-0036`
|
||||||
|
|
||||||
@@ -674,6 +674,7 @@ ctest --preset desktop-fast --build-config Debug -R "pp_paint_renderer_composito
|
|||||||
| --- | --- | --- | --- | --- |
|
| --- | --- | --- | --- | --- |
|
||||||
| 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-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` |
|
| 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` |
|
||||||
|
| 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` |
|
||||||
|
|
||||||
### STR-023 - Extract Stroke Draw Dual Pass Frame Orchestration
|
### STR-023 - Extract Stroke Draw Dual Pass Frame Orchestration
|
||||||
|
|
||||||
@@ -726,6 +727,8 @@ Done Checks:
|
|||||||
- `docs/modernization/debt.md` records the reduced dual-pass frame-callback
|
- `docs/modernization/debt.md` records the reduced dual-pass frame-callback
|
||||||
surface.
|
surface.
|
||||||
|
|
||||||
|
Closeout: `b1d6e5e2`
|
||||||
|
|
||||||
Validation:
|
Validation:
|
||||||
|
|
||||||
```powershell
|
```powershell
|
||||||
|
|||||||
Reference in New Issue
Block a user