glsl: new glsl_strtod() wrapper to fix decimal point interpretation
[mesa.git] / src / glsl / lower_instructions.cpp
2010-12-01 Ian Romanickglsl: Lower ir_binop_pow to a sequence of EXP2 and...
2010-12-01 Ian Romanickglsl: Use M_LOG2E constant instead of calling log2
2010-11-22 Keith WhitwellMerge branch 'lp-offset-twoside'
2010-11-19 Kenneth Graunkeglsl: Combine many instruction lowering passes into...