summaryrefslogtreecommitdiff
path: root/src/glsl/lower_instructions.cpp
AgeCommit message (Expand)Author
2010-12-01glsl: Lower ir_binop_pow to a sequence of EXP2 and LOG2Ian Romanick
2010-12-01glsl: Use M_LOG2E constant instead of calling log2Ian Romanick
2010-11-19glsl: Combine many instruction lowering passes into one.Kenneth Graunke