shaders/colorspace: rewrite peak detection shader from scratch
Major rewrite of peak detection. Fixes many issues with the code (and its quality/complexity), moves the smoothing to the CPU (where we can easily do much more complicated things), improves performance, and will allow us to easily add histogram measurement in the future.
What's not to love about it?