Ed_
c8b7fca368
feat(shader): Expand Gaussian blur to 13-tap wide distribution
- Update horizontal and vertical blur shaders from 9-tap to 13-tap kernel
- Use Gaussian weights with sigma=3.5 for creamier 'milky' blur effect
- Add test_blur_pipeline_wide_tap_distribution to verify >= 11 texture samples
- Weights: [0.0152, 0.0300, 0.0525, 0.0812, 0.1110, 0.1342, 0.1432] (symmetric)
Task: Phase 1, Task 3 of frosted_glass_20260313 track
2026-03-13 20:28:12 -04:00
..
2026-03-10 12:30:09 -04:00
2026-03-09 23:53:02 -04:00
2026-03-08 13:55:32 -04:00
2026-03-08 20:59:17 -04:00
2026-03-06 15:41:33 -05:00
2026-03-10 00:24:03 -04:00
2026-03-13 12:45:03 -04:00
2026-03-12 21:47:16 -04:00
2026-03-11 19:29:22 -04:00
2026-03-08 13:12:27 -04:00
2026-03-13 20:28:12 -04:00
2026-03-10 00:23:03 -04:00
2026-03-08 03:05:15 -04:00
2026-03-11 23:52:50 -04:00
2026-03-08 21:20:30 -04:00
2026-03-06 14:52:10 -05:00
2026-03-08 23:24:33 -04:00
2026-03-08 13:46:38 -04:00
2026-03-11 20:28:45 -04:00
2026-03-08 14:04:18 -04:00
2026-03-09 23:16:02 -04:00
2026-03-10 01:23:57 -04:00
2026-03-08 21:37:44 -04:00
2026-03-11 19:29:22 -04:00
2026-03-09 21:45:45 -04:00
2026-03-10 00:07:21 -04:00
2026-03-13 14:28:32 -04:00
2026-03-13 13:54:13 -04:00
2026-03-10 10:25:25 -04:00
2026-03-10 00:18:12 -04:00
2026-03-08 03:05:15 -04:00
2026-03-08 23:24:33 -04:00
2026-03-11 19:45:55 -04:00
2026-03-10 00:12:10 -04:00
2026-03-08 13:49:43 -04:00