Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-06-09 | Add stub visitor support for ir_texture. | Kenneth Graunke | |
2010-05-26 | Refactor ir_dereference support for ir_hierarchical_visitor | Ian Romanick | |
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. | |||
2010-05-17 | Add ir_hierarchical_visitor base class and associated infrastructure | Ian Romanick | |
This type of visitor should eventually replace all or almost all current uses of ir_visitor. |