Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add stub visitor support for ir_texture. | Kenneth Graunke | 2010-06-09 | 1 | -0/+1 |
* | Refactor ir_dereference support for ir_visitor | Ian Romanick | 2010-05-26 | 1 | -1/+3 |
* | Remove ir_label since it is no longer used. | Kenneth Graunke | 2010-04-21 | 1 | -1/+0 |
* | Add ir_loop_jump to represent 'break' and 'continue' in loops | Ian Romanick | 2010-04-07 | 1 | -0/+1 |
* | Add ir_loop to represent loops | Ian Romanick | 2010-04-07 | 1 | -0/+1 |
* | Implement ir_if (for if-statments) and conversion from AST | Ian Romanick | 2010-03-29 | 1 | -0/+1 |
* | Move swizzles out of ir_dereference and into their own class. | Kenneth Graunke | 2010-03-26 | 1 | -0/+1 |
* | Implement IR return instructions | Ian Romanick | 2010-03-19 | 1 | -0/+1 |
* | Add ir_call call to represent function calls. | Ian Romanick | 2010-03-11 | 1 | -0/+1 |
* | Tell emacs that C++ .h files are C++ | Ian Romanick | 2010-03-10 | 1 | -0/+1 |
* | IR visitor: Add initial version of ir_visitor classes | Ian Romanick | 2010-03-09 | 1 | -0/+57 |