summaryrefslogtreecommitdiff
path: root/src/glsl/ast_array_index.cpp
AgeCommit message (Expand)AuthorFilesLines
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