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