Narrow retained canvas stroke execution helpers
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# Modernization Debt Log
|
||||
|
||||
Status: live
|
||||
Last updated: 2026-06-06
|
||||
Last updated: 2026-06-13
|
||||
|
||||
Every shortcut, temporary adapter, retained vendored dependency, skipped
|
||||
platform gate, compatibility shim, or incomplete automation path must be
|
||||
@@ -18,6 +18,16 @@ agent or engineer to remove them without reconstructing context from chat.
|
||||
|
||||
## Recent Reductions
|
||||
|
||||
- 2026-06-13: DEBT-0036 was narrowed again. `Canvas::stroke_commit` retained
|
||||
commit input texture/sampler binding, erase/composite draw dispatch,
|
||||
committed-copy-to-dilate-source, and dilate draw now route through
|
||||
`legacy_canvas_stroke_commit_services.h`; Canvas still owns history
|
||||
readback, `ActionStroke` population, layer dirty-box mutation, and retained
|
||||
RTT/framebuffer ownership.
|
||||
- 2026-06-13: DEBT-0036 was narrowed again. `Canvas::stroke_draw` pad-pass
|
||||
dirty-face iteration, pad-region planning, and NDC quad assembly now route
|
||||
through a retained stroke execution helper callback boundary; Canvas still
|
||||
owns framebuffer copies, brush-shape uploads, and draw execution.
|
||||
- 2026-06-13: DEBT-0036 was narrowed again. `Canvas::stroke_draw` current and
|
||||
dual stroke frame-face traversal now routes through the retained stroke
|
||||
execution helper; framebuffer binding, shader uniform timing, dirty-box
|
||||
|
||||
Reference in New Issue
Block a user