summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-05-18Use ir_rvalue::variable_referenced instead of open coding ithierarchical_visitorIan Romanick1-21/+1
2010-05-17ir_visit_tree is no longer used, remove ir_visit_tree.{cpp,h}Ian Romanick3-237/+0
2010-05-17Reimplement kill_for_derefs using ir_hierarchical_vistorIan Romanick1-26/+26
2010-05-17Reimplement has_call_callback using ir_hierarchical_vistorIan Romanick1-11/+18
2010-05-17Reimplement ir_if_simplicifation_visitor using ir_hierarchical_vistorIan Romanick1-178/+32
2010-05-17Make visit_list_elements safe against node removalsIan Romanick1-4/+16
2010-05-17Reimplement ir_function_can_inline_visitor using ir_hierarchical_vistorIan Romanick1-147/+16
2010-05-17Reimplement ir_dead_code_visitor using ir_hierarchical_vistorIan Romanick1-131/+62
2010-05-17Add ir_hierarchical_visitor base class and associated infrastructureIan Romanick5-1/+615
2010-05-17Replace find_dead_code with visit_exec_listIan Romanick1-14/+5
2010-05-14Use ir_rvalue::variable_referenced instead of open-coding itIan Romanick1-25/+7
2010-05-14Add ir_rvalue::variable_referencedIan Romanick2-0/+53
2010-05-14Refresh autogenerated builtin_function.cpp.Kenneth Graunke1-144/+654
2010-05-14Implement "tan" builtin.Kenneth Graunke1-0/+21
2010-05-14Implement "sin" and "cos" builtins via new expression operators.Kenneth Graunke4-0/+55
2010-05-14Implement "cross" builtin.Kenneth Graunke1-0/+17
2010-05-14Implement "fract" builtin.Kenneth Graunke1-0/+34
2010-05-14Implement "sign" builtin via a new expression operator.Kenneth Graunke4-0/+71
2010-05-14Implement "smoothstep" builtin.Kenneth Graunke1-0/+224
2010-05-14Implement "step" builtin.Kenneth Graunke1-0/+68
2010-05-14Integrate generate_builtins.pl into the build process.Kenneth Graunke1-0/+2
2010-05-14Replace old builtin_function.cpp with new autogenerated one.Kenneth Graunke1-778/+1226
2010-05-14Add a perl script to generate builtin_function.cpp.Kenneth Graunke1-0/+108
2010-05-14Fix bogus expression typing in various builtins.Kenneth Graunke11-144/+144
2010-05-14Initial commit of IR for builtins.Kenneth Graunke35-0/+1056
2010-05-14ir_reader: Set function signatures as defined.Kenneth Graunke1-0/+1
2010-05-14FS gl_FragCoord and and gl_FrontFacing are FS ins, not outs.Eric Anholt1-2/+2
2010-05-14Fix function call parameter printer to omit extraneous leading commasimple_list_die_die_dieIan Romanick1-1/+2
2010-05-10Replace many uses of foreach_list with foreach_list_typedIan Romanick1-24/+11
2010-05-10exec_list: Add foreach_list_typed and foreach_list_typed_constIan Romanick1-0/+12
2010-05-10Convert ast_node use of simple_node to exec_list and exec_nodeIan Romanick6-158/+111
2010-05-10exec_list: Add simpler exec_list for-each macrosIan Romanick1-0/+10
2010-05-10exec_list: Add macros to get ptr to structure containing a nodeIan Romanick1-0/+27
2010-05-10Loop bodies, then-statements, and else-statements are not listsIan Romanick1-21/+6
2010-05-10Remove unnecessary include of simple_list.hIan Romanick1-1/+0
2010-05-10Store AST function call parameters in expressionsIan Romanick4-87/+79
2010-05-05Move optimization pass prototypes to a single header.Eric Anholt10-198/+92
2010-05-05ir_dead_code_local: Remove redundant assignments within basic blocks.Eric Anholt4-0/+258
2010-05-05ir_visit_tree: Make sure we visit dereference targets, too.Eric Anholt1-0/+1
2010-05-05ir_copy_propagation: Fix up the doxygen about the file.Eric Anholt1-2/+7
2010-05-05ir_copy_propagation: Return true if we optimized out any assignments.Eric Anholt3-16/+25
2010-05-05ir_copy_propagation: Handle swizzles and array derefs on LHS of assign.Eric Anholt1-14/+25
2010-05-04ir_copy_propagation: New pass to rewrite dereferences to avoid copies.Eric Anholt9-1/+748
2010-05-03ir_to_mesa.cpp: Fix missing types on some ir_swizzles.Eric Anholt2-5/+9
2010-05-03Remove the pedantic C junk.Eric Anholt1-4/+0
2010-05-03Store warnings and errors in a parser state infolog.Eric Anholt2-2/+12
2010-05-03Quiet warnings about ir_shader not being handled in places it's not needed.Eric Anholt2-0/+6
2010-05-03Use the AM_SILENT_RULES when available.Eric Anholt1-0/+2
2010-05-03glsl_lexer: Quiet warning about unused unput().Eric Anholt1-0/+1
2010-05-03Merge branch 'fixes'Ian Romanick2-9/+7