Merge branch 'xa_branch'
[mesa.git] / src / glsl / lower_mat_op_to_vec.cpp
2011-07-04 Thomas HellstromMerge branch 'xa_branch'
2011-06-29 Eric Anholtglsl: Use the default values of ir_assignment() in...
2011-06-29 Eric Anholtglsl: Avoid making a temporary for lower_mat_op_to_vec...
2011-06-29 Eric Anholtglsl: Make lower_mat_op_to_vec track derefs, not variables.
2011-06-29 Eric Anholtglsl: Rename lower_mat_op_to_vec operands/results to...
2011-06-29 Eric Anholtglsl: Move get_{column,element} to expression args.
2011-06-29 Eric Anholtglsl: Drop explicit types of lower_mat_op_to_vec expres...
2011-02-21 Ian RomanickUse C-style system headers in C++ code to avoid issues...
2011-02-04 Vinson Leeglsl: Add using statements for standard library functions.
2011-01-31 Kenneth GraunkeConvert everything from the talloc API to the ralloc...
2010-12-19 Christoph BumillerMerge remote branch 'origin/master' into nvc0-new
2010-11-22 Keith WhitwellMerge branch 'lp-offset-twoside'
2010-11-19 Ian Romanickglsl: Eliminate assumptions about size of ir_expression...
2010-11-17 Chad Versaceglsl: Fix Doxygen tag \file in recently renamed files
2010-11-16 Kenneth Graunkeglsl: Rename various ir_* files to lower_* and opt_*.