Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | glsl: Generate ir_binop_vector_extract for indexing of vectors | Ian Romanick | 2013-05-13 | 1 | -4/+16 |
* | glsl: Don't early-out for error-type inputs | Ian Romanick | 2013-04-08 | 1 | -10/+9 |
* | glsl: Don't emit spurious errors for constant indexes of the wrong type | Ian Romanick | 2013-04-08 | 1 | -2/+2 |
* | glsl: Collect all of the non-constant index error checks together | Ian Romanick | 2013-04-08 | 1 | -45/+42 |
* | glsl: Minor code compaction in _mesa_ast_array_index_to_hir | Ian Romanick | 2013-04-08 | 1 | -9/+8 |
* | glsl: Remove some unnecessary uses of error_emitted | Ian Romanick | 2013-04-08 | 1 | -15/+4 |
* | glsl: Refactor handling of ast_array_index to a separate function | Ian Romanick | 2013-04-08 | 1 | -0/+194 |