From f05e4144b4388c6925b4180fd3a6be0b5ed5f4f7 Mon Sep 17 00:00:00 2001 From: omigamedev Date: Sat, 13 Jun 2026 19:22:24 +0200 Subject: [PATCH] Wrap stroke mix shell bundle --- docs/modernization/debt.md | 5 +++++ docs/modernization/tasks.md | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/docs/modernization/debt.md b/docs/modernization/debt.md index 12b66c6..49c8661 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 the combined setup, request bundle, and shell execution through + `make_legacy_canvas_stroke_mix_pass_shell(...)` plus + `execute_legacy_canvas_stroke_mix_pass_shell(...)`; 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 combined setup and request bundle through `make_legacy_canvas_stroke_mix_pass_shell(...)`; the live path still owns diff --git a/docs/modernization/tasks.md b/docs/modernization/tasks.md index 1a01a65..10b693e 100644 --- a/docs/modernization/tasks.md +++ b/docs/modernization/tasks.md @@ -608,6 +608,11 @@ Progress Notes: request bundle through `make_legacy_canvas_stroke_mix_pass_shell(...)`; the live path still owns the concrete framebuffer bind and GL capability toggles. +- 2026-06-13: `Canvas::stroke_draw_mix()` now routes the combined setup, + request bundle, and shell execution through + `make_legacy_canvas_stroke_mix_pass_shell(...)` plus + `execute_legacy_canvas_stroke_mix_pass_shell(...)`; 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