diff --git a/conductor/tracks/frosted_glass_20260313/plan.md b/conductor/tracks/frosted_glass_20260313/plan.md index 1610b53..e449415 100644 --- a/conductor/tracks/frosted_glass_20260313/plan.md +++ b/conductor/tracks/frosted_glass_20260313/plan.md @@ -7,12 +7,12 @@ - [x] Task: Conductor - User Manual Verification 'Phase 1: Robust Foundation' (Protocol in workflow.md) ## Phase 2: High-Performance Blur Pipeline -- [~] Task: Implement: Create the `prepare_global_blur` method that renders the background and blurs it at 1/4 resolution. -- [ ] Task: Implement: Ensure the pipeline correctly handles high-DPI scaling (`fb_scale`) for internal FBO dimensions. -- [ ] Task: Conductor - User Manual Verification 'Phase 2: High-Performance Pipeline' (Protocol in workflow.md) +- [x] Task: Implement: Create the `prepare_global_blur` method that renders the background and blurs it at 1/4 resolution. [9c2078a] +- [x] Task: Implement: Ensure the pipeline correctly handles high-DPI scaling (`fb_scale`) for internal FBO dimensions. [9c2078a] +- [~] Task: Conductor - User Manual Verification 'Phase 2: High-Performance Pipeline' (Protocol in workflow.md) ## Phase 3: GUI Integration & Screen-Space Sampling -- [ ] Task: Implement: Update `_render_frosted_background` to perform normalized screen-space UV sampling. +- [~] Task: Implement: Update `_render_frosted_background` to perform normalized screen-space UV sampling. - [ ] Task: Implement: Update `_begin_window` and `_end_window` to manage global transparency and call the blur renderer. - [ ] Task: Implement: Apply the new window wrappers to all primary panels in `src/gui_2.py`. - [ ] Task: Conductor - User Manual Verification 'Phase 3: GUI Integration' (Protocol in workflow.md)