Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2010-06-22 | Hook up texturing in the hierarchical visitor. | Eric Anholt | 1 | -0/+49 |
2010-06-22 | Include stdio.h and stdlib.h everywhere, and don't cook our own #define NULL. | Eric Anholt | 1 | -1/+1 |
2010-06-09 | Add stub visitor support for ir_texture. | Kenneth Graunke | 1 | -0/+6 |
2010-05-26 | Refactor ir_dereference data fields to subclasses | Ian Romanick | 1 | -3/+3 |
2010-05-26 | Refactor ir_dereference support for ir_hierarchical_visitor | Ian Romanick | 1 | -6/+22 |
2010-05-17 | Make visit_list_elements safe against node removals | Ian Romanick | 1 | -4/+16 |
2010-05-17 | Add ir_hierarchical_visitor base class and associated infrastructure | Ian Romanick | 1 | -0/+265 |