Add stroke mix order regression

This commit is contained in:
2026-06-13 22:57:22 +02:00
parent 56d459623d
commit e7d96bfdc4
3 changed files with 122 additions and 0 deletions

View File

@@ -525,6 +525,10 @@ agent or engineer to remove them without reconstructing context from chat.
routes retained mix-shell execution through a local wrapper around
`execute_legacy_canvas_stroke_mix_pass_shell(...)`; the live path still owns
the concrete mixer framebuffer setup and GL capability toggles.
- 2026-06-13: DEBT-0036 was narrowed again. `Canvas::stroke_draw_mix()` now
has regression coverage for retained mixer-state callback ordering through
`execute_legacy_canvas_stroke_mix_pass(...)`; the live path still owns the
concrete mixer framebuffer setup and GL capability toggles.
- 2026-06-13: DEBT-0036 was narrowed again. `Canvas::draw_merge` checkerboard
background shader setup and final merged-texture redraw setup now route
through `legacy_canvas_draw_merge_services.h`. The retained Canvas path still