summaryrefslogtreecommitdiff
path: root/src/glsl/ast_array_index.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-10-28glsl: Add check for unsized arrays to glsl typesTimothy Arceri1-1/+1
2013-10-28glsl: Fix commentTimothy Arceri1-1/+1
2013-10-17glsl: In update_max_array_access, fix interface instance check.Paul Berry1-3/+3
2013-10-09glsl: Update ir_variable::max_ifc_array_access properly.Paul Berry1-0/+37
2013-10-09glsl: Move update of max_array_access into a separate function.Paul Berry1-17/+30
2013-08-01glsl: Permit non-ubo input interface arrays to use non-const indexing.Paul Berry1-1/+2
2013-05-13glsl: Generate ir_binop_vector_extract for indexing of vectorsIan Romanick1-4/+16
2013-04-08glsl: Don't early-out for error-type inputsIan Romanick1-10/+9
2013-04-08glsl: Don't emit spurious errors for constant indexes of the wrong typeIan Romanick1-2/+2
2013-04-08glsl: Collect all of the non-constant index error checks togetherIan Romanick1-45/+42
2013-04-08glsl: Minor code compaction in _mesa_ast_array_index_to_hirIan Romanick1-9/+8
2013-04-08glsl: Remove some unnecessary uses of error_emittedIan Romanick1-15/+4
2013-04-08glsl: Refactor handling of ast_array_index to a separate functionIan Romanick1-0/+194