Wrap stroke mix shell bundle
This commit is contained in:
@@ -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 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
|
- 2026-06-13: `LATER-003` was narrowed again. `Canvas::stroke_draw_mix()` now
|
||||||
routes the combined setup and request bundle through
|
routes the combined setup and request bundle through
|
||||||
`make_legacy_canvas_stroke_mix_pass_shell(...)`; the live path still owns
|
`make_legacy_canvas_stroke_mix_pass_shell(...)`; the live path still owns
|
||||||
|
|||||||
@@ -608,6 +608,11 @@ Progress Notes:
|
|||||||
request bundle through `make_legacy_canvas_stroke_mix_pass_shell(...)`; the
|
request bundle through `make_legacy_canvas_stroke_mix_pass_shell(...)`; the
|
||||||
live path still owns the concrete framebuffer bind and GL capability
|
live path still owns the concrete framebuffer bind and GL capability
|
||||||
toggles.
|
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
|
- 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
|
||||||
|
|||||||
Reference in New Issue
Block a user