Extract stroke preview final composite helper

This commit is contained in:
2026-06-13 10:13:53 +02:00
parent f1f0dd5d03
commit 39cc62f41f
3 changed files with 94 additions and 47 deletions

View File

@@ -18,6 +18,10 @@ agent or engineer to remove them without reconstructing context from chat.
## Recent Reductions
- 2026-06-13: DEBT-0036 was narrowed again. `NodeStrokePreview` final
composite sampler/input binding and slot intent now route through one local
preview helper; mixer execution, per-sample stroke callbacks, framebuffer
copies, and final OpenGL draw ownership remain retained in the preview node.
- 2026-06-13: DEBT-0036 was narrowed again. `Canvas::stroke_draw` pad-pass
destination bind/copy/unbind ordering now routes through
`legacy_canvas_stroke_execution_services.h`; shader setup, pad color

View File

@@ -3097,6 +3097,10 @@ Results:
shares the retained stroke execution helper callback surface, while shader
setup, pad color selection, framebuffer ownership, and final OpenGL draw
remain in the legacy Canvas path.
- `NodeStrokePreview` final composite sampler/input binding and texture-slot
intent now share one local retained helper, while mixer execution,
per-sample stroke callbacks, framebuffer copies, and final OpenGL draw
ownership remain in the preview node.
- `Canvas::stroke_draw` pad-region planning now shares the retained stroke
execution helper wrapping `pp_paint_renderer`, while pad color selection,
dirty-face iteration, framebuffer copies, quad upload, and draw execution