summaryrefslogtreecommitdiffstats
path: root/ir_hv_accept.cpp
Commit message (Expand)AuthorAgeFilesLines
* Hook up texturing in the hierarchical visitor.Eric Anholt2010-06-221-0/+49
* 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/+6
* Refactor ir_dereference data fields to subclassesIan Romanick2010-05-261-3/+3
* Refactor ir_dereference support for ir_hierarchical_visitorIan Romanick2010-05-261-6/+22
* Make visit_list_elements safe against node removalsIan Romanick2010-05-171-4/+16
* Add ir_hierarchical_visitor base class and associated infrastructureIan Romanick2010-05-171-0/+265