i965: Remove dead call to _mesa_associate_uniform_storage().
authorMatt Turner <mattst88@gmail.com>
Sat, 9 Aug 2014 04:19:42 +0000 (21:19 -0700)
committerMatt Turner <mattst88@gmail.com>
Tue, 19 Aug 2014 01:35:41 +0000 (18:35 -0700)
commite0f955abd3ca03fa7751a2371ad689a490cd7f7e
tree0cd3c36c384d821d7f4b566e185937c1bbb15598
parente87106d1531267a052cb3decf03d35b6e0572616
i965: Remove dead call to _mesa_associate_uniform_storage().

Dead since the call to _mesa_generate_parameters_list_for_uniforms
was removed in commit 12751ef2. So this was why all of that code that
was supposed to fix up the value of a uniform bool to wasn't happening.

Reviewed-by: Anuj Phogat <anuj.phogat@gmail.com>
src/mesa/drivers/dri/i965/brw_shader.cpp