Extend retained stroke frame sample tests

This commit is contained in:
2026-06-13 10:58:45 +02:00
parent 3d4d0f99d1
commit f234f69502
3 changed files with 194 additions and 0 deletions

View File

@@ -3145,6 +3145,10 @@ Results:
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 direct retained
frame-sample callback ordering and dirty-tracking wrapper timing/state
semantics, including pre-update dirty visibility and
`previous_pass_dirty_box` override behavior.
- `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,13 @@ Done Checks:
Progress Notes:
- 2026-06-13: `pp_paint_renderer_stroke_execution_tests` now also covers
direct retained frame-sample callback ordering plus
`execute_legacy_canvas_stroke_frame_samples_with_dirty_tracking(...)`
timing/state semantics, including pre-update dirty visibility and
`previous_pass_dirty_box` override behavior. Next test slice should target
the next header-level preview live sample ordering surface without reopening
production files.
- 2026-06-13: `Canvas::stroke_draw_mix()` now routes visible-plane filtering,
retained sampler/texture-slot binding, and final plane draw ordering through
`execute_legacy_canvas_stroke_mix_pass(...)`; mixer framebuffer/state setup