Add retained stroke execution helper tests

This commit is contained in:
2026-06-13 10:39:44 +02:00
parent 0a5e7302bc
commit 8acf79dbda
4 changed files with 416 additions and 0 deletions

View File

@@ -509,6 +509,12 @@ Done Checks:
Progress Notes:
- 2026-06-13: Added `pp_paint_renderer_stroke_execution_tests` as a dedicated
retained stroke execution-helper target covering texture-input binding order,
sample destination-copy behavior, live-pass face-framebuffer dirty tracking,
and pad-face destination-copy behavior. Next test slice should extend this
target toward the newer sampler-dispatch helpers or preview-side retained
execution helpers.
- 2026-06-13: `Canvas::stroke_draw` live-pass sampler bind/unbind plus
semantic texture-input dispatch now routes through retained stroke execution
helpers; concrete GL object mapping, framebuffer ownership, shader timing,