glsl: Propagate invariant/precise after lowering const arrays.

The new uniform may need precise as well.

Fixes copy propagation of constant array uniforms in Tomb Raider shaders.

Cc: mesa-stable@lists.freedesktop.org
Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Timothy Arceri <timothy.arceri@collabora.com>
(cherry picked from commit 586f4a42e7)
This commit is contained in:
Kenneth Graunke 2016-06-21 17:42:59 -07:00 committed by Emil Velikov
parent 60b5ba557e
commit 32bb867118

View file

@ -4768,6 +4768,7 @@ link_shaders(struct gl_context *ctx, struct gl_shader_program *prog)
;
lower_const_arrays_to_uniforms(prog->_LinkedShaders[i]->ir);
propagate_invariance(prog->_LinkedShaders[i]->ir);
}
/* Validation for special cases where we allow sampler array indexing