Mesa (glsl2): glsl2: Take out the spamming of debug flags I'd added.

Eric Anholt anholt at kemper.freedesktop.org
Sat Jun 26 00:24:10 UTC 2010


Module: Mesa
Branch: glsl2
Commit: 6152fa16a16c876497ab1791212dc79b15e91c1a
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=6152fa16a16c876497ab1791212dc79b15e91c1a

Author: Eric Anholt <eric at anholt.net>
Date:   Fri Jun 25 17:23:31 2010 -0700

glsl2: Take out the spamming of debug flags I'd added.

---

 src/mesa/shader/ir_to_mesa.cpp |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/mesa/shader/ir_to_mesa.cpp b/src/mesa/shader/ir_to_mesa.cpp
index 456f69c..f28f5fc 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);
 }




More information about the mesa-commit mailing list