Close STR-005 in tracker

This commit is contained in:
2026-06-13 17:54:35 +02:00
parent 4c9809f7fc
commit ded4573216
2 changed files with 12 additions and 1 deletions

View File

@@ -66,6 +66,11 @@ agent or engineer to remove them without reconstructing context from chat.
retained stroke execution helpers; concrete GL object mapping, framebuffer
ownership, shader timing, and final draw execution remain retained in
`Canvas`.
- 2026-06-13: DEBT-0036 was narrowed again. `Canvas::stroke_draw()` live-pass
face callback orchestration now routes through
`execute_legacy_canvas_stroke_live_pass_with_face_framebuffers(...)`; the
retained path still owns the concrete framebuffer array and per-face GL
callbacks.
- 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