From defb1af0d954a7c9dca06e6de03f8e5da387d10f Mon Sep 17 00:00:00 2001 From: omigamedev Date: Sat, 13 Jun 2026 19:16:40 +0200 Subject: [PATCH] Trim stroke mix execution shell --- docs/modernization/debt.md | 5 +++++ docs/modernization/tasks.md | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/docs/modernization/debt.md b/docs/modernization/debt.md index 7993701..3a05d70 100644 --- a/docs/modernization/debt.md +++ b/docs/modernization/debt.md @@ -18,6 +18,11 @@ agent or engineer to remove them without reconstructing context from chat. ## 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 routes retained mix-pass request wiring through `make_legacy_canvas_stroke_mix_pass_request(...)`; the legacy path still diff --git a/docs/modernization/tasks.md b/docs/modernization/tasks.md index d402cdf..8fa3d87 100644 --- a/docs/modernization/tasks.md +++ b/docs/modernization/tasks.md @@ -591,6 +591,10 @@ Progress Notes: - 2026-06-13: `Canvas::stroke_draw_mix()` now routes retained mix-pass request wiring through `make_legacy_canvas_stroke_mix_pass_request(...)`; the legacy 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 retained helper builder, and the stroke execution tests cover it. `STR-004` is now done after the final pad-destination helper extraction and tracker