| Commit message (Expand) | Author | Age | Files | Lines |
* | glsl: Add check for unsized arrays to glsl types | Timothy Arceri | 2013-10-28 | 1 | -1/+1 |
* | glsl: Fix comment | Timothy Arceri | 2013-10-28 | 1 | -1/+1 |
* | glsl: In update_max_array_access, fix interface instance check. | Paul Berry | 2013-10-17 | 1 | -3/+3 |
* | glsl: Update ir_variable::max_ifc_array_access properly. | Paul Berry | 2013-10-09 | 1 | -0/+37 |
* | glsl: Move update of max_array_access into a separate function. | Paul Berry | 2013-10-09 | 1 | -17/+30 |
* | glsl: Permit non-ubo input interface arrays to use non-const indexing. | Paul Berry | 2013-08-01 | 1 | -1/+2 |
* | 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 |