summaryrefslogtreecommitdiffstats
path: root/ir_hierarchical_visitor.cpp
Commit message (Expand)AuthorAgeFilesLines
* ir_function_inlining: Re-add the "s/return/retval =/" functionality.Eric Anholt2010-06-241-0/+14
* ir_hierarchical_visitor: Add generic callback functionalityIan Romanick2010-06-231-16/+54
* Include stdio.h and stdlib.h everywhere, and don't cook our own #define NULL.Eric Anholt2010-06-221-1/+1
* Add stub visitor support for ir_texture.Kenneth Graunke2010-06-091-0/+14
* Refactor ir_dereference support for ir_hierarchical_visitorIan Romanick2010-05-261-2/+23
* Add ir_hierarchical_visitor base class and associated infrastructureIan Romanick2010-05-171-0/+197