From 4016f08854a41b50d7636fc5e3cf0dfab5029cab Mon Sep 17 00:00:00 2001 From: Timothy Arceri Date: Thu, 20 Oct 2016 16:30:56 +1100 Subject: glsl/st/mesa: use common system values read field MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit And set system values read directly in shader_info. st/mesa changes where: Reviewed-by: Marek Olšák Reviewed-by: Jason Ekstrand --- src/compiler/shader_info.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/compiler/shader_info.c') diff --git a/src/compiler/shader_info.c b/src/compiler/shader_info.c index fcda73a1d91..83e40cbedc8 100644 --- a/src/compiler/shader_info.c +++ b/src/compiler/shader_info.c @@ -30,6 +30,5 @@ copy_shader_info(const struct gl_shader_program *shader_prog, { shader_info *info = &sh->Program->info; - info->system_values_read = sh->Program->SystemValuesRead; info->uses_texture_gather = sh->Program->UsesGather; } -- cgit v1.2.3