Yeah, these shaders are single pass shaders which, due to increased WinUAE output multipliers and beamracing, work much faster if fast input gamma of 2.0 is used.
This means gamma ops. like color = color*color
instead of color = pow (color.rgb, gamma.xxx)
.
So 2.0 is like base gamma and output gamma impact is relative to this value.