summaryrefslogtreecommitdiff
path: root/src/glsl/lower_instructions.cpp
AgeCommit message (Collapse)Author
2010-11-19glsl: Combine many instruction lowering passes into one.Kenneth Graunke
This should save on the overhead of tree-walking and provide a convenient place to add more instruction lowering in the future. Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>