glsl: Apply implicit conversions to structure constructor parameters.
[mesa.git] / src / glsl / ir_optimization.h
2010-08-17 Ian RomanickMerge branch 'glsl2'
2010-08-14 Ian RomanickMerge branch 'master' into glsl2
2010-08-14 Eric Anholtglsl2: Add a pass to strip out noop swizzles.
2010-08-14 Eric Anholtglsl2: Move the common optimization passes to a helper...
2010-08-10 Eric Anholtglsl2: Add a pass to transform ir_binop_sub to add...
2010-08-10 Eric Anholtglsl2: Add constant propagation.
2010-08-05 Eric Anholtglsl2: Add a pass to convert exp and log to exp2 and...
2010-08-05 Eric Anholtir_structure_splitting: New pass to chop structures...
2010-08-05 Eric Anholtglsl2: Add a pass for removing unused functions.
2010-07-31 Eric Anholtglsl2: Add new tree grafting optimization pass.
2010-07-27 Eric Anholtglsl2: Make the dead code handler make its own talloc...
2010-07-27 Eric Anholtglsl2: Add optimization pass for algebraic simplifications.
2010-07-27 Eric AnholtMerge remote branch 'origin/master' into glsl2
2010-07-19 Eric Anholtglsl2: Add a pass for converting if statements to condi...
2010-07-12 Eric Anholtglsl2: Add a new pass at the IR level to break down...
2010-07-07 Eric Anholtglsl2: Add a pass to simplify if statements returning...
2010-07-07 Eric Anholtglsl2: Add pass for supporting variable vector indexing...
2010-07-02 Eric Anholtglsl2: Add a pass to break ir_binop_div to _mul and...
2010-07-01 Eric Anholtglsl2: Add a pass to convert mod(a, b) to b * fract...
2010-06-25 Eric Anholtglsl2: Use the parser state as the talloc context for...
2010-06-24 Eric AnholtMerge branch 'glsl2-head' into glsl2
2010-06-24 Eric Anholtglsl2: Move the compiler to the subdirectory it will...