glsl: Pass in options to do_algebraic().
authorMatt Turner <mattst88@gmail.com>
Sat, 1 Mar 2014 01:49:20 +0000 (17:49 -0800)
committerMatt Turner <mattst88@gmail.com>
Thu, 19 Jun 2014 23:11:51 +0000 (16:11 -0700)
commitf043971097f2c707c3104845066ad2cc72f65708
treefc6d024a2c29fdfa303f5f8f64405d729f27bc63
parent1d9f74eda75da05b4d5c7df5fc1e6f5ab8d88322
glsl: Pass in options to do_algebraic().

Will be used in the next commit.

Reviewed-by: Eric Anholt <eric@anholt.net>
src/glsl/glsl_parser_extras.cpp
src/glsl/ir_optimization.h
src/glsl/opt_algebraic.cpp
src/glsl/test_optpass.cpp