Extend retained stroke preview helper tests

This commit is contained in:
2026-06-13 10:51:13 +02:00
parent 78790e9b52
commit 87e51c37be
3 changed files with 171 additions and 0 deletions

View File

@@ -3136,6 +3136,10 @@ Results:
input binding order, sample execution destination-copy behavior, live-pass
face-framebuffer dirty tracking, and pad-face destination-copy behavior
without depending on the broader compositor test translation unit.
- `pp_paint_renderer_stroke_execution_tests` now also covers retained preview
background capture ordering, final composite ordering, and preview
texture-copy bind-before-copy behavior through
`legacy_canvas_stroke_preview_services.h`.
- `pp_paint_renderer_stroke_execution_tests` now also covers retained texture
dispatch activation order and sampler-dispatch routing across brush tip,
destination, pattern, and mixer helper inputs.

View File

@@ -509,6 +509,12 @@ Done Checks:
Progress Notes:
- 2026-06-13: `pp_paint_renderer_stroke_execution_tests` now also covers
retained preview background capture ordering, final composite ordering, and
preview texture-copy bind-before-copy behavior via
`legacy_canvas_stroke_preview_services.h`. Next test slice should target the
next header-level preview live sample or mix-pass ordering surface without
reopening production files.
- 2026-06-13: `Canvas::stroke_draw_samples()` now routes polygon
triangulation, sample-point assembly, and the retained destination-copy /
upload / draw helper handoff through