From: Eric Anholt Date: Sat, 26 Jun 2010 00:23:31 +0000 (-0700) Subject: glsl2: Take out the spamming of debug flags I'd added. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6152fa16a16c876497ab1791212dc79b15e91c1a;p=mesa.git glsl2: Take out the spamming of debug flags I'd added. --- diff --git a/src/mesa/shader/ir_to_mesa.cpp b/src/mesa/shader/ir_to_mesa.cpp index 456f69cd36f..f28f5fcbfcb 100644 --- a/src/mesa/shader/ir_to_mesa.cpp +++ b/src/mesa/shader/ir_to_mesa.cpp @@ -1448,7 +1448,6 @@ _mesa_glsl_link_shader(GLcontext *ctx, struct gl_shader_program *prog) } } } - ctx->Shader.Flags |= GLSL_UNIFORMS; talloc_free(whole_program); }