From 4534e0ec6dd1a4852e73539d34a364afc9ef195f Mon Sep 17 00:00:00 2001 From: omigamedev Date: Sat, 13 Jun 2026 18:40:19 +0200 Subject: [PATCH] Promote RND-006 compositor gpu task --- docs/modernization/tasks.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/docs/modernization/tasks.md b/docs/modernization/tasks.md index b2d3034..f9d6896 100644 --- a/docs/modernization/tasks.md +++ b/docs/modernization/tasks.md @@ -388,6 +388,34 @@ Completed Task Log: | --- | --- | ---: | --- | --- | | 2026-06-13 | RND-005 | +2 hardening and future backend readiness | `ctest --preset desktop-gpu --build-config Debug --output-on-failure`; `ctest --preset desktop-fast --build-config Debug -R "pp_paint_renderer_compositor|pp_paint_renderer_stroke_execution" --output-on-failure` | `4a44e6cd` | +### RND-006 - Add Desktop GPU Compositor Golden Gate + +Status: Ready +Score: +2 hardening and future backend readiness +Debt: `DEBT-0036` +Scope: `tests/`, `CMakeLists.txt`, renderer test helpers only + +Goal: + +Create the next `desktop-gpu` readback gate for the compositor path so the +OpenGL parity lane covers a second live render target, not just the existing +clear/preview fixtures. + +Done Checks: + +- `ctest --preset desktop-gpu --build-config Debug` has a compositor readback + gate in addition to the existing GPU fixtures. +- The test is skipped with a clear message when no GPU/context is available. +- The roadmap and debt log describe the compositor output the gate covers and + what remains. + +Validation: + +```powershell +ctest --preset desktop-gpu --build-config Debug --output-on-failure +ctest --preset desktop-fast --build-config Debug -R "pp_paint_renderer_compositor|pp_paint_renderer_stroke_execution" --output-on-failure +``` + ### PLT-001 - Split Apple Picker/Browse Service From Legacy Platform Adapter Status: Done