aboutsummaryrefslogtreecommitdiffstats
path: root/src/glsl/lower_instructions.cpp
Commit message (Expand)AuthorAgeFilesLines
* glsl: Lower ir_binop_pow to a sequence of EXP2 and LOG2Ian Romanick2010-12-011-0/+26
* glsl: Use M_LOG2E constant instead of calling log2Ian Romanick2010-12-011-3/+3
* glsl: Combine many instruction lowering passes into one.Kenneth Graunke2010-11-191-0/+262