From: Timothy Arceri Date: Tue, 5 Jul 2016 08:40:30 +0000 (+1000) Subject: mesa: fix build error X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=30812e90d178de91e0aa3226d4472304746c710d;p=mesa.git mesa: fix build error Fix build error cased by 6a524c76f5. --- diff --git a/src/mesa/main/uniform_query.cpp b/src/mesa/main/uniform_query.cpp index ebe52253d58..58ee4089764 100644 --- a/src/mesa/main/uniform_query.cpp +++ b/src/mesa/main/uniform_query.cpp @@ -1071,7 +1071,7 @@ _mesa_sampler_uniforms_pipeline_are_valid(struct gl_pipeline_object *pipeline) GLbitfield mask; GLbitfield TexturesUsed[MAX_COMBINED_TEXTURE_IMAGE_UNITS]; - struct gl_shader *shader; + struct gl_linked_shader *shader; unsigned active_samplers = 0; const struct gl_shader_program **shProg = (const struct gl_shader_program **) pipeline->CurrentProgram;