llvmpipe: twoside for specular color also
[mesa.git] / src / glsl / ir_mod_to_fract.cpp
2010-09-15 Christoph BumillerMerge remote branch 'origin/nv50-compiler'
2010-09-14 Brian Paulglsl2: fix comments
2010-09-02 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-08-17 Ian RomanickMerge branch 'glsl2'
2010-08-14 Ian RomanickMerge branch 'master' into glsl2
2010-07-27 Eric AnholtMerge remote branch 'origin/master' into glsl2
2010-07-21 Ian Romanickglsl2: Add and use new variable mode ir_var_temporary
2010-07-01 Eric Anholtglsl2: Add a pass to convert mod(a, b) to b * fract...