shader: Use floating point values for coordinate scaling and comparing
On GLSL ES implicit conversion are not enabled by default. Since here the evaluations are hard coded, just emit literal values according to the types they are used with in the operations.
Signed-off-by: Gert Wollny gert.wollny@collabora.com
Edited by Gert Wollny