ir_constant_expression: Add support for array == and !=.
authorKenneth Graunke <kenneth@whitecape.org>
Tue, 20 Jul 2010 10:08:32 +0000 (03:08 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Wed, 21 Jul 2010 23:38:33 +0000 (16:38 -0700)
commit9a6d40fbfb679f01412c1fcc9d767c20a22246d8
tree6a3fec95f2015a1b27a40560a9316fd865646459
parenta096fa747611472965cf0f953bfe2757fc80383c
ir_constant_expression: Add support for array == and !=.

Piglit parser tests const-array-03.frag and const-array-04.frag now
generate the correct code.
src/glsl/ir.cpp
src/glsl/ir_constant_expression.cpp