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