From fc4fbb7954b8ae2f15ad6ce4f482977330d2bc71 Mon Sep 17 00:00:00 2001 From: omigamedev Date: Sat, 13 Jun 2026 19:18:31 +0200 Subject: [PATCH] Trim stroke mix shell --- docs/modernization/debt.md | 4 ++++ docs/modernization/tasks.md | 3 +++ 2 files changed, 7 insertions(+) diff --git a/docs/modernization/debt.md b/docs/modernization/debt.md index 2719539..6a0204e 100644 --- a/docs/modernization/debt.md +++ b/docs/modernization/debt.md @@ -18,6 +18,10 @@ 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 the full retained mix-pass shell through + `execute_legacy_canvas_stroke_mix_pass_with_setup(...)`; the live path + still owns the concrete framebuffer bind and GL capability toggles. - 2026-06-13: `LATER-003` was narrowed again. `Canvas::stroke_draw_mix()` now routes the setup/end shell through `make_legacy_canvas_stroke_mix_pass_setup(...)`; the live path still owns diff --git a/docs/modernization/tasks.md b/docs/modernization/tasks.md index 40d0a79..d594e1f 100644 --- a/docs/modernization/tasks.md +++ b/docs/modernization/tasks.md @@ -598,6 +598,9 @@ Progress Notes: - 2026-06-13: `Canvas::stroke_draw_mix()` now routes the setup/end shell through `make_legacy_canvas_stroke_mix_pass_setup(...)`; the live path still owns the concrete framebuffer bind and GL capability toggles. +- 2026-06-13: `Canvas::stroke_draw_mix()` now routes the full retained mix-pass + shell through `execute_legacy_canvas_stroke_mix_pass_with_setup(...)`; the + live path still owns the concrete framebuffer bind and GL capability toggles. - 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