llvmpipe: twoside for specular color also
[mesa.git] / src / glsl / ir_mat_op_to_vec.cpp
2010-10-18 Keith WhitwellMerge remote branch 'origin/master' into lp-setup-llvm
2010-09-22 Eric Anholtglsl: Rework assignments with write_masks to have LHS...
2010-09-15 Christoph BumillerMerge remote branch 'origin/nv50-compiler'
2010-09-14 Luca Barbieriglsl: introduce ir_binop_all_equal and ir_binop_any_equ...
2010-09-02 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-08-28 Ian Romanickglsl2: Decompose matrix comparison into vector operations
2010-08-27 Eric Anholtglsl: Rename a couple of common variable names in mat_o...
2010-08-27 Eric Anholtglsl: Make mat_op_to_vec allocate out of the IR's parent.
2010-08-17 Ian RomanickMerge branch 'glsl2'
2010-08-14 Ian RomanickMerge branch 'master' into glsl2
2010-08-14 Eric Anholtglsl2: Add support for ir_unop_neg to ir_mat_op_to_vec
2010-08-04 Ian Romanickglsl2: Generate masked assignments in some expanded...
2010-07-27 Eric AnholtMerge remote branch 'origin/master' into glsl2
2010-07-21 Ian Romanickglsl2: Add and use new variable mode ir_var_temporary
2010-07-13 Eric Anholtglsl2: Add matrix multiplication to ir_mat_op_to_vec.
2010-07-12 Eric Anholtglsl2: Add a new pass at the IR level to break down...