Narrow retained stroke preview execution

This commit is contained in:
2026-06-13 10:01:19 +02:00
parent 3f98e4e0c5
commit 7b99dabb33
4 changed files with 104 additions and 27 deletions

View File

@@ -3082,6 +3082,13 @@ Results:
- `NodeStrokePreview::stroke_draw_compute` now shares the retained stroke
execution helper for preview quad frame planning. Preview sample execution,
mixer passes, texture binding, and final draw ordering remain retained.
- `NodeStrokePreview` preview stroke frame sequencing now shares one retained
local executor for dual and main preview sample traversal, and
`pp_paint_renderer_compositor_tests` now covers
`legacy_node_stroke_preview_execution_services.h` feedback fallback clamping
plus retained preview composite slot intent. Preview texture binding,
framebuffer copies, mixer ownership, and final OpenGL draw ordering remain
retained.
- `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