ir_reader: Only validate IR when a global 'debug' flag is set.
authorKenneth Graunke <kenneth@whitecape.org>
Sun, 5 Sep 2010 07:58:34 +0000 (00:58 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Sun, 5 Sep 2010 08:57:37 +0000 (01:57 -0700)
commit9a3df46fbcfbad10163686ae4c034a3a55116947
tree1009003258cb3db235a4e7ae317dcc97df757763
parentece8490bb5fbee10bbe8d186bdc5e13f85e22df4
ir_reader: Only validate IR when a global 'debug' flag is set.

This extra validation is very useful when working on the built-ins, but
in general overkill - the results should stay the same unless the
built-ins or ir_validate have changed.

Also, validating all the built-in functions in every test case makes
piglit run unacceptably slow.
src/glsl/ir_reader.cpp