summaryrefslogtreecommitdiff
path: root/ir_function.cpp
AgeCommit message (Expand)AuthorFilesLines
2010-04-28Factor out parameter list matching from ast_function::hir for later reuse.Kenneth Graunke1-0/+43
2010-04-02Ensure that 'in' and 'inout' formal parameters are valid lvaluesIan Romanick1-3/+0
2010-04-02Fix matching of integer function parametersIan Romanick1-7/+9
2010-03-25Fix matrix dimensioningIan Romanick1-1/+1
2010-03-25Replace several glsl_type field comparisons with a single pointer comparisonIan Romanick1-10/+8
2010-03-11Initial pass at resolving function callsIan Romanick1-0/+185