ir_constant_expression: Initialize all components of constant data to 0.
authorKenneth Graunke <kenneth@whitecape.org>
Tue, 6 Jul 2010 05:33:35 +0000 (22:33 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Tue, 6 Jul 2010 23:03:32 +0000 (16:03 -0700)
commitc63a1db81f56cc2021fe1fb2411c327f720b0e09
tree0daf9280508812cc4997574651259f78cd5e32da
parentd1a1ee583e7e8338243b3e9768d2fc5312a1145d
ir_constant_expression: Initialize all components of constant data to 0.

This is probably just a good idea, and will come in useful when
implementing things like matrix multiplication.
src/glsl/ir_constant_expression.cpp