summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-06-01ir_swizzle_swizzle: Reduce swizzle chains to a single swizzle.Eric Anholt
2010-06-01ir_vec_index_to_swizzle: Pass to convert indexing of vectors to swizzles.Eric Anholt
2010-06-01ir_expression_flattening: Handle flattening values out of swizzles, too.Eric Anholt
2010-06-01ir_expression_flattening: Fix breakage from hierarchichal visitor.Eric Anholt
2010-05-26Reimplement ir_function_inlining_visitor using ir_hierarchical_vistorIan Romanick
2010-05-26Reimplement ir_copy_propagation_visitor using ir_hierarchical_vistorIan Romanick
2010-05-26Reimplement ir_expression_flattening_visitor using ir_hierarchical_vistorIan Romanick
2010-05-26ir_reader: Read record_refs.Kenneth Graunke
2010-05-26ir_reader: Fix reading of array deferences and correct error messages.Kenneth Graunke
2010-05-26Fix setting the maximum accessed array elementIan Romanick
2010-05-26ir_dereference::mode is no longer used, kill with fireIan Romanick
2010-05-26Refactor whole-variable assigment checking into member functionIan Romanick
2010-05-26Refactor ir_dereference data fields to subclassesIan Romanick
2010-05-26Replace open coded deref navigation with hierarchical visitorsIan Romanick
2010-05-26Refactor ir_dereference support for ir_visitorIan Romanick
2010-05-26Refactor ir_dereference support for ir_hierarchical_visitorIan Romanick
2010-05-26Begin refactoring ir_dereferenceIan Romanick
2010-05-18Use ir_rvalue::variable_referenced instead of open coding itIan Romanick
2010-05-17ir_visit_tree is no longer used, remove ir_visit_tree.{cpp,h}Ian Romanick
2010-05-17Reimplement kill_for_derefs using ir_hierarchical_vistorIan Romanick
2010-05-17Reimplement has_call_callback using ir_hierarchical_vistorIan Romanick
2010-05-17Reimplement ir_if_simplicifation_visitor using ir_hierarchical_vistorIan Romanick
2010-05-17Make visit_list_elements safe against node removalsIan Romanick
2010-05-17Reimplement ir_function_can_inline_visitor using ir_hierarchical_vistorIan Romanick
2010-05-17Reimplement ir_dead_code_visitor using ir_hierarchical_vistorIan Romanick
2010-05-17Add ir_hierarchical_visitor base class and associated infrastructureIan Romanick
2010-05-17Replace find_dead_code with visit_exec_listIan Romanick
2010-05-14Use ir_rvalue::variable_referenced instead of open-coding itIan Romanick
2010-05-14Add ir_rvalue::variable_referencedIan Romanick
2010-05-14Refresh autogenerated builtin_function.cpp.Kenneth Graunke
2010-05-14Implement "tan" builtin.Kenneth Graunke
2010-05-14Implement "sin" and "cos" builtins via new expression operators.Kenneth Graunke
2010-05-14Implement "cross" builtin.Kenneth Graunke
2010-05-14Implement "fract" builtin.Kenneth Graunke
2010-05-14Implement "sign" builtin via a new expression operator.Kenneth Graunke
2010-05-14Implement "smoothstep" builtin.Kenneth Graunke
2010-05-14Implement "step" builtin.Kenneth Graunke
2010-05-14Integrate generate_builtins.pl into the build process.Kenneth Graunke
2010-05-14Replace old builtin_function.cpp with new autogenerated one.Kenneth Graunke
2010-05-14Add a perl script to generate builtin_function.cpp.Kenneth Graunke
2010-05-14Fix bogus expression typing in various builtins.Kenneth Graunke
2010-05-14Initial commit of IR for builtins.Kenneth Graunke
2010-05-14ir_reader: Set function signatures as defined.Kenneth Graunke
2010-05-14FS gl_FragCoord and and gl_FrontFacing are FS ins, not outs.Eric Anholt
2010-05-14Fix function call parameter printer to omit extraneous leading commaIan Romanick
2010-05-10Replace many uses of foreach_list with foreach_list_typedIan Romanick
2010-05-10exec_list: Add foreach_list_typed and foreach_list_typed_constIan Romanick
2010-05-10Convert ast_node use of simple_node to exec_list and exec_nodeIan Romanick
2010-05-10exec_list: Add simpler exec_list for-each macrosIan Romanick
2010-05-10exec_list: Add macros to get ptr to structure containing a nodeIan Romanick