Files
mesa/src
Brian Paul 517401af07 mesa: update the shader programs->TexturesUsed array at link time
If an application never calls glUniform() to set sampler variable values
they'll remain 0 (the default value/unit).
Now call _mesa_update_shader_textures_used() at link time in case glUniform()
is never called.  program->TextureUsed[] will then be correct for state
validation.
2008-11-06 15:24:18 -07:00
..
2008-09-21 11:00:44 -07:00
2008-09-22 12:09:58 +09:00
2008-08-12 10:59:40 -07:00
2008-10-21 08:20:43 -06:00
2003-06-17 07:20:22 +00:00