summaryrefslogtreecommitdiff
path: root/ir_hv_accept.cpp
AgeCommit message (Expand)AuthorFilesLines
2010-06-22Hook up texturing in the hierarchical visitor.Eric Anholt1-0/+49
2010-06-22Include stdio.h and stdlib.h everywhere, and don't cook our own #define NULL.Eric Anholt1-1/+1
2010-06-09Add stub visitor support for ir_texture.Kenneth Graunke1-0/+6
2010-05-26Refactor ir_dereference data fields to subclassesIan Romanick1-3/+3
2010-05-26Refactor ir_dereference support for ir_hierarchical_visitorIan Romanick1-6/+22
2010-05-17Make visit_list_elements safe against node removalsIan Romanick1-4/+16
2010-05-17Add ir_hierarchical_visitor base class and associated infrastructureIan Romanick1-0/+265