Lower transform pos.w in fragement shader
In the fragement shader the value POS.w is the reciprocal of what we expect, so clean up and extend the existing lowering pass and apply it for fragment shaders.
This fixes: dEQP-GLES2.functional.shaders.builtin_variable.fragcoord_w
Edited by Gert Wollny