summaryrefslogtreecommitdiffstats
path: root/src/glsl/lower_mod_to_fract.cpp
Commit message (Collapse)AuthorAgeFilesLines
* glsl: Combine many instruction lowering passes into one.Kenneth Graunke2010-11-191-90/+0
| | | | | | | 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 <[email protected]>
* glsl: Fix Doxygen tag \file in recently renamed filesChad Versace2010-11-171-1/+1
|
* glsl: Rename various ir_* files to lower_* and opt_*.Kenneth Graunke2010-11-151-0/+90
This helps distinguish between lowering passes, optimization passes, and other compiler code.