Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-12-01 | glsl: Lower ir_binop_pow to a sequence of EXP2 and LOG2 | Ian Romanick | |
2010-12-01 | glsl: Use M_LOG2E constant instead of calling log2 | Ian Romanick | |
2010-11-19 | glsl: 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> |