Age | Commit message (Expand) | Author |
---|---|---|
2010-09-22 | glsl: Rework assignments with write_masks to have LHS chan count match RHS. | Eric Anholt |
2010-09-13 | glsl: introduce ir_binop_all_equal and ir_binop_any_equal, allow vector cmps | Luca Barbieri |
2010-08-27 | glsl2: Decompose matrix comparison into vector operations | Ian Romanick |
2010-08-27 | glsl: Rename a couple of common variable names in mat_op_to_vec. | Eric Anholt |
2010-08-27 | glsl: Make mat_op_to_vec allocate out of the IR's parent. | Eric Anholt |
2010-08-13 | glsl2: Add support for ir_unop_neg to ir_mat_op_to_vec | Eric Anholt |
2010-08-04 | glsl2: Generate masked assignments in some expanded matrix operations | Ian Romanick |
2010-07-20 | glsl2: Add and use new variable mode ir_var_temporary | Ian Romanick |
2010-07-12 | glsl2: Add matrix multiplication to ir_mat_op_to_vec. | Eric Anholt |
2010-07-12 | glsl2: Add a new pass at the IR level to break down matrix ops to vector ops. | Eric Anholt |