summaryrefslogtreecommitdiff
path: root/Makefile.am
AgeCommit message (Expand)AuthorFilesLines
2010-06-23Add a virtual clone() method to ir_instruction.Eric Anholt1-0/+1
2010-06-22ir_validate: New pass for checking our invariants.Eric Anholt1-0/+1
2010-06-21Add glcpp to the build.Kenneth Graunke1-0/+4
2010-06-19Link against talloc. We're going to be using it.Kenneth Graunke1-0/+1
2010-06-17linker: Initial bits of the linkerIan Romanick1-1/+2
2010-06-14Move stand-alone compiler main routine to main.cppIan Romanick1-0/+1
2010-06-02Remove some cruft from the MakefileIan Romanick1-3/+0
2010-06-01ir_constant_variable: New pass to mark constant-assigned variables constant.Eric Anholt1-0/+1
2010-06-01ir_swizzle_swizzle: Reduce swizzle chains to a single swizzle.Eric Anholt1-0/+4
2010-06-01ir_vec_index_to_swizzle: Pass to convert indexing of vectors to swizzles.Eric Anholt1-1/+2
2010-05-17ir_visit_tree is no longer used, remove ir_visit_tree.{cpp,h}Ian Romanick1-2/+0
2010-05-17Add ir_hierarchical_visitor base class and associated infrastructureIan Romanick1-1/+4
2010-05-14Integrate generate_builtins.pl into the build process.Kenneth Graunke1-0/+2
2010-05-05ir_dead_code_local: Remove redundant assignments within basic blocks.Eric Anholt1-0/+3
2010-05-04ir_copy_propagation: New pass to rewrite dereferences to avoid copies.Eric Anholt1-1/+7
2010-04-28Add stub ir_reader and new 'i' mode for reading IR rather than GLSL.Kenneth Graunke1-1/+1
2010-04-28Add a simple S-Expression reader and printer.Kenneth Graunke1-1/+2
2010-04-23ir_function_inlining: Implement inlining in many more cases.Eric Anholt1-0/+1
2010-04-23Replace builtin_types.h generation with the generated output.Eric Anholt1-5/+4
2010-04-19Remove dead code assignments and variable declarations.Eric Anholt1-0/+1
2010-04-16Add support for inlining calls done inside of expressions.Eric Anholt1-0/+1
2010-04-14Add an ir_if simplification pass.Eric Anholt1-1/+2
2010-04-08Inline functions consisting of a return of an expression.Eric Anholt1-1/+2
2010-04-06Add a constant folding optimization pass.Eric Anholt1-1/+2
2010-03-30Initial bits of constant expression evaluatorIan Romanick1-1/+2
2010-03-29Implement the first builtin function: exp().Eric Anholt1-1/+1
2010-03-23Include other generated sources in BUILT_SOURCES.Eric Anholt1-2/+2
2010-03-23Use bash for the built file generation since builtin_types.sh requires it.Eric Anholt1-1/+1
2010-03-23Clean the built sources with make clean.Eric Anholt1-0/+1
2010-03-15Factor ast_type_specifier code out to ast_type.cppIan Romanick1-1/+1
2010-03-15Move ast_function_expression::hir to ast_function.cppIan Romanick1-1/+2
2010-03-11Initial pass at resolving function callsIan Romanick1-1/+1
2010-03-10IR variable: Initial work to support GLSL built-in variablesIan Romanick1-1/+1
2010-03-09IR visitor: Add initial version of ir_visitor classesIan Romanick1-1/+2
2010-03-09Make glsl_type a classIan Romanick1-1/+1
2010-03-01Make AST->HIR conversion a method of ast_node, re-enableIan Romanick1-2/+1
2010-02-25autoconf for the ...Ian Romanick1-0/+39