glsl: don't lower to mediump for desktop OpenGL
Desktop OpenGL ignores all precision qualifiers. Also, the lowering pass doesn't work if precision qualifiers are not set, which is only possible with desktop OpenGL, causing random behavior. Reviewed-by:Rob Clark <robdclark@chromium.org> Part-of: <mesa/mesa!6073>