Post #3434641
2025-09-30 03:19 UTC
After a bit more refactoring: pass feedback in the video filter system (accessing pass output from the last frame basically - I just have 2 buffers instead of 1 and swap them, so it's essentially free other than vram use), and a few accuracy improvements in the TV filter.
One thing I'd still like to try to do is comb filter, and having pass feedback should help here - with this I should be able to access the colorburst from the previous frame.
Replies (1)
-
@alice@mk.nyaa.place 2025-09-30 03:34
Specifically, PSX was completely wrong, incl. failing to even blend the dithering in composite. It should be fixed now. There's a rainbow, but that's why I want a comb filter - normally it would be averaged by that, since it alternates back and forth.