aboutsummaryrefslogtreecommitdiffstats
path: root/src/glsl/ir_mod_to_fract.cpp
Commit message (Expand)AuthorAgeFilesLines
* glsl2: fix commentsBrian Paul2010-09-141-1/+1
* glsl2: Add and use new variable mode ir_var_temporaryIan Romanick2010-07-201-1/+2
* glsl2: Add a pass to convert mod(a, b) to b * fract(a/b).Eric Anholt2010-07-011-0/+89