Record STR-033 closeout hash
This commit is contained in:
@@ -1887,6 +1887,42 @@ ctest --preset desktop-fast --build-config Debug -R "pp_paint_renderer_composito
|
||||
& 'C:\Program Files\Microsoft Visual Studio\18\Community\MSBuild\Current\Bin\MSBuild.exe' out\build\windows-msvc-default\tests\pp_paint_renderer_compositor_tests.vcxproj /p:Configuration=Debug /p:Platform=x64
|
||||
```
|
||||
|
||||
### STR-033 - Extract Draw Merge Final Plane Composite
|
||||
|
||||
Status: Done
|
||||
Score: +1 renderer boundary and OpenGL parity
|
||||
Debt: `DEBT-0036`
|
||||
Scope: `src/canvas.cpp`, `src/legacy_canvas_draw_merge_services.*`, `tests/paint_renderer/compositor_tests.cpp`
|
||||
|
||||
Goal:
|
||||
|
||||
Move the final-plane composite call in `Canvas::draw_merge()` behind a
|
||||
retained helper so the merge path keeps only final-branch selection and
|
||||
concrete GL object wiring.
|
||||
|
||||
Done Checks:
|
||||
|
||||
- `Canvas::draw_merge()` no longer owns the final-plane composite call inline.
|
||||
- Regression coverage proves the final-plane helper preserves ordering and
|
||||
checkerboard/blend behavior.
|
||||
- `docs/modernization/debt.md` records the reduced final-plane composite
|
||||
surface.
|
||||
|
||||
Closeout: `666c4dd3`
|
||||
|
||||
Validation:
|
||||
|
||||
```powershell
|
||||
ctest --preset desktop-fast --build-config Debug -R "pp_paint_renderer_compositor" --output-onfailure
|
||||
& 'C:\Program Files\Microsoft Visual Studio\18\Community\MSBuild\Current\Bin\MSBuild.exe' out\build\windows-msvc-default\tests\pp_paint_renderer_compositor_tests.vcxproj /p:Configuration=Debug /p:Platform=x64
|
||||
```
|
||||
|
||||
### Completed Task Log
|
||||
|
||||
| Date | Task | Score | Validation | Commit |
|
||||
| --- | --- | ---: | --- | --- |
|
||||
| 2026-06-13 | STR-033 | +1 renderer boundary and OpenGL parity | `ctest --preset desktop-fast --build-config Debug -R "pp_paint_renderer_compositor" --output-onfailure`; `& 'C:\Program Files\Microsoft Visual Studio\18\Community\MSBuild\Current\Bin\MSBuild.exe' out\build\windows-msvc-default\tests\pp_paint_renderer_compositor_tests.vcxproj /p:Configuration=Debug /p:Platform=x64` | `666c4dd3` |
|
||||
|
||||
### STR-012 - Extract Preview Final Composite Orchestration
|
||||
|
||||
Status: Done
|
||||
|
||||
Reference in New Issue
Block a user