summaryrefslogtreecommitdiffstats
path: root/ir_function.cpp
Commit message (Expand)AuthorAgeFilesLines
* Factor out parameter list matching from ast_function::hir for later reuse.Kenneth Graunke2010-04-281-0/+43
* Ensure that 'in' and 'inout' formal parameters are valid lvaluesIan Romanick2010-04-021-3/+0
* Fix matching of integer function parametersIan Romanick2010-04-021-7/+9
* Fix matrix dimensioningIan Romanick2010-03-251-1/+1
* Replace several glsl_type field comparisons with a single pointer comparisonIan Romanick2010-03-251-10/+8
* Initial pass at resolving function callsIan Romanick2010-03-111-0/+185