Trim stroke mix execution shell

This commit is contained in:
2026-06-13 19:16:40 +02:00
parent c62a60a4af
commit defb1af0d9
2 changed files with 9 additions and 0 deletions

View File

@@ -18,6 +18,11 @@ agent or engineer to remove them without reconstructing context from chat.
## Recent Reductions ## Recent Reductions
- 2026-06-13: `LATER-003` was narrowed again. `Canvas::stroke_draw_mix()` now
routes its retained mix-pass execution shell through
`execute_legacy_canvas_stroke_mix_pass_with_setup(...)` with a concrete
request builder; the live path still owns the OpenGL setup and per-plane
texture wiring.
- 2026-06-13: `LATER-003` was narrowed again. `Canvas::stroke_draw_mix()` now - 2026-06-13: `LATER-003` was narrowed again. `Canvas::stroke_draw_mix()` now
routes retained mix-pass request wiring through routes retained mix-pass request wiring through
`make_legacy_canvas_stroke_mix_pass_request(...)`; the legacy path still `make_legacy_canvas_stroke_mix_pass_request(...)`; the legacy path still

View File

@@ -591,6 +591,10 @@ Progress Notes:
- 2026-06-13: `Canvas::stroke_draw_mix()` now routes retained mix-pass request - 2026-06-13: `Canvas::stroke_draw_mix()` now routes retained mix-pass request
wiring through `make_legacy_canvas_stroke_mix_pass_request(...)`; the legacy wiring through `make_legacy_canvas_stroke_mix_pass_request(...)`; the legacy
path still owns the concrete framebuffer setup and per-plane GL callbacks. path still owns the concrete framebuffer setup and per-plane GL callbacks.
- 2026-06-13: `Canvas::stroke_draw_mix()` now routes its retained mix-pass
execution shell through `execute_legacy_canvas_stroke_mix_pass_with_setup(...)`
with a concrete request builder; the live path still owns the OpenGL setup
and per-plane texture wiring.
- 2026-06-13: `Canvas::stroke_draw()` live-pass sampler wiring now reuses a - 2026-06-13: `Canvas::stroke_draw()` live-pass sampler wiring now reuses a
retained helper builder, and the stroke execution tests cover it. `STR-004` retained helper builder, and the stroke execution tests cover it. `STR-004`
is now done after the final pad-destination helper extraction and tracker is now done after the final pad-destination helper extraction and tracker