summaryrefslogtreecommitdiff
path: root/src/glsl/ir_mod_to_fract.cpp
AgeCommit message (Expand)Author
2010-09-14glsl2: fix commentsBrian Paul
2010-07-20glsl2: Add and use new variable mode ir_var_temporaryIan Romanick
2010-07-01glsl2: Add a pass to convert mod(a, b) to b * fract(a/b).Eric Anholt