glamor: Fix link failure on GLES2.

Current Mesa requires that the precision qualifier on uniforms matches
between stages, even if (as in this case) the uniform isn't used in
one of the stages.

Signed-off-by: Eric Anholt <eric@anholt.net>
Reviewed-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
Eric Anholt 2016-09-24 14:42:28 -07:00
parent 20fcdfcf39
commit 2aca2dadda

View File

@ -122,8 +122,7 @@ static glamor_location_var location_vars[] = {
.vs_vars = ("uniform vec2 fill_offset;\n"
"uniform vec2 fill_size_inv;\n"
"varying vec2 fill_pos;\n"),
.fs_vars = ("uniform vec2 fill_size_inv;\n"
"varying vec2 fill_pos;\n")
.fs_vars = ("varying vec2 fill_pos;\n")
},
{
.location = glamor_program_location_font,