Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Hook up texturing in the hierarchical visitor. | Eric Anholt | 2010-06-22 | 1 | -0/+49 |
| | |||||
* | Include stdio.h and stdlib.h everywhere, and don't cook our own #define NULL. | Eric Anholt | 2010-06-22 | 1 | -1/+1 |
| | |||||
* | Add stub visitor support for ir_texture. | Kenneth Graunke | 2010-06-09 | 1 | -0/+6 |
| | |||||
* | Refactor ir_dereference data fields to subclasses | Ian Romanick | 2010-05-26 | 1 | -3/+3 |
| | |||||
* | Refactor ir_dereference support for ir_hierarchical_visitor | Ian Romanick | 2010-05-26 | 1 | -6/+22 |
| | | | | | | Move the accept method for hierarchical visitors from ir_dereference to the derived classes. This was mostly straight-forward, but I suspect that ir_dead_code_local may be broken now. | ||||
* | Make visit_list_elements safe against node removals | Ian Romanick | 2010-05-17 | 1 | -4/+16 |
| | |||||
* | Add ir_hierarchical_visitor base class and associated infrastructure | Ian Romanick | 2010-05-17 | 1 | -0/+265 |
This type of visitor should eventually replace all or almost all current uses of ir_visitor. |