summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* IR visitor: Add initial version of ir_visitor classesIan Romanick2010-03-095-1/+256
* Convert is_glsl_type_matrix to glsl_type::is_matrixIan Romanick2010-03-092-8/+13
* Convert is_glsl_type_vector to glsl_type::is_vectorIan Romanick2010-03-093-10/+15
* Convert is_glsl_type_scalar to glsl_type::is_scalarIan Romanick2010-03-092-12/+17
* Make glsl_type a classIan Romanick2010-03-094-29/+54
* Remove unused functionIan Romanick2010-03-081-12/+0
* Conver IR structures to use exec_list instead of simple_nodeIan Romanick2010-03-086-49/+48
* Add yet-another linked list typeIan Romanick2010-03-081-0/+298
* Remove prototypes for *_to_hir functions that no longer existIan Romanick2010-03-081-30/+0
* Set C++ indent too.Ian Romanick2010-03-081-1/+3
* Make AST->HIR conversion a method of ast_node, re-enableIan Romanick2010-03-015-113/+127
* autoconf for the ...Ian Romanick2010-02-258-46/+141
* Replace tacky wrapper macros with tacky in-line type-castsIan Romanick2010-02-252-19/+7
* Convert to new interfaces so that it will compileIan Romanick2010-02-251-6/+6
* Add ast_expression_bin subclass of ast_expressionIan Romanick2010-02-225-87/+130
* Ignore all build productsIan Romanick2010-02-221-0/+9
* Rename .cc files to .cppIan Romanick2010-02-225-12/+12
* Initialize the node structure embedded in the ast_nodeIan Romanick2010-02-221-1/+1
* Initial commit. lolIan Romanick2010-02-2226-0/+6342