gallium: if VERBOSE_GLSL flag is set, check for non-initialized uniforms at draw...
authorBrian Paul <brian.paul@tungstengraphics.com>
Wed, 5 Nov 2008 21:05:04 +0000 (14:05 -0700)
committerBrian Paul <brian.paul@tungstengraphics.com>
Wed, 5 Nov 2008 21:05:04 +0000 (14:05 -0700)
commit6282c38283ea81af1d950dbc1f82a6950e8350ae
tree2fc818ae241a6d27382778ff128bb04687739ad5
parent0331c1c1697f32595fd325fcedf0b0703405560b
gallium: if VERBOSE_GLSL flag is set, check for non-initialized uniforms at draw time

This will warn the user that the shader being run may be using uninitialized
uniform variables.
src/mesa/state_tracker/st_draw.c