summaryrefslogtreecommitdiffstats
path: root/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* Integrate generate_builtins.pl into the build process.Kenneth Graunke2010-05-141-0/+2
* ir_dead_code_local: Remove redundant assignments within basic blocks.Eric Anholt2010-05-051-0/+3
* ir_copy_propagation: New pass to rewrite dereferences to avoid copies.Eric Anholt2010-05-041-1/+7
* Add stub ir_reader and new 'i' mode for reading IR rather than GLSL.Kenneth Graunke2010-04-281-1/+1
* Add a simple S-Expression reader and printer.Kenneth Graunke2010-04-281-1/+2
* ir_function_inlining: Implement inlining in many more cases.Eric Anholt2010-04-231-0/+1
* Replace builtin_types.h generation with the generated output.Eric Anholt2010-04-231-5/+4
* Remove dead code assignments and variable declarations.Eric Anholt2010-04-191-0/+1
* Add support for inlining calls done inside of expressions.Eric Anholt2010-04-161-0/+1
* Add an ir_if simplification pass.Eric Anholt2010-04-141-1/+2
* Inline functions consisting of a return of an expression.Eric Anholt2010-04-081-1/+2
* Add a constant folding optimization pass.Eric Anholt2010-04-061-1/+2
* Initial bits of constant expression evaluatorIan Romanick2010-03-301-1/+2
* Implement the first builtin function: exp().Eric Anholt2010-03-291-1/+1
* Include other generated sources in BUILT_SOURCES.Eric Anholt2010-03-231-2/+2
* Use bash for the built file generation since builtin_types.sh requires it.Eric Anholt2010-03-231-1/+1
* Clean the built sources with make clean.Eric Anholt2010-03-231-0/+1
* Factor ast_type_specifier code out to ast_type.cppIan Romanick2010-03-151-1/+1
* Move ast_function_expression::hir to ast_function.cppIan Romanick2010-03-151-1/+2
* Initial pass at resolving function callsIan Romanick2010-03-111-1/+1
* IR variable: Initial work to support GLSL built-in variablesIan Romanick2010-03-101-1/+1
* IR visitor: Add initial version of ir_visitor classesIan Romanick2010-03-091-1/+2
* Make glsl_type a classIan Romanick2010-03-091-1/+1
* Make AST->HIR conversion a method of ast_node, re-enableIan Romanick2010-03-011-2/+1
* autoconf for the ...Ian Romanick2010-02-251-0/+39