diff --git a/conductor/tracks/frosted_glass_20260313/plan.md b/conductor/tracks/frosted_glass_20260313/plan.md index 4478611..ddd1f4a 100644 --- a/conductor/tracks/frosted_glass_20260313/plan.md +++ b/conductor/tracks/frosted_glass_20260313/plan.md @@ -9,13 +9,11 @@ ## Phase 2: High-Performance Blur Pipeline - [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) +- [x] Task: Conductor - User Manual Verification 'Phase 2: High-Performance Pipeline' (Protocol in workflow.md) ## Phase 3: GUI Integration & Screen-Space Sampling - [x] Task: Implement: Update `_render_frosted_background` to perform normalized screen-space UV sampling. [926318f] -- [ ] 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: Implement: Update `_begin_window` and `_end_window` to manage global transparency and call the blur renderer. +- [x] Task: Fix crash when display_size is invalid at startup. [db00fba] - [ ] 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)